Skip to content
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

Update dependency ember-auto-import to v1.12.2 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-auto-import (source) 1.5.2 -> 1.12.2 age adoption passing confidence

Release Notes

ef4/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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 9da23fb to 1b9aeda Compare June 30, 2020 22:58
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.5.3 Update dependency ember-auto-import to v1.6.0 Jun 30, 2020
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.6.0 Update dependency ember-auto-import to v1.7.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 1b9aeda to b57df2c Compare November 27, 2020 01:55
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from b57df2c to 752c14a Compare December 11, 2020 01:58
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.7.0 Update dependency ember-auto-import to v1.8.0 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 752c14a to 367146d Compare January 6, 2021 06:00
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.8.0 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 367146d to 59c1cba Compare April 26, 2021 13:09
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.10.1 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 59c1cba to 0958943 Compare October 20, 2021 07:07
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.11.3 Update dependency ember-auto-import to v1.12.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 0958943 to ed849da Compare March 7, 2022 09:11
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.12.0 Update dependency ember-auto-import to v1.12.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from ed849da to e2922d6 Compare June 18, 2022 18:59
@renovate renovate bot changed the title Update dependency ember-auto-import to v1.12.1 Update dependency ember-auto-import to v1.12.2 Jun 18, 2022
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.

None yet

0 participants