Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Upgrade ember-auto-import: 1.10.1 → 2.0.1 (major) #953

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented May 25, 2021

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ ember-auto-import (1.10.1 → 2.0.1) · Repo · Changelog

Release Notes

2.0.1 (from changelog)

  • BUGFIX: avoid warning spew from babel about loose mode.
  • DOCS: fixed docs link by @MrChocolatine

2.0.0 (from changelog)

  • BREAKING: see the upgrade guide to v2 for the complete list of breaking changes in 2.0 with explanations and instructions.
  • BREAKING: webpack 5 upgrade by @gabrielcsapo and @ef4
  • BREAKING ENHANCEMENT: support embroider v2-formatted addons
  • BREAKING: drop support for babel 6
  • BREAKING: inject entry chunks directly into HTML
  • BREAKING: addons that use ember-auto-import 2.0 require that the app also has ember-auto-import 2.0.
  • BREAKING: apps must depend directly on webpack 5
  • BREAKING: change our alias option to more closely match webpack by doing a prefix match by default.
  • BUGFIX: fix compatibility with babel 7.26+ by @rwjblue
  • ENHANCEMENT: support auto-importing dependencies via @embroider/macros importSync by @simonihmig
  • BUGFIX: fix accidental duplication of webpack config
  • BREAKING: minimum supported Node is 12 (because 10 hit EOL on 2021-04-30)
  • BREAKING: minimum supported Ember and EmberCLI versions are both 3.4

1.11.3 (from changelog)

  • 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.

1.11.2 (from changelog)

  • 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.

1.11.1 (from changelog)

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

1.11.0 (from changelog)

  • 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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu
Copy link
Author

depfu bot commented Jun 26, 2021

Closed in favor of #1150.

@depfu depfu bot closed this Jun 26, 2021
@depfu depfu bot deleted the depfu/update/yarn/ember-auto-import-2.0.1 branch June 26, 2021 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant