Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2022

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:

Package Change Age Confidence
ember-auto-import (source) 2.2.4 -> 2.11.0 age confidence

Release Notes

embroider-build/ember-auto-import (ember-auto-import)

v2.11.0

ember-auto-import 2.11.0 (minor)

🚀 Enhancement
Committers: 1

v2.10.1

ember-auto-import 2.10.1 (patch)

🐛 Bug Fix
  • ember-auto-import, @ef4/test-scenarios
    • #​662 Don't allow v2 addons to accidentally resolve non-deps (@​ef4)
🏠 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
    • #​645 Support customizeMeta for v2 addons in classic builds (@​ef4)
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
Committers: 1

v2.8.0

Compare Source

ember-auto-import 2.8.0 (minor)

🚀 Enhancement
🏠 Internal
Committers: 2

v2.7.4

Compare Source

ember-auto-import 2.7.4 (patch)

🐛 Bug Fix
  • ember-auto-import
    • #​629 only check devDependencies when checking requested range of an app package (@​mansona)
🏠 Internal
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
🏠 Internal
Committers: 2

v2.7.0

ember-auto-import 2.7.0 (minor)

🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 4
2.6.3
  • BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by @​mansona.
2.6.2
  • BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous earlyBootSet manual workaround.
  • BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @​candunaj
  • INTERNAL: update tests for latest ember canary
  • BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @​simonihmig
2.6.1
  • BUGFIX: 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 568
2.6.0
  • ENHANCEMENT: new option earlyBootSet allows you to work around compatibility problems between classic addons and v2 addons by @​NullVoxPopuli 553
2.5.0
2.4.3
  • BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @​mansona
  • BUGFIX: Respect v2 addon's explicit externals list
  • INTERNAL: add @​babel/core to app and addon test templates for compatibility with upcoming ember versions.
  • DOCS: Improve upgrade guide by @​pomm0
  • BUGFIX: windows path handling fix by @​void-mAlex
  • DOCS: Fix typo by @​berdeblock
2.4.2
  • BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting.
2.4.1
  • BUGFIX: avoid unnecessary full page reloads
  • DOCS: clarify upgrade guide for addon by @​ctjhoa
  • BUGFIX: don't let broccoli-asset-rev mess with css chunks
  • INTERNALS: upgrade fs-extra and resolve-package-path by @​SergeAstapov
2.4.0
2.3.0
2.2.4
  • 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.
  • DOCS: fixes in README by @​stefanpenner
  • DOCS: fixes in upgrade guide by @​kiwi-josh
2.0.2
  • BUGFIX: entry chunks should respect publicAssetURL
2.0.1
  • BUGFIX: avoid warning spew from babel about loose mode.
  • DOCS: fixed docs link by @​MrChocolatine
2.0.0
  • BREAKING: see the upgrade guide to v2 for the complete list of breaking changes in 2.0 with explanations and instructions.
  • BREAKING: webpack 5 upgrade by @​gabrielcsapo and @​ef4
  • BREAKING ENHANCEMENT: support embroider v2-formatted addons
  • BREAKING: drop support for babel 6
  • BREAKING: inject entry chunks directly into HTML
  • BREAKING: addons that use ember-auto-import 2.0 require that the app also has ember-auto-import 2.0.
  • BREAKING: apps must depend directly on webpack 5
  • BREAKING: change our alias option to more closely match webpack by doing a prefix match by default.
  • BUGFIX: fix compatibility with babel 7.26+ by @​rwjblue
  • ENHANCEMENT: support auto-importing dependencies via @embroider/macros importSync by @​simonihmig
  • BUGFIX: fix accidental duplication of webpack config
  • BREAKING: minimum supported Node is 12 (because 10 hit EOL on 2021-04-30)
  • BREAKING: minimum supported Ember and EmberCLI versions are both 3.4
1.12.2
  • BUGFIX allow the user's devTool setting to take priority over the default provided by forbidEval by @​apellerano-pw.
1.12.1
  • COMPAT upgraded to @embroider/shared-internals 1.0 so that apps can avoid redundant copies
1.12.0
  • 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.
    Backports #​380 from
    v2.1.0 by @​buschtoens.
1.11.3
  • NO-OP: I accidentally published 2.0.0-alpha.0 to NPM under the latest tag. This is a re-published of 1.11.2 to supplant that as latest.
1.11.2
  • BUGFIX: the new prefix matching implementation of alias turned out to be a breaking change, so we're rolling it back in order to make it opt-in.
1.11.1
  • BUGFIX: as part of the watchDependencies feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.
1.11.0
  • HOUSEKEEPING: major test infrastructure refactor by @​ef4 & @​mattmcmanus
  • COMPAT: ensure babel compilation ignores a babel.config.js by @​rwjblue
  • ENHANCEMENT: introduce watchDependencies option
  • ENHANCEMENT: allow unambiguous data URIs
  • ENHANCEMENT: make alias option support prefix matching by @​buschtoens
  • BUGFIX: update test-support regex to work with scoped packages by @​paddyobrien
1.10.1
  • BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.
1.10.0
  • ENHANCEMENT: we are now compatible with the Embroider package spec's handling of import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.
  • BUGFIX: the test-support tree detection feature in 1.9.0 didn't actually match ember-cli's naming scheme, by @​rwjblue.
1.9.0
  • ENHANCEMENT: use new API from ember-cli to reliably detect which trees are test-support only, even when addons override the default naming scheme by @​rwjblue
  • ENHANCEMENT: switch to resolve-package-path for better shared caching with the rest of ember-cli by @​rwjblue
1.8.0
  • ENHANCEMENT: improved leader election protocol between copies of ember-auto-import that ensures the newest one is always in charge.
  • HOUSEKEEPING: upgrades to typescript and some other deps to get better upstream types
1.7.0
  • DOCS: improvement to CONTRIBUTING.md by kiwiupover
  • BUGFIX: fix merging of webpack configs by @​bendemboski
  • HOUSEKEEPING: upgrade ember-cli-babel by nlfurniss
  • HOUSEKEEPING: upgrade @​embroider/core dep by simonihmig
  • HOUSEKEEPING: upgrade webpack
1.6.0
  • ENHANCEMENT: add .ts extension to the resolver allowing import of TypeScript modules without having to add the .ts extension by @​buschtoens
  • DOCS: document skipBabel option by @​kasunvp
  • DOCS: fix typo in README.md by @​jacobq
  • DOCS: add instructions for using dynamic imports in addons by @​jrjohnson
  • ENHANCEMENT: only output files for fastboot when ember-cli-fastboot is detected (can also be manually disabled with FASTBOOT_DISABLED=true environment variable) by @​houfeng0923
  • HOUSEKEEPING: update CI node version to 12.x by @​f1sherman
  • ENHANCEMENT: add [id] to the chunkname by @​stukalin
  • BUGFIX: ensure auto-import processes the same extensions as ember-cli-babel by @​dfreeman
  • BUGFIX: update minimum version of @​babel/preset-env to 7.10.2 by @​rwjblue
1.5.3
  • HOUSEKEEPING: upgrading deps that are failing security audits (but there was no actual vulnerability for ember-auto-import users)
  • HOUSEKEEPING: switch CI to GitHub actions
  • BUGFIX: lazily read babel config (helps interoperability with Embroider) by @​stefanpenner
1.5.2
  • BUGFIX: since 1.5.0 we were using @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
  • BUGFIX: upgrade handlebars to eliminate a GitHub security advisory. We don't run untrusted templates, so there was no actual security risk introduced by ember-auto-import.
1.5.0
  • ENHANCEMENT: all dependencies now go through @​babel/preset-env by default. This ensures that you never ship code that violates your app's declared config/targets.js. There is an explicit skipBabel option for when you know for sure a package shouldn't be transpiled.
  • DOCS: node polyfills FAQ by @​jenweber
  • DOCS: fixed syntax highlighting by @​ctjhoa
1.4.1

v2.6.3

Compare Source

  • BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by @​mansona.

v2.6.2

Compare Source

  • BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous earlyBootSet manual workaround.
  • BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @​candunaj
  • INTERNAL: update tests for latest ember canary
  • BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @​simonihmig

v2.6.1

Compare Source

  • BUGFIX: 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 568

v2.6.0

Compare Source

  • ENHANCEMENT: new option earlyBootSet allows you to work around compatibility problems between classic addons and v2 addons by @​NullVoxPopuli 553

v2.5.0

Compare Source

v2.4.3

Compare Source

  • BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @​mansona
  • BUGFIX: Respect v2 addon's explicit externals list
  • INTERNAL: add @​babel/core to app and addon test templates for compatibility with upcoming ember versions.
  • DOCS: Improve upgrade guide by @​pomm0
  • BUGFIX: windows path handling fix by @​void-mAlex
  • DOCS: Fix typo by @​berdeblock

v2.4.2

Compare Source

  • BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting.

v2.4.1

Compare Source

  • BUGFIX: avoid unnecessary full page reloads
  • DOCS: clarify upgrade guide for addon by @​ctjhoa
  • BUGFIX: don't let broccoli-asset-rev mess with css chunks
  • INTERNALS: upgrade fs-extra and resolve-package-path by @​SergeAstapov

v2.4.0

Compare Source

v2.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Oct 12, 2022

Deploy Preview for whyember ready!

Name Link
🔨 Latest commit 45aca9c
🔍 Latest deploy log https://app.netlify.com/projects/whyember/deploys/68dfa24eb7455000088582b9
😎 Deploy Preview https://deploy-preview-37--whyember.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from da7f9b4 to f238053 Compare October 14, 2022 16:52
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.4.2 Update dependency ember-auto-import to v2.4.3 Oct 14, 2022
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from f238053 to 4d780a2 Compare November 29, 2022 23:48
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.4.3 Update dependency ember-auto-import to v2.5.0 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 4d780a2 to 2ee3ebb Compare March 16, 2023 10:00
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.5.0 Update dependency ember-auto-import to v2.6.1 Mar 23, 2023
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.6.1 Update dependency ember-auto-import to v2.6.3 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 2ee3ebb to 38375e9 Compare April 17, 2023 12:14
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 38375e9 to 1211b8a Compare October 30, 2023 19:53
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.6.3 Update dependency ember-auto-import to v2.7.0 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 1211b8a to 5835785 Compare November 24, 2023 19:14
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 5835785 to 2daf039 Compare December 4, 2023 21:00
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 2daf039 to 4d4ed66 Compare December 13, 2023 18:15
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.7.0 Update dependency ember-auto-import to v2.7.1 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 4d4ed66 to cddd671 Compare December 23, 2023 03:43
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.7.1 Update dependency ember-auto-import to v2.7.2 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from cddd671 to 4558ffe Compare May 28, 2024 01:44
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.7.2 Update dependency ember-auto-import to v2.7.3 May 28, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 4558ffe to 819c59c Compare June 25, 2024 10:21
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.7.3 Update dependency ember-auto-import to v2.7.4 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 819c59c to 1921c64 Compare August 27, 2024 20:46
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 1921c64 to e5c33df Compare September 16, 2024 11:18
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.7.4 Update dependency ember-auto-import to v2.8.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from e5c33df to 856bcb2 Compare September 20, 2024 17:21
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.8.0 Update dependency ember-auto-import to v2.8.1 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 856bcb2 to 93584b2 Compare October 30, 2024 16:55
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.8.1 Update dependency ember-auto-import to v2.9.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 93584b2 to f953657 Compare November 5, 2024 17:43
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.9.0 Update dependency ember-auto-import to v2.10.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch 2 times, most recently from f2c6b4f to 1fa430a Compare August 13, 2025 16:09
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 1fa430a to 119ae8b Compare August 19, 2025 16:13
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 119ae8b to ff234e4 Compare September 23, 2025 21:51
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.10.0 Update dependency ember-auto-import to v2.10.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from ff234e4 to 2494abd Compare September 30, 2025 14:59
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 2494abd to 45aca9c Compare October 3, 2025 10:15
@renovate renovate bot changed the title Update dependency ember-auto-import to v2.10.1 Update dependency ember-auto-import to v2.11.0 Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants