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): stable ember infrastructure (minor) #242

Merged
merged 1 commit into from Mar 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-cli (source) 3.23.0 -> 3.28.5 age adoption passing confidence
ember-cli-htmlbars 5.3.2 -> 5.7.2 age adoption passing confidence
ember-cli-inject-live-reload 2.0.2 -> 2.1.0 age adoption passing confidence
ember-source (source) 3.23.1 -> 3.28.8 age adoption passing confidence
eslint-plugin-ember 10.1.2 -> 10.5.9 age adoption passing confidence

Release Notes

ember-cli/ember-cli

v3.28.5

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.4

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.3

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.2

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.28.1

Compare Source

Blueprint Changes
Changelog

v3.28.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.27.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.26.1

Compare Source

Blueprint Changes
Changelog
  • #​9504 Update broccoli-concat to avoid a cache invalidation problem in files larger than 10000 characters. @​brendenpalmer

Thank you to all who took the time to contribute!

v3.26.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.25.3

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.25.2

Compare Source

Blueprint Changes
Changelog
  • #​9473 Issue a better error message for add-on's missing an entry point (e.g. invalid ember-addon.main path) @​ef4

Thank you to all who took the time to contribute!

v3.25.1

Compare Source

Blueprint Changes
Changelog
  • #​9467 Defer The tests file was not loaded. warning until after DOMContentLoaded @​ef4

Thank you to all who took the time to contribute!

v3.25.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v3.24.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

ember-cli/ember-cli-htmlbars

v5.7.2

Compare Source

🐛 Bug Fix
Committers: 1

v5.7.1

Compare Source

🐛 Bug Fix
Committers: 1

v5.7.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 2

v5.6.5

Compare Source

🐛 Bug Fix
  • #​680 Update inline template compilation plugin to avoid errors on rebuilds (@​rwjblue)
Committers: 2

v5.6.4

Compare Source

🐛 Bug Fix
  • #​678 Make setTimeout/clearTimeout available to the template compiler sandbox (@​rwjblue)
  • #​677 Support TypeScript merging of export default declarations in template colocation (@​dfreeman)
Committers: 2

v5.6.3

Compare Source

🐛 Bug Fix
Committers: 1

v5.6.2

Compare Source

🐛 Bug Fix
  • #​665 Ensure AST plugins have the same ordering as < ember-cli-htmlbars@5.5.0. (@​rwjblue)
Committers: 1

v5.6.1

Compare Source

🐛 Bug Fix
Committers: 1

v5.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v5.5.0

Compare Source

🚀 Enhancement
Committers: 1

v5.4.0

Compare Source

🏠 Internal
Committers: 1
rwjblue/ember-cli-inject-live-reload

v2.1.0

Compare Source

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)
  • #​19597 [BIGFIX] Fix <LinkTo> with nested children
v3.27.4 (June 9, 2021)
  • #​19594 [BUGFIX] Revert lazy hash changes
  • #​19596 [DOC] Fix "Dormant" addon warning typo
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)
  • #​19389 Removes template ids
  • #​19395 [BUGFIX] Ensure <LinkTo> can return a valid href most of the time
  • #​19396 [BUGFIX] Revert deprecation of htmlSafe and isHTMLSafe
  • #​19397 [BUGFIX] Force building Ember bundles when targets.node is defined
  • #​19399 [DOC] Update ArrayProxy Documentation
  • #​19412 / #​19416 [BUGFIX] Update Glimmer VM to 0.77 (fix dynamic helpers/modifiers)
v3.25.1 (February 10, 2021)
  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)
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)
  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)
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)
  • #​18993 [DEPRECATION] Deprecate getWithDefault per RFC #​554.
  • #​19087 [BUGFIX] Generated initializer tests no longer causes a deprecation warning
  • #​17571 [BUGFIX] Avoid tampering queryParam argument in RouterService#isActive
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 `HistoryL

Configuration

📅 Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.

🚦 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/stable-ember-infra branch from fde1c54 to dc532bc Compare January 31, 2021 20:28
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch 2 times, most recently from c63f249 to 12f3187 Compare February 10, 2021 16:09
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from 12f3187 to 590f936 Compare February 16, 2021 11:35
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch 5 times, most recently from 20744ff to af6193e Compare February 27, 2021 05:47
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from af6193e to d2b8280 Compare April 26, 2021 14:35
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch 2 times, most recently from 59f18b8 to b503326 Compare May 15, 2021 21:25
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch 2 times, most recently from 0489c12 to 3aec1e7 Compare June 12, 2021 22:08
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from 3aec1e7 to a7e3ec9 Compare October 18, 2021 17:02
@renovate renovate bot force-pushed the renovate/stable-ember-infra branch from a7e3ec9 to f0be98e Compare March 7, 2022 12:41
@renovate renovate bot merged commit a90e8d6 into master Mar 7, 2022
@renovate renovate bot deleted the renovate/stable-ember-infra branch March 7, 2022 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant