Skip to content

Commit 4dfb576

Browse files
committed
Auto merge of #3827 - rust-lang:renovate/ember-auto-import-2.x, r=Turbo87
Update dependency ember-auto-import to v2.1.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-auto-import](https://togithub.com/ef4/ember-auto-import) | [`2.0.2` -> `2.1.0`](https://renovatebot.com/diffs/npm/ember-auto-import/2.0.2/2.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-auto-import/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-auto-import/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-auto-import/2.1.0/compatibility-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-auto-import/2.1.0/confidence-slim/2.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ef4/ember-auto-import</summary> ### [`v2.1.0`](https://togithub.com/ef4/ember-auto-import/blob/master/CHANGELOG.md#&#8203;210) [Compare Source](https://togithub.com/ef4/ember-auto-import/compare/v2.0.2...v2.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 [`@&#8203;buschtoens](https://togithub.com/buschtoens).` - DOCS: fixes in README by [`@&#8203;stefanpenner](https://togithub.com/stefanpenner)` - DOCS: fixes in upgrade guide by [`@&#8203;kiwi-josh](https://togithub.com/kiwi-josh)` </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 88c3e24 + bac239a commit 4dfb576

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"broccoli-asset-rev": "3.0.0",
6565
"ember-a11y-testing": "4.1.3",
6666
"ember-api-actions": "0.2.9",
67-
"ember-auto-import": "2.0.2",
67+
"ember-auto-import": "2.1.0",
6868
"ember-cli": "3.27.0",
6969
"ember-cli-app-version": "5.0.0",
7070
"ember-cli-babel": "7.26.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6195,10 +6195,10 @@ ember-api-actions@0.2.9:
61956195
ember-compatibility-helpers "^1.1.2"
61966196
ember-destroyable-polyfill "^2.0.2"
61976197

6198-
ember-auto-import@2.0.2:
6199-
version "2.0.2"
6200-
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.0.2.tgz#bd25191fbce58c4c91ca1789e5514de4fc7ee9d4"
6201-
integrity sha512-mBtHZCmFQvAnq31sM1PHvHRQWkI2p/T2VZ0Y7c+HE2BGUkY/2AW0wMhw3uhpivIr3WRbRIiYwYPVNtInNL7TwA==
6198+
ember-auto-import@2.1.0:
6199+
version "2.1.0"
6200+
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.1.0.tgz#bed04d6551bc1b5e9b072a193e8a26e2c63b96c0"
6201+
integrity sha512-82iTXahaiswdOpMrosUzIvblpxCVd6jC1tvqKVd/wrUVVMj9tP3s5jqsVF7wKvf4im8ZjGkkuR8rMFU0CiqJNQ==
62026202
dependencies:
62036203
"@babel/core" "^7.1.6"
62046204
"@babel/plugin-proposal-class-properties" "^7.13.0"

0 commit comments

Comments
 (0)