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

Update Ember dependencies #126

Closed
wants to merge 1 commit into from
Closed

Update Ember dependencies #126

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@glimmer/component 1.0.2 -> 1.0.4 age adoption passing confidence
@glimmer/tracking 1.0.2 -> 1.0.4 age adoption passing confidence
ember-auto-import 1.7.0 -> 1.11.3 age adoption passing confidence
ember-cli (source) 3.22.0 -> 3.27.0 age adoption passing confidence
ember-cli-inject-live-reload 2.0.2 -> 2.1.0 age adoption passing confidence
ember-source (source) 3.23.0 -> 3.27.5 age adoption passing confidence

Release Notes

glimmerjs/glimmer.js

v1.0.4

Compare Source

v1.0.3

Compare Source

ef4/ember-auto-import

v1.11.3

Compare Source

  • NO-OP: I accidentally published 2.0.0-alpha.0 to NPM under the latest tag. This is a re-published of 1.11.2 to supplant that as latest.

v1.11.2

Compare Source

  • BUGFIX: the new prefix matching implementation of alias turned out to be a breaking change, so we're rolling it back in order to make it opt-in.

v1.11.1

Compare Source

  • BUGFIX: as part of the watchDependencies feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.

v1.11.0

Compare Source

  • HOUSEKEEPING: major test infrastructure refactor by @​ef4 & @​mattmcmanus
  • COMPAT: ensure babel compilation ignores a babel.config.js by @​rwjblue
  • ENHANCEMENT: introduce watchDependencies option
  • ENHANCEMENT: allow unambiguous data URIs
  • ENHANCEMENT: make alias option support prefix matching by @​buschtoens
  • BUGFIX: update test-support regex to work with scoped packages by @​paddyobrien

v1.10.1

Compare Source

  • BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.

v1.10.0

Compare Source

  • ENHANCEMENT: we are now compatible with the Embroider package spec's handling of import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.
  • BUGFIX: the test-support tree detection feature in 1.9.0 didn't actually match ember-cli's naming scheme, by @​rwjblue.

v1.9.0

Compare Source

  • ENHANCEMENT: use new API from ember-cli to reliably detect which trees are test-support only, even when addons override the default naming scheme by @​rwjblue
  • ENHANCEMENT: switch to resolve-package-path for better shared caching with the rest of ember-cli by @​rwjblue

v1.8.0

Compare Source

  • ENHANCEMENT: improved leader election protocol between copies of ember-auto-import that ensures the newest one is always in charge.
  • HOUSEKEEPING: upgrades to typescript and some other deps to get better upstream types
ember-cli/ember-cli

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!

v3.23.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

rwjblue/ember-cli-inject-live-reload

v2.1.0

Compare Source

emberjs/ember.js

v3.27.5

Compare Source

  • #​19597 [BIGFIX] Fix <LinkTo> with nested children

v3.27.4

Compare Source

  • #​19594 [BUGFIX] Revert lazy hash changes
  • #​19596 [DOC] Fix "Dormant" addon warning typo

v3.27.3

Compare Source

  • #​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

Compare Source

  • #​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

Compare Source

v3.27.0

Compare Source

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

  • #​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

Compare Source

  • #​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

Compare Source

  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)

v3.25.0

Compare Source

v3.24.4

Compare Source

v3.24.3

Compare Source

  • #​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

Compare Source

  • #​19326 / #​19387 [BUGFIX] Fix usage of <LinkTo /> prior to routing (e.g. component rendering tests)

v3.24.1

Compare Source

  • #​19337 [BUGFIX] Ensure query param only <LinkTo /> are properly scoped in engines

v3.24.0

Compare Source

v3.23.1

Compare Source

  • #​19282 [BUGFIX] Issue deprecations (instead of assertions) for tracked mutation in constructor during rendering

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, check this box.

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

@renovate renovate bot added the internal label Aug 2, 2021
@renovate renovate bot requested review from a team and tomnez and removed request for a team August 2, 2021 00:41
@vladucu vladucu closed this Aug 2, 2021
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

2 participants