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

chore(deps): update dependency ember-auto-import to v2 #108

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2022

This PR contains the following updates:

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

Release Notes

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

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

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

v2.2.4

Compare Source

  • 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

v2.2.3

Compare Source

  • BUGFIX: export * from syntax was not detected.

v2.2.2

Compare Source

  • BUGFIX: pass styleLoaderOptions and cssLoaderOptions correctly by @​boris-petrov

v2.2.1

Compare Source

  • BUGFIX: Prevent loss of characters in case of false end-partial-match by @​timmorey
  • INTERNAL: Upgrade scenario-tester

v2.2.0

Compare Source

  • 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

v2.1.0

Compare Source

  • 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

v2.0.2

Compare Source

  • BUGFIX: entry chunks should respect publicAssetURL

v2.0.1

Compare Source

  • BUGFIX: avoid warning spew from babel about loose mode.
  • DOCS: fixed docs link by @​MrChocolatine

v2.0.0

Compare Source

  • 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

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.

@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from fcd2b4d to 582b100 Compare October 14, 2022 16:24
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 582b100 to 1b1ca23 Compare March 11, 2023 23:00
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 1b1ca23 to 4a24bdd Compare April 17, 2023 12:17
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 4a24bdd to 8d2dcce Compare November 24, 2023 17:03
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 8d2dcce to 98ab70a Compare December 13, 2023 19:06
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 98ab70a to 430fda4 Compare December 23, 2023 03:44
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from 430fda4 to be36ac9 Compare May 28, 2024 02:08
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from be36ac9 to 61fde4c Compare June 25, 2024 10:22
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch 2 times, most recently from 85736ae to f65692a Compare September 20, 2024 19:16
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from f65692a to c2b0959 Compare October 30, 2024 14:56
@renovate renovate bot force-pushed the renovate/ember-auto-import-2.x branch from c2b0959 to f53245f Compare November 5, 2024 14:37
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