-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency ember-auto-import to v2.11.0 #37
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ember-auto-import-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for whyember ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
da7f9b4
to
f238053
Compare
f238053
to
4d780a2
Compare
4d780a2
to
2ee3ebb
Compare
2ee3ebb
to
38375e9
Compare
38375e9
to
1211b8a
Compare
1211b8a
to
5835785
Compare
5835785
to
2daf039
Compare
2daf039
to
4d4ed66
Compare
4d4ed66
to
cddd671
Compare
cddd671
to
4558ffe
Compare
4558ffe
to
819c59c
Compare
819c59c
to
1921c64
Compare
1921c64
to
e5c33df
Compare
e5c33df
to
856bcb2
Compare
856bcb2
to
93584b2
Compare
93584b2
to
f953657
Compare
f2c6b4f
to
1fa430a
Compare
1fa430a
to
119ae8b
Compare
119ae8b
to
ff234e4
Compare
ff234e4
to
2494abd
Compare
2494abd
to
45aca9c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
2.2.4
->2.11.0
Release Notes
embroider-build/ember-auto-import (ember-auto-import)
v2.11.0
ember-auto-import 2.11.0 (minor)
🚀 Enhancement
ember-auto-import
Committers: 1
v2.10.1
ember-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-types
ember-auto-import
Committers: 2
v2.10.0
Compare Source
ember-auto-import 2.10.0 (minor)
🚀 Enhancement
ember-auto-import
,@ef4/v2-addon-template
,@ef4/test-scenarios
Committers: 1
v2.9.0
Compare Source
ember-auto-import 2.9.0 (minor)
🚀 Enhancement
ember-auto-import
,@ef4/test-scenarios
Committers: 1
v2.8.1
Compare Source
ember-auto-import 2.8.1 (patch)
🐛 Bug Fix
ember-auto-import
Committers: 1
v2.8.0
Compare Source
ember-auto-import 2.8.0 (minor)
🚀 Enhancement
ember-auto-import
🏠 Internal
ember-auto-import
ember-auto-import
,@ef4/test-scenarios
@ef4/addon-template
,@ef4/app-template
,@ef4/test-scenarios
Committers: 2
v2.7.4
Compare Source
ember-auto-import 2.7.4 (patch)
🐛 Bug Fix
ember-auto-import
🏠 Internal
@ef4/test-scenarios
Committers: 1
v2.7.3
Compare Source
ember-auto-import 2.7.3 (patch)
🐛 Bug Fix
ember-auto-import
,@ef4/test-scenarios
🏠 Internal
Committers: 1
v2.7.2
Compare Source
ember-auto-import 2.7.2 (patch)
🐛 Bug Fix
ember-auto-import
,@ef4/test-scenarios
Committers: 1
v2.7.1
ember-auto-import 2.7.1 (patch)
🐛 Bug Fix
ember-auto-import
,@ef4/test-scenarios
ember-auto-import
🏠 Internal
Committers: 2
v2.7.0
ember-auto-import 2.7.0 (minor)
🚀 Enhancement
ember-auto-import
📝 Documentation
ember-auto-import
🏠 Internal
addon-template
app-template
,ember-auto-import
Committers: 4
2.6.3
2.6.2
earlyBootSet
manual workaround.2.6.1
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 5682.6.0
earlyBootSet
allows 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
externals
with our own, by @vstefanovic972.3.0
2.2.4
directory
metadata to package.json by @Turbo872.2.3
export * from
syntax was not detected.2.2.2
styleLoaderOptions
andcssLoaderOptions
correctly by @boris-petrov2.2.1
2.2.0
2.1.0
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.2.0.2
publicAssetURL
2.0.1
2.0.0
alias
option to more closely match webpack by doing a prefix match by default.@embroider/macros
importSync
by @simonihmig1.12.2
1.12.1
@embroider/shared-internals
1.0 so that apps can avoid redundant copies1.12.0
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.1.11.3
latest
tag. This is a re-published of 1.11.2 to supplant that as latest.1.11.2
alias
turned out to be a breaking change, so we're rolling it back in order to make it opt-in.1.11.1
watchDependencies
feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.1.11.0
watchDependencies
optionalias
option 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
skipBabel
option by @kasunvp1.5.3
1.5.2
@babel/present-env
but 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 explicitskipBabel
option for when you know for sure a package shouldn't be transpiled.1.4.1
v2.6.3
Compare Source
v2.6.2
Compare Source
earlyBootSet
manual workaround.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
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 was generated by Mend Renovate. View the repository job log.