Skip to content

fix(deps): update dependency ember-auto-import to v1.12.2#271

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ember-auto-import-1.x
Open

fix(deps): update dependency ember-auto-import to v1.12.2#271
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ember-auto-import-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 3, 2019

This PR contains the following updates:

Package Change Age Confidence
ember-auto-import (source) 1.3.01.12.2 age confidence

Release Notes

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

v1.12.2

Compare Source

  • BUGFIX allow the user's devTool setting to take priority over the default provided by forbidEval by @​apellerano-pw.

v1.12.1

Compare Source

  • COMPAT upgraded to @embroider/shared-internals 1.0 so that apps can avoid redundant copies

v1.12.0

Compare Source

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

v1.11.3

Compare Source

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

v1.11.2

Compare Source

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

v1.11.1

Compare Source

  • BUGFIX: as part of the watchDependencies feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.

v1.11.0

Compare Source

  • 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

v1.10.1

Compare Source

  • BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.

v1.10.0

Compare Source

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

v1.9.0

Compare Source

  • 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

v1.8.0

Compare Source

  • 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

v1.7.0

Compare Source

  • 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

v1.6.0

Compare Source

  • 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

v1.5.3

Compare Source

  • 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

v1.5.2

Compare Source

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

v1.5.1

Compare Source

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

v1.5.0

Compare Source

  • 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

v1.4.1

Compare Source

v1.4.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from afdb06e to 9ce38ba Compare June 13, 2019 18:44
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.4.0 fix(deps): update dependency ember-auto-import to v1.4.1 Jun 13, 2019
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 9ce38ba to 17478d5 Compare June 14, 2019 14:14
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 17478d5 to 92696ff Compare July 6, 2019 01:41
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.4.1 fix(deps): update dependency ember-auto-import to v1.5.0 Jul 6, 2019
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch 2 times, most recently from 54f6166 to 51bfea7 Compare July 9, 2019 18:53
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.5.0 fix(deps): update dependency ember-auto-import to v1.5.1 Jul 9, 2019
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 51bfea7 to 571a856 Compare July 10, 2019 17:00
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.5.1 fix(deps): update dependency ember-auto-import to v1.5.2 Jul 10, 2019
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 571a856 to dd2bd65 Compare September 13, 2019 03:31
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from dd2bd65 to 687c2b6 Compare October 11, 2019 18:28
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.5.2 fix(deps): update dependency ember-auto-import to v1.5.3 Oct 11, 2019
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 687c2b6 to 2426a41 Compare July 1, 2020 03:54
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.5.3 fix(deps): update dependency ember-auto-import to v1.6.0 Jul 1, 2020
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 2426a41 to a98ea60 Compare November 28, 2020 17:51
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.6.0 fix(deps): update dependency ember-auto-import to v1.7.0 Nov 28, 2020
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from a98ea60 to 5bd09e3 Compare December 10, 2020 02:54
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.7.0 fix(deps): update dependency ember-auto-import to v1.8.0 Dec 10, 2020
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 5bd09e3 to 78a9f3e Compare January 6, 2021 18:00
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.8.0 fix(deps): update dependency ember-auto-import to v1.10.1 Jan 6, 2021
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 78a9f3e to 3c8f996 Compare April 26, 2021 17:18
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.10.1 fix(deps): update dependency ember-auto-import to v1.11.3 Apr 26, 2021
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 3c8f996 to aaacb4d Compare October 18, 2021 23:54
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.11.3 fix(deps): update dependency ember-auto-import to v1.12.0 Oct 18, 2021
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from aaacb4d to c802831 Compare February 14, 2022 23:46
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.12.0 fix(deps): update dependency ember-auto-import to v1.12.1 Feb 14, 2022
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from c802831 to 6dc3308 Compare June 18, 2022 22:19
@renovate renovate Bot changed the title fix(deps): update dependency ember-auto-import to v1.12.1 fix(deps): update dependency ember-auto-import to v1.12.2 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 6dc3308 to 30355d8 Compare August 10, 2025 13:49
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch 2 times, most recently from 1183d4d to 1ec9af1 Compare August 19, 2025 12:33
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 1ec9af1 to 652a618 Compare August 31, 2025 10:56
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 652a618 to b29e0a2 Compare September 25, 2025 18:51
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from b29e0a2 to 2622c4c Compare October 21, 2025 09:44
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 2622c4c to bf32bee Compare November 11, 2025 02:38
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from bf32bee to 8219f52 Compare November 18, 2025 11:41
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 8219f52 to 11c1f39 Compare December 3, 2025 16:55
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 11c1f39 to b99432a Compare December 31, 2025 15:35
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from b99432a to ab20b82 Compare January 8, 2026 17:54
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch 2 times, most recently from d717052 to d40c846 Compare January 23, 2026 16:54
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from d40c846 to 5f7b7f0 Compare February 2, 2026 17:49
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch 2 times, most recently from f543d70 to 44af0ed Compare February 17, 2026 15:40
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 44af0ed to f2968de Compare March 5, 2026 18:06
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from f2968de to edf31b4 Compare March 13, 2026 12:08
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from edf31b4 to a00aad8 Compare April 1, 2026 19:30
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from a00aad8 to 33db36d Compare April 8, 2026 19:48
@renovate renovate Bot force-pushed the renovate/ember-auto-import-1.x branch from 33db36d to ac50332 Compare April 29, 2026 15:55
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