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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @embroider/macros from 0.40.0 to 1.9.0 #228

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps @embroider/macros from 0.40.0 to 1.9.0.

Release notes

Sourced from @鈥媏mbroider/macros's releases.

Release 1.8.3

馃悰 Bug Fix

  • compat
    • #1231 Followup to "Detect addons with customized treeForMethod names" (@鈥媏f4)

馃彔 Internal

Committers: 1

Release 1.8.2

馃悰 Bug Fix

  • compat, shared-internals

Committers: 1

Release 1.8.1

馃悰 Bug Fix

馃摑 Documentation

  • #1225 docs: Add lazy loaded engines EmbroiderRouter details to README (@鈥媟ichgt)

Committers: 4

Release 1.8.0

馃殌 Enhancement

  • addon-dev, core, shared-internals

馃悰 Bug Fix

... (truncated)

Changelog

Sourced from @鈥媏mbroider/macros's changelog.

@embroider/core 1.8.3 -> 1.9.0 minor

@embroider/compat 1.8.3 -> 1.9.0 minor

@embroider/addon-dev 1.8.3 -> 2.0.0 major

  • Extensions in addon-dev's rollup plugin are now all normalized to .js, #1223 (@鈥婲ullVoxPopuli)

    Previously, when addonEntrypoints would include .{js,ts}, these entries should no only say .js. All files are in terms of "the outputs", which are JavaScript.

    Also in #1223, this PR fixes an issue where components authored in typescript could not be used

  • Default 'hoiseTransitiveImports' to 'false', #1233 (@鈥婲ullVoxPopuli)

    Module load optimzations are an app concern, rather than an addon/library concern. This also resolves the issue that is described in babel-plugin-ember-template-compilation#7

  • Default sourcemap: true for the rollup output defaults, #1234 (@鈥婲ullVoxPopuli)

    These are very hi-fi sourcemaps -- for example, in TypeScript projects, you see TypeScript in the dev tools. Because rollup/webpack/etc output can be really hard for humans to read, enabling sourcemaps as a default should hopefully help folks debug their addons more easily.

  • Run the clean plugin as late as possible, #1229 (@鈥媠imonihmig)

    Previously the cleanup would happen at the earliest point in time, at buildStart, making the time window large enough for Ember CLI to see the transient build output in an inconsistent state. Now it happens at the latest possible time, at generateBundle right before files are written, making the time window small enough to not cause any problems in practice.

@embroider/macros 1.8.3 -> 1.9.0 minor

internals

... (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 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 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)

Bumps [@embroider/macros](https://github.com/embroider-build/embroider/tree/HEAD/packages/macros) from 0.40.0 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/macros)

---
updated-dependencies:
- dependency-name: "@embroider/macros"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #231.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/embroider/macros-1.9.0 branch December 1, 2022 04:07
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.

None yet

1 participant