Update dependency ember-auto-import to v2 #205
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.6.0
->^2.0.0
Release Notes
ef4/ember-auto-import
v2.6.1
Compare Source
earlyBootSet
now 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.0
Compare Source
earlyBootSet
allows you to work around compatibility problems between classic addons and v2 addons by @NullVoxPopuli 553v2.5.0
Compare Source
v2.4.3
Compare Source
v2.4.2
Compare Source
v2.4.1
Compare Source
v2.4.0
Compare Source
externals
with our own, by @vstefanovic97v2.3.0
Compare Source
v2.2.4
Compare Source
directory
metadata to package.json by @Turbo87v2.2.3
Compare Source
export * from
syntax was not detected.v2.2.2
Compare Source
styleLoaderOptions
andcssLoaderOptions
correctly by @boris-petrovv2.2.1
Compare Source
v2.2.0
Compare Source
v2.1.0
Compare Source
insertScriptsAt
andinsertStylesAt
options.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 type
syntax, meaning if you only import the types from a package it will not be included in your build. By @buschtoens.v2.0.2
Compare Source
publicAssetURL
v2.0.1
Compare Source
v2.0.0
Compare Source
alias
option to more closely match webpack by doing a prefix match by default.@embroider/macros
importSync
by @simonihmigv1.12.2
Compare Source
v1.12.1
Compare Source
@embroider/shared-internals
1.0 so that apps can avoid redundant copiesv1.12.0
Compare Source
import type
syntax, meaningif you only import the types from a package it will not be included in your
build.
Backports #380 from
v2.1.0
by @buschtoens.v1.11.3
Compare Source
latest
tag. This is a re-published of 1.11.2 to supplant that as latest.v1.11.2
Compare Source
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
watchDependencies
feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.v1.11.0
Compare Source
watchDependencies
optionalias
option support prefix matching by @buschtoensv1.10.1
Compare Source
v1.10.0
Compare Source
import()
. Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.v1.9.0
Compare Source
v1.8.0
Compare Source
v1.7.0
Compare Source
Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.