Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update framework dependencies #248

Merged
merged 1 commit into from Dec 20, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-resolver ^8.0.2 -> ^8.0.3 age adoption passing confidence
ember-source (source) ~3.26.1 -> ~3.28.8 age adoption passing confidence

Release Notes

ember-cli/ember-resolver

v8.0.3

Compare Source

πŸ› Bug Fix
🏠 Internal
Committers: 2
emberjs/ember.js

v3.28.8

Compare Source

  • #​19868 [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.

v3.28.7

Compare Source

  • #​19854 [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
  • #​19857 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook

v3.28.6

Compare Source

  • #​19683 Ensure super.willDestroy is called correctly in Router's willDestroy

v3.28.5

Compare Source

  • #​19820 Fix memory leak when looking up non-instantiable objects from the owner

v3.28.4

Compare Source

v3.28.3

Compare Source

v3.28.2

Compare Source

v3.24.6 (October 18, 2021)

v3.28.1

Compare Source

  • #​19733 [BUGFIX] Ensure that using routerService.urlFor(...) and routerService.recognize(...) does not error if the router is not fully initialized
v3.28.0 (August 9, 2021)
  • #​19697 [BUGFIX] Ensure deserializeQueryParam is called for lazy routes
  • #​19681 [BUGFIX] Restore previous hash behavior
  • #​19685 [BUGFIX] Fix memory leak in RouterService
  • #​19690 [BUGFIX] Deprecates String.prototype.htmlSafe targeting Ember 4.0, as intended by the original deprecation.
  • #​19584 [BUGFIX] Ensure hash objects correctly entangle as dependencies
  • #​19491 [BUGFIX] Fix owner.lookup owner.register behavior with singleton: true option
  • #​19472 [BUGFIX] Prevent transformation of block params called attrs
v3.24.5 (August 9, 2021)
  • #​19685 Fix memory leak with RouterService under Chrome
  • #​19683 Ensure super.willDestroy is called correctly in Router's willDestroy
v3.27.5 (June 10, 2021)
v3.27.4 (June 9, 2021)
v3.27.3 (June 3, 2021)
  • #​19565 [BUGFIX] Ensures that computed can depend on dynamic (hash keys
  • #​19571 [BUGFIX] Extend Route.prototype.transitionTo deprecation until 5.0.0
  • #​19586 [BUGFIX] Fix Embroider compatibility
v3.27.2 (May 27, 2021)
  • #​19511 / #​19548 [BUGFIX] Makes the (hash) helper lazy
  • #​19530 [DOC] fix passing params to named blocks examples
  • #​19536 [BUGFIX] Fix computed.* deprecation message to include the correct import path
  • #​19544 [BUGFIX] Use explicit this in helper test blueprints
  • #​19555 [BUGFIX] Improve class based tranform deprecation message
  • #​19557 [BUGFIX] Refine Ember Global deprecation message
  • #​19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
v3.27.1 (May 13, 2021)
v3.27.0 (May 3, 2021)
v3.24.4 (May 3, 2021)
  • #​19477 Allow <LinkToExternal /> to override internal assertion
v3.26.2 (October 4, 2021)
  • #​19683 [BUGFIX] Use super.willDestroy in native classes (instead of this._super)
v3.26.1 (March 24, 2021)
v3.26.0 (March 22, 2021)
v3.25.4 (March 24, 2021)
v3.25.3 (March 7, 2021)
  • #​19448 Ensure query params are preserved through an intermediate loading state transition
  • #​19450 Ensure routerService.currentRoute.name and routerService.currentRouteName match during loading states
v3.25.2 (March 7, 2021)
v3.25.1 (February 10, 2021)
v3.25.0 (February 08, 2021)
v3.24.3 (March 7, 2021)
  • #​19448 Ensure query params are preserved through an intermediate loading state transition
  • #​19450 Ensure routerService.currentRoute.name and routerService.currentRouteName match during loading states
  • #​19395 [BUGFIX] Ensure <LinkTo> can return a valid href most of the time
  • #​19397 [BUGFIX] Force building Ember bundles when targets.node is defined
v3.24.2 (February 10, 2021)
v3.24.1 (January 14, 2021)
  • #​19337 [BUGFIX] Ensure query param only <LinkTo /> are properly scoped in engines
v3.24.0 (December 28, 2020)
v3.23.1 (November 23, 2020)
  • #​19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
v3.23.0 (November 16, 2020)
v3.22.2 (November 25, 2020)
  • #​19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering
  • #​19263 [BUGFIX] Remove @dependentKeyCompat assertion
v3.22.1 (November 10, 2020)
  • #​19193 [BUGFIX] Ensure @ember/component user lifecycle hooks are untracked
  • #​19197 [BUGFIX] Restore the shadowed property set behavior
  • #​19199 [BUGFIX] Cleans up the DebugRenderTree more thoroughly on errors
  • #​19249 [BUGFIX] Fix issues with query params during intermediate transitions
v3.22.0 (October 5, 2020)
v3.21.3 (September 30, 2020)
  • #​19172 [BUGFIX] Ensures that tracked properties initialize property
v3.21.2 (September 30, 2020)
  • #​19138 [BUGFIX] Fix tag cycles in query parameters
  • #​19164 [BUGFIX] Entangles custom EmberArray implementations when accessed with Ember.get
v3.21.1 (August 28, 2020)
  • #​19106 [BUGFIX] Ensure destroy methods on CoreObject are invoked.
  • #​19111 [BUGFIX] Fixes ArrayProxy length reactivity.
v3.21.0 (August 24, 2020)
v3.20.6 (November 11, 2020)
  • #​19138 [BUGFIX] Fix tag cycles in query parameters
  • #​19158 [BUGFIX] RouterService#isActive() now consumes currentURL to 3.20
  • #​19164 [BUGFIX] Entangles custom EmberArray implementations when accessed
  • #​19172 / #​19197 [BUGFIX] Ensures that tracked properties initialize property
  • #​19178 [BUGFIX] Allow computeds to have cycles in their deps
v3.20.5 (August 28, 2020)
  • #​19106 [BUGFIX] Ensure destroy methods on CoreObject are invoked.
  • #​19111 [BUGFIX] Fixes ArrayProxy length reactivity.
v3.20.4 (August 11, 2020)
  • #​19047 Ensure inject-babel-helpers plugin can be parallelized
  • #​19089 Update rendering engine to improve immediate encoding performance
  • #​19082 Simplify mixin application
  • #​19088 Simplify factory instantiation from the container
  • #​19028 Ensure setter CP's with dependent keys on curly components can be two way bound
  • #​19077 Simplify get and improve computed caching scheme.
  • #​19065 / #​19072 - Updates GlimmerVM to improve internal destroyable system and improve tag / revision computation.
  • #​19081 Reduces template compilation size in production builds.
v3.20.3 (July 30, 2020)
  • #​19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #​19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
  • #​19060 [BUGFIX] Update rendering engine to @glimmer/* 0.55.1
  • #​19063 [DOC] Fix missing docs for {{#in-element}}
v3.20.2 (July 26, 2020)
  • #​19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.
v3.20.1 (July 13, 2020)
  • #​19040 [BUGFIX] Fix a memory leak that occurred when changing the array passed to {{each}}
v3.20.0 (July 13, 2020)
v3.19.0 (May 26, 2020)
  • #​18982 / #​18913 [BUGFIX] Update rendering engine to latest version.
    • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @&#8203;foo=)
    • Fix: Rerender an {{#eachs block only when the specific item has changed
  • #​18958 [BUGFIX] Ensure AST transforms using in-element work properly.
  • #​18960 [BUGFIX] More assertions for Application lifecycle methods
  • #​18919 [BUGFIX] Add error for modifier manager without capabilities.
  • #​18828 [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests
  • #​18353 [BUGFIX] Improve fn & on undefined callback message
  • #​18824 [CLEANUP] Remove deprecated private window.ENV
  • #​18826 [CLEANUP] Remove deprecated private _setComputedDecorator
  • #​18832 [CLEANUP] Remove deprecated privateimplicit-modifier-manager-capabilities
  • #​18839 [CLEANUP] Updates the VM and autotracking APIs
v3.18.1 (May 4, 2020)
  • #​18941 [BUGFIX] Update rendering engine to latest version.
    • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
    • Ensures destroyable items added to an {{#each after initial render are invoked properly
    • Fixes an issue with key collisions in {{#each
v3.18.0 (April 14, 2020)
v3.17.3 (April 2, 2020)
  • #​18857 Pass value through to PROPERTY_DID_CHANGE to avoid calling get when setting values for computed props
v3.17.2 (March 26, 2020)
  • #​18837 [BUGFIX] Fix willDestroy on class based helpers.
  • #​18838 [BUGFIX] Ensure destructors (e.g. will-destroy modifier, @ember/components with willDestroyElement, etc) fire when used within an {{#each}} block.
v3.17.1 (March 22, 2020)
  • #​18809 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
  • #​18831 [BUGFIX] Fix transpilation issues (e.g. _createSuper is not a function) when used with Babel 7.9.0+.
v3.17.0 (March 4, 2020)
v3.16.10 (August 5, 2020)
  • #​19028 [BUGFIX] Ensure setter CP's with dependent keys on curly components can be two way bound
v3.16.9 (July 29, 2020)
  • #​19001 [BUGFIX] Invoke methods correctly in TextSupport sendAction
  • #​19023 [BUGFIX] Avoid over eager property access during init
  • #​19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #​19057 [BUGFIX] Parallelize inject-babel-helpers plugin
  • #​19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
v3.16.8 (April 24, 2020)
  • #​18879 Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using setupOnerror with components asserting during constructor/init/didInssertElement).
v3.16.7 (April 13, 2020)
  • #​18854 Pass value through to PROPERTY_DID_CHANGE to avoid calling get when setting values for computed props
v3.16.6 (March 24, 2020)
v3.16.5 (March 23, 2020)
  • #​18831 [BUGFIX] Fix transpilation issues (e.g. _createSuper is not a function) when used with Babel 7.9.0+.
v3.16.4 (March 22, 2020)
  • #​18741 [BUGFIX] Don't setup mandatory setters on array indexes
  • #​18742 [BUGFIX] Fix setDiff computed macro used within glimmer component
  • #​18767 [BUGFIX] Fix observer leaks.
  • #​18780 [BUGFIX] Fix owner.ownerInjection() when used to create services directly
  • #​18810 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
v3.16.3 (February 18, 2020)
  • #​18730 Workaround for the Glimmer VM bug which encodes/decodes integer literals correctly.
v3.16.2 (February 10, 2020)
  • #​18721 [BUGFIX] Backport autotracking bugfixes
  • #​18729 [BUGFIX] Remove deprecation for instantiation of new singleton instances (e.g. a service) during teardown (originally added in 3.16.1 by #​18717).
v3.16.1 (January 31, 2020)
  • #​18691 [BUGFIX] Updated component and helper blueprints to use import { hbs } from 'ember-cli-htmlbars'.
  • #​18698 [BUGFIX] Ensure tag updates are buffered
  • #​18713 [BUGFIX] Update @glimmer/syntax to ensure that using <Title />, <Script />, and <Style /> does not error.
  • #​18717 [BUGFIX] Ensure instantiation cannot happen after destruction.
  • #​18720 [BUGFIX] Ensure correct @ember/edition-utils is used (1.2.0).
v3.16.0 (January 20, 2020)
  • #​18436 [DEPRECATION] Deprecate globals resolver per RFC #​331.
  • #​18668 [BUGFIX] Fix some scenarios where the "backtracking assertion" would be thrown by consuming tags after fully getting values
  • #​18651 [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals
v3.15.0 (December 9, 2019)
v3.14.3 (December 3, 2019)
  • #​18582 [BUGFIX] Ensure loader.js is transpiled to the applications specified targets (from config/targets.js).
v3.14.2 (November 20, 2019)
  • #​18539 / #​18548 [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including @glimmer/component.
  • #​18549 [BUGFIX] Add component reference to the mouse event handler deprecation warnings.
v3.14.1 (October 30, 2019)
  • #​18244 [BUGFIX] Fix query param assertion when using the router services transitionTo to redirect during an existing transition.
v3.14.0 (October 29, 2019)
v3.13.4 (October 29,2019)
  • #​18476 [BUGFIX] Ensure model can be observed by sync observers.
  • #​18477 [BUGFIX] Allows @​each to work with arrays that contain falsy values.
  • #​18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
v3.13.3 (October 8, 2019)
v3.13.2 (September 25, 2019)
  • #​18429 [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.
v3.13.1 (September 23, 2019)
v3.13.0 (September 19, 2019)
v3.12.4 (May 21, 2020)
  • #​18879 Ensure errors thrown during component construction do not cause (unrelated) errors during application teardown (fixes a common issue when using setupOnerror with components asserting during constructor/init/didInssertElement).
  • #​18273 [BUGFIX] Fix issues with SSR rehydration of <title>.
v3.12.3 (March 12, 2020)
  • #​18809 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
v3.12.2 (December 4, 2019)
  • #​18576 [BUGFIX] Fix leftover const expressions in legacy builds
v3.12.1 (November 20, 2019)
  • #​18244 Fix query param assertion when using the router services transitionTo to redirect during an existing transition.
  • #​18458 / #​18555 Ensure (query-params) helper can be used outside of direct {{link-to}} / <LinkTo /> invocation.
v3.12.0 (August 5, 2019)
  • #​18159 [BUGFIX] Update router.js to ensure buildRouteInfoMetadata does not eagerly cache routes in lazy Engines
  • #​18226 [BUGFIX] Fix routing path with double slash (#​18226)
  • #​17406 [BUGFIX] Properties observed through Ember.Observer can be set to undefined
  • #​18150 [BUGFIX] Fix a memory retention issue with string-based event listeners
  • #​18124 [CLEANUP] Remove deprecated NAME_KEY
v3.11.1 (June 27, 2019)
  • #​18159 Ensure RouteInfo object's do not eagerly cache routes in lazy Engines
  • #​18150 Ensure string based event listeners that are removed are not retained
v3.11.0 (June 24, 2019)

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 6e25b2b to 3473cf2 Compare May 13, 2021 14:09
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.0 chore(deps): update dependency ember-source to ~3.27.1 May 13, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 3473cf2 to 50d0c90 Compare May 27, 2021 19:39
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.1 chore(deps): update dependency ember-source to ~3.27.2 May 27, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 50d0c90 to f1db656 Compare June 3, 2021 22:37
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.2 chore(deps): update dependency ember-source to ~3.27.3 Jun 3, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from f1db656 to df90274 Compare June 9, 2021 21:58
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.3 chore(deps): update dependency ember-source to ~3.27.4 Jun 9, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from df90274 to 596ea6d Compare June 10, 2021 19:58
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.4 chore(deps): update dependency ember-source to ~3.27.5 Jun 10, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 596ea6d to 4fbd120 Compare October 18, 2021 17:56
@renovate renovate bot changed the title chore(deps): update dependency ember-source to ~3.27.5 chore(deps): update framework dependencies Oct 18, 2021
@renovate renovate bot force-pushed the renovate/framework-dependencies branch from 4fbd120 to 3b95af3 Compare December 20, 2021 01:16
@renovate renovate bot merged commit 6707e85 into master Dec 20, 2021
@renovate renovate bot deleted the renovate/framework-dependencies branch December 20, 2021 01:23
@github-actions
Copy link

πŸŽ‰ This PR is included in version 2.0.0 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant