Skip to content

chore(deps): update dependency @embroider/test-setup to v4#74

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-embroider-monorepo
Open

chore(deps): update dependency @embroider/test-setup to v4#74
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-embroider-monorepo

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 21, 2022

This PR contains the following updates:

Package Change Age Confidence
@embroider/test-setup (source) ^0.50.2^4.0.0 age confidence

cc @tzellman


Release Notes

embroider-build/embroider (@​embroider/test-setup)

v4.0.0

@​embroider/compat 3.4.8 (patch)
@​embroider/core 3.4.8 (patch)
@​embroider/macros 1.16.0 (minor)
@​embroider/test-setup 4.0.0 (major)
@​embroider/webpack 4.0.0 (major)

💥 Breaking Change
  • @embroider/webpack
    • #​1868 Adjusting @embroider/webpack to use @babel/preset-env to avoid critical security audit (@​lupestro)
🚀 Enhancement
  • @embroider/macros, @embroider/test-fixtures
🐛 Bug Fix
  • @embroider/core, @embroider/test-scenarios
Committers: 3

v3.0.3

@​embroider/addon-dev 4.1.2 (patch)
@​embroider/addon-shim 1.8.7 (patch)
@​embroider/babel-loader-9 3.1.1 (patch)
@​embroider/compat 3.3.0 (minor)
@​embroider/core 3.4.0 (minor)
@​embroider/hbs-loader 3.0.3 (patch)
@​embroider/macros 1.13.3 (patch)
@​embroider/router 2.1.5 (patch)
@​embroider/shared-internals 2.5.1 (patch)
@​embroider/test-setup 3.0.3 (patch)
@​embroider/util 1.12.1 (patch)
@​embroider/vite 0.2.0 (minor)
@​embroider/webpack 3.2.1 (patch)

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 7

v3.0.2

@​embroider/addon-dev 4.1.1 (patch)
@​embroider/babel-loader-9 3.1.0 (minor)
@​embroider/compat 3.2.2 (patch)
@​embroider/core 3.3.0 (minor)
@​embroider/macros 1.13.2 (patch)
@​embroider/router 2.1.4 (patch)
@​embroider/shared-internals 2.5.0 (minor)
@​embroider/test-setup 3.0.2 (patch)
@​embroider/vite 0.1.3 (patch)
@​embroider/webpack 3.2.0 (minor)

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v3.0.1

@​embroider/test-setup 3.0.1 (patch)

🐛 Bug Fix
🏠 Internal
Committers: 2

v3.0.0

@​embroider/addon-dev 3.1.0 (minor)
@​embroider/addon-shim 1.8.5 (patch)
@​embroider/babel-loader-8 3.0.0 (major)
@​embroider/compat 3.0.0 (major)
@​embroider/core 3.0.0 (major)
@​embroider/hbs-loader 3.0.0 (major)
@​embroider/macros 1.11.0 (minor)
@​embroider/router 2.1.0 (minor)
@​embroider/shared-internals 2.1.0 (minor)
@​embroider/test-setup 3.0.0 (major)
@​embroider/util 1.11.0 (minor)
@​embroider/webpack 3.0.0 (major)
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 12

v2.1.1

@embroider/compat, @embroider/core, @embroider/test-setup, @embroider/webpack 2.1.0 -> 2.1.1

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.1.0

@embroider/compat, @embroider/core, @embroider/test-setup, @embroider/webpack 2.1.0 -> 2.1.1

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.0.2

@embroider/compat 2.0.2 -> 2.1.0

  • BUGFIX: hash current env into the temp workspace dir path 1318
  • BUGFIX: add .hbs.js to the list of resolvable extensions by webpack 1307
  • BUGFIX: Resolver transform fixes 1308
  • BUGFIX: handle special case where rootURL is empty string 1285
  • BUGFIX: tmpdir handling for @​glimmer/tracking compat adapter 1302

@embroider/core 2.0.2 -> 2.1.0

  • INTERNAL: Split resolution decisions out of babel-plugin-adjust-specifiers 1309

@embroider/test-setup 2.0.2 -> 2.1.0

  • BUGFIX: test-setup: use caret version modifier for Embroider dependencies 1328

@embroider/util 1.9.0 -> 1.10.0

  • FEATURE: Make ensureSafeComponent usable with Glint 1301

@ember/webpack 2.0.2 -> 2.1.0

  • BUGFIX: fix css livereload 1317

v2.0.1

@embroider/compat, @embroider/core, @embroider/test-setup, @embroider/webpack 2.0.1 -> 2.0.2

  • BUGFIX: detect ember-template-compliation plugin correctly when other plugins are preventing parallelization 1299

v2.0.0

@embroider/compat, @embroider/core, @embroider/test-setup, @embroider/webpack 2.0.0 -> 2.0.1

  • BUGFIX: 2.0.0 broke template-only components in addons with custom AST transforms 1294, 1295

v1.8.3

Compare Source

@embroider/addon-dev 2.0.0 -> 3.0.0

  • BREAKING: @embroider/addon-template/template-transform-plugin is removed
    because babel-plugin-ember-template-compilation >= 2.0.0 now directly supports
    source-to-source transformation.

    This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:

    1. Add babel-plugin-ember-template-compilation@^2.0.0 as a devDependency.

    2. Make sure you also have a devDependency on ember-source, so we have a template compiler.

    3. Update the babel config like:

      plugins: [
      -   [
      -     '@​embroider/addon-dev/template-transform-plugin',
      -     {
      -       astTransforms: [
      -         ...yourPluginsHere
      -       ]
      -     }
      -   ],
      +   [
      +     'babel-plugin-ember-template-compilation',
      +     {
      +       compilerPath: 'ember-source/dist/ember-template-compiler',
      +       targetFormat: 'hbs',
      +       transforms: [
      +         ...yourPluginsHere
      +        ]
      +     }
      +   ]
      ]

    See https://github.com/emberjs/babel-plugin-ember-template-compilation for the complete docs on these options.

@embroider/addon-shim: 1.8.3 -> 1.8.4

  • BUGFIX: Add missing dependency 1282

@embroider/babel-loader-8 1.9.0 -> 2.0.0

  • ENHANCEMENT: remove forced optional-chaining and nullish-coalescing-operator babel plugins 1270
  • BREAKING: peerDep on @embroider/core 2.0

@embroider/compat 1.9.0 -> 2.0.0

  • BREAKING: Drop support for Ember < 3.28 1246. See details in the @embroider/core section of these release notes.
  • BUGFIX: don't generate .js compnent stubs for .ts components 1273
  • BUGFIX: several windows-specific issues were caught and fixed when we ported our remaining test suite to run on both unix and windows.

@embroider/core 1.9.0 -> 2.0.0

  • DOCS: document how to work with test scenarios 1283

  • BUGFIX: Defend against infinite loop on broken babel config 1277

  • BUGFIX: allow v2 addons to use app tree fallback resolution 1278

  • BREAKING: Drop support for Ember < 3.28 1246

    This allows us to rely on:

    • first-class components, helpers, and modifiers

    • template lexical scope

    • the lack of the old modules-api-polyfill

      which greatly simplifies the build.

  • ENHANCEMENT: Simplified template compilation pipeline 1242, 1276

    Uses babel-plugin-ember-template-compilation 2.0, which offers new capabilities to AST transform authors that better unlock the power of strict mode templates.

  • ENHANCEMENT: For most invocations of components, helpers, and modifiers when staticComponents, staticHelpers, and staticModifiers settings are enabled, we now entirely bypass the AMD loader using template lexical scope. This results in less work at runtime and slightly smaller code.

  • BREAKING: The above feature won't have any breaking effects in the vast majority of apps that are doing things correctly. But I'm calling this out as potentially breaking because you may be accidentally relying on the loose old behaviors:

    1. Using a component in one place would cause it to become globally available to the AMD loader after that point. This would let string-based component resolution work when it actually shouldn't have (if you are resolving strings into components at runtime, you can't use staticComponents mode).

    2. If you have multiple copies of an addon, which copy would get invokved from a given template was hard to predict before, now each one will definitely see it's own dependency.

  • INTERNALS: re-enable engines tests 1281

@embroider/hbs-loader 1.9.0 -> 2.0.0

  • ENHANCEMENT: expose backward-compatible moduleName support
  • BREAKING: peerDep on @embroider/core 2.0

@embroider/macros 1.9.0 -> 1.10.0

  • BUGFIX: template macros could have pre-moved appRoot in their packageCache

  • ENHANCEMENT: expose simplified transforms API for use with babel-plugin-ember-template-compilation

    Previously, we used MacrosConfig.astTransforms() which gave you transforms in
    the reverse order they were expected to run, for compatibility with the wacky
    ordering in class ember-cli-htmlbars. Now we also offer MacrosConfig.transforms() which provides them in a format compatible directly with babel-plugin-ember-template-compilation 2.0, which uses the more natural order and which supports plugins-as-strings-to-be-loaded in addition to just plain functions.

@embroider/router: 1.9.0 -> 2.0.0

  • BREAKING: peerDep on @embroider/core 2.0
  • BREAKING: converted to a v2 addon, so consuming apps must have ember-auto-import >= 2.0.0.

@embroider/shared-internals: 1.8.3 -> 2.0.0

  • BUGFIX: several windows-specific issues were caught and fixed when we ported our remaining test suite to run on both unix and windows.

  • BREAKING: The second argument to hbsToJS() has changed formats to accomodate new additional options.

    import { hbsToJS } from '@&#8203;embroider/shared-internals';
    
    -hbsToJS('<SomeTemplate />', 'my-component.hbs');
    +hbsToJS('<SomeTemplate />', { moduleName: 'my-component.hbs' });

@embroider/test-setup: 1.8.3 -> 2.0.0

  • BREAKING test under the new 2.0 releases of @embroider/core et al.

@embroider/webpack 1.9.0 -> 2.0.0

  • BREAKING: Drop support for Ember < 3.28 1246. See details in the @embroider/core section of these release notes.

v1.8.2

Compare Source

🐛 Bug Fix
  • compat, shared-internals
Committers: 1

v1.8.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 4

v1.8.0

Compare Source

🚀 Enhancement
  • addon-dev, core, shared-internals
🐛 Bug Fix
Committers: 4

v1.7.1

Compare Source

🐛 Bug Fix
Committers: 1

v1.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v1.6.0

Compare Source

🚀 Enhancement
  • addon-dev, compat, core, hbs-loader, shared-internals, webpack
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 5

v1.5.0

Compare Source

🚀 Enhancement
  • util
🐛 Bug Fix
Committers: 2

v1.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v1.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 10

v1.2.0

Compare Source

🚀 Enhancement
  • compat
  • macros
    • #​1119 Reuse the loc of the macroMaybeAttrs hashes for the created attributes (@​Windvis)
📝 Documentation
🏠 Internal
Committers: 3

v1.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 9

v1.0.0

Compare Source

Declaring this as 1.0 to signifiy general level of stability and to give us more flexibility to distinguish minor and patch releases.

:internal: Internal
  • Renamed default branch from master to main.
🐛 Bug Fix
Committers: 1

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 added the deps label Jan 21, 2022
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 3990c3c to 7627674 Compare March 8, 2022 05:22
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 7627674 to 59af1d2 Compare April 24, 2022 18:43
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 59af1d2 to e0a0e69 Compare June 18, 2022 20:11
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from e0a0e69 to d2a82d8 Compare September 25, 2022 13:18
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from d2a82d8 to 0923482 Compare March 19, 2023 02:03
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v1 chore(deps): update dependency @embroider/test-setup to v2 Mar 19, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 0923482 to 1d41ea3 Compare May 28, 2023 10:28
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v2 chore(deps): update dependency @embroider/test-setup to v3 May 28, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 1d41ea3 to 64a5fdf Compare October 1, 2023 15:25
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 64a5fdf to f5054a5 Compare November 15, 2023 00:15
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from f5054a5 to 4952342 Compare April 20, 2024 17:28
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v3 chore(deps): update dependency @embroider/test-setup to v4 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 4952342 to 2b25c29 Compare November 10, 2025 21:11
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 2b25c29 to ff78099 Compare November 18, 2025 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants