fix(deps): update dependency ember-auto-import to v2 #217
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.11.3->^2.0.0Release Notes
embroider-build/ember-auto-import (ember-auto-import)
v2.11.2ember-auto-import 2.11.2 (patch)
🐛 Bug Fix
ember-auto-import,v2-app-template,@ef4/test-scenariosCommitters: 1
v2.11.1ember-auto-import 2.11.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.11.0ember-auto-import 2.11.0 (minor)
🚀 Enhancement
ember-auto-importCommitters: 1
v2.10.1ember-auto-import 2.10.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenarios🏠 Internal
@ef4/addon-template,@ef4/app-template,ember-auto-import,@ef4/test-scenarios,broccoli-funnel-typesember-auto-importCommitters: 2
v2.10.0Compare Source
ember-auto-import 2.10.0 (minor)
🚀 Enhancement
ember-auto-import,@ef4/v2-addon-template,@ef4/test-scenariosCommitters: 1
v2.9.0Compare Source
ember-auto-import 2.9.0 (minor)
🚀 Enhancement
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.8.1Compare Source
ember-auto-import 2.8.1 (patch)
🐛 Bug Fix
ember-auto-importCommitters: 1
v2.8.0Compare Source
ember-auto-import 2.8.0 (minor)
🚀 Enhancement
ember-auto-import🏠 Internal
ember-auto-importember-auto-import,@ef4/test-scenarios@ef4/addon-template,@ef4/app-template,@ef4/test-scenariosCommitters: 2
v2.7.4Compare Source
ember-auto-import 2.7.4 (patch)
🐛 Bug Fix
ember-auto-import🏠 Internal
@ef4/test-scenariosCommitters: 1
v2.7.3Compare Source
ember-auto-import 2.7.3 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenarios🏠 Internal
Committers: 1
v2.7.2Compare Source
ember-auto-import 2.7.2 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosCommitters: 1
v2.7.1ember-auto-import 2.7.1 (patch)
🐛 Bug Fix
ember-auto-import,@ef4/test-scenariosember-auto-import🏠 Internal
Committers: 2
v2.7.0ember-auto-import 2.7.0 (minor)
🚀 Enhancement
ember-auto-import📝 Documentation
ember-auto-import🏠 Internal
addon-templateapp-template,ember-auto-importCommitters: 4
2.6.3
2.6.2
earlyBootSetmanual workaround.2.6.1
earlyBootSetnow defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli 5682.6.0
earlyBootSetallows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli 5532.5.0
2.4.3
2.4.2
2.4.1
2.4.0
externalswith our own, by @vstefanovic972.3.0
2.2.4
directorymetadata to package.json by @Turbo872.2.3
export * fromsyntax was not detected.2.2.2
styleLoaderOptionsandcssLoaderOptionscorrectly by @boris-petrov2.2.1
2.2.0
2.1.0
insertScriptsAtandinsertStylesAtoptions.insertScriptsAt, this makes it possible to (for example) auto-import a family of polyfills that must run before Ember's traditionalvendor.js. It's also likely to be helpful for building webworkers or other similar standalone targets.import typesyntax, meaning if you only import the types from a package it will not be included in your build. By @buschtoens.2.0.2
publicAssetURL2.0.1
2.0.0
aliasoption to more closely match webpack by doing a prefix match by default.@embroider/macrosimportSyncby @simonihmig1.12.2
1.12.1
@embroider/shared-internals1.0 so that apps can avoid redundant copies1.12.0
import typesyntax, meaningif you only import the types from a package it will not be included in your
build.
Backports #380 from
v2.1.0by @buschtoens.1.11.3
latesttag. This is a re-published of 1.11.2 to supplant that as latest.1.11.2
aliasturned out to be a breaking change, so we're rolling it back in order to make it opt-in.1.11.1
watchDependenciesfeature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.1.11.0
watchDependenciesoptionaliasoption support prefix matching by @buschtoens1.10.1
1.10.0
import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.1.9.0
1.8.0
1.7.0
1.6.0
skipBabeloption by @kasunvp1.5.3
1.5.2
@babel/present-envbut not directly depending on it, which would break apps that didn't happen to already have a copy.1.5.1
1.5.0
config/targets.js. There is an explicitskipBabeloption for when you know for sure a package shouldn't be transpiled.1.4.1
v2.6.3Compare Source
v2.6.2Compare Source
earlyBootSetmanual workaround.v2.6.1Compare Source
earlyBootSetnow defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli 568v2.6.0Compare Source
earlyBootSetallows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli 553v2.5.0Compare Source
v2.4.3Compare Source
v2.4.2Compare Source
v2.4.1Compare Source
v2.4.0Compare Source
externalswith our own, by @vstefanovic97v2.3.0Compare Source
v2.2.4Compare Source
directorymetadata to package.json by @Turbo87v2.2.3Compare Source
export * fromsyntax was not detected.v2.2.2Compare Source
styleLoaderOptionsandcssLoaderOptionscorrectly by @boris-petrovv2.2.1Compare Source
v2.2.0Compare Source
v2.1.0Compare Source
insertScriptsAtandinsertStylesAtoptions.insertScriptsAt, this makes it possible to (for example) auto-import a family of polyfills that must run before Ember's traditionalvendor.js. It's also likely to be helpful for building webworkers or other similar standalone targets.import typesyntax, meaning if you only import the types from a package it will not be included in your build. By @buschtoens.v2.0.2Compare Source
publicAssetURLv2.0.1Compare Source
v2.0.0Compare Source
aliasoption to more closely match webpack by doing a prefix match by default.@embroider/macrosimportSyncby @simonihmigConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.