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

[skip netlify]: Bump @embroider/addon-shim from 1.8.9 to 1.9.0 #1366

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps @embroider/addon-shim from 1.8.9 to 1.9.0.

Release notes

Sourced from @​embroider/addon-shim's releases.

v1.9.0-@​embroider/addon-shim

Release (2024-10-31)

@​embroider/addon-shim 1.9.0 (minor)

🚀 Enhancement

  • @embroider/addon-shim
    • #2158 Add a new option for addon-shim to pass config to ember-auto-import (@​ef4)

🏠 Internal

  • @embroider/test-scenarios, ts-app-template

Committers: 1

v3.6.5-@​embroider/compat

Release (2024-10-09)

@​embroider/compat 3.6.5 (patch) @​embroider/core 3.4.19 (patch) @​embroider/macros 1.16.9 (patch) @​embroider/shared-internals 2.8.1 (patch) @​embroider/webpack 4.0.8 (patch)

🐛 Bug Fix

  • @embroider/shared-internals

Committers: 1

v1.0.1-@​embroider/broccoli-side-watch

Release (2024-10-09)

@​embroider/broccoli-side-watch 1.0.1 (patch)

🐛 Bug Fix

  • @embroider/broccoli-side-watch

Committers: 1

v6.0.1-@​embroider/addon-dev

Release (2024-10-09)

@​embroider/addon-dev 6.0.1 (patch) @​embroider/broccoli-side-watch 1.0.0 (major) @​embroider/compat 3.6.4 (patch)

... (truncated)

Changelog

Sourced from @​embroider/addon-shim's changelog.

@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

Release 2022-11-30.0

@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

Release 2022-11-28.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

Release 2022-11-23.0

@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: [

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @elwayman02.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
Copy link
Owner

@elwayman02 elwayman02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/embroider/addon-shim-1.9.0 branch from 2d34a80 to 7f56f0f Compare November 4, 2024 13:45
Copy link
Owner

@elwayman02 elwayman02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@embroider/addon-shim](https://github.com/embroider-build/embroider/tree/HEAD/packages/addon-shim) from 1.8.9 to 1.9.0.
- [Release notes](https://github.com/embroider-build/embroider/releases)
- [Changelog](https://github.com/embroider-build/embroider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/embroider-build/embroider/commits/HEAD/packages/addon-shim)

---
updated-dependencies:
- dependency-name: "@embroider/addon-shim"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/embroider/addon-shim-1.9.0 branch from 7f56f0f to 7dfe958 Compare November 4, 2024 13:47
Copy link
Owner

@elwayman02 elwayman02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit fd140a3 into master Nov 4, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/embroider/addon-shim-1.9.0 branch November 4, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant