BUGFIX: Avoid EBADF on ReadStream early close in Node 12 by @maxfierke
BUGFIX: use junctions on windows as needed to avoid permissions problem
INTERNAL: mark test-scenarios package as private by @rwjblue
DOCS: fix link to upgrade guide in changelog by @ndekeister-us
METADATA: add directory metadata to package.json by @Turbo87
2.2.3
BUGFIX: export * from syntax was not detected.
2.2.2
BUGFIX: pass styleLoaderOptions and cssLoaderOptions correctly by @boris-petrov
2.2.1
BUGFIX: Prevent loss of characters in case of false end-partial-match by @timmorey
INTERNAL: Upgrade scenario-tester
2.2.0
ENHANCEMENT: significantly faster builds.
ENHANCEMENT: improved error messages for resolution errors by @NullVoxPopuli
HOUSEKEEPING: adjust which files get published by @buschtoens
ENHANCEMENT: relax semver check to tolerate shared versions that satisfy all consumers
2.1.0
FEATURE: You can now control exactly how and where ember-auto-import will insert tags into your HTML using the insertScriptsAt and insertStylesAt options.
FEATURE: You can add custom entrypoints to the webpack config. Combined with insertScriptsAt, this makes it possible to (for example) auto-import a family of polyfills that must run before Ember's traditional vendor.js. It's also likely to be helpful for building webworkers or other similar standalone targets.
FEATURE: We now properly optimize TypeScript's import type syntax, meaning if you only import the types from a package it will not be included in your build. By @buschtoens.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ember-auto-import from 2.0.0 to 2.2.4.
Changelog
Sourced from ember-auto-import's changelog.
Commits
6fc0e75
releasingea28589
keep finsihed state in this.stateded61b1
Merge branch 'main' into mf-fix_ebadf_node_1263f1af1
Destroy ReadableStream only after promise resolutionabe2e90
Avoid EBADF on ReadStream early close in Node 125871080
windows symlinks->junctions497d5c5
Merge pull request #448 from ndekeister-us/fix/changelog_linkb2b1c1c
package.json: Adddirectory
metadata3ddb75a
release 2.2.3d7031b9
detect reexport allDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)