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

Bump @embroider/macros from 0.41.0 to 0.50.1 #2305

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2022

Bumps @embroider/macros from 0.41.0 to 0.50.1.

Release notes

Sourced from @​embroider/macros's releases.

Release 0.50.1

🐛 Bug Fix

  • core
    • #1074 Ensure babelFilter config comes from fully qualified @embroider/core path in Stage 2 (@​krisselden)
  • compat, core, macros, shared-internals
    • #1070 Ensure dependencySatisfies only considers actual dependencies (includes a fix for invalid results within monorepo scenarios) (@​NullVoxPopuli)

Committers: 2

Release 0.50.0

🚀 Enhancement

  • addon-shim, core, shared-internals

🐛 Bug Fix

  • compat
    • #1068 Widen the node_modules exclude pattern when copying v2 addons (@​ef4)
    • #1064 Fix unsafe reuse of broccoli trees in OneShot (@​ef4)

Committers: 1

Release 0.49.0

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 6

... (truncated)

Changelog

Sourced from @​embroider/macros's changelog.

v0.50.1 (2022-01-12)

🐛 Bug Fix

  • core
    • #1074 Ensure babelFilter config comes from fully qualified @embroider/core path in Stage 2 (@​krisselden)
  • compat, core, macros, shared-internals
    • #1070 Ensure dependencySatisfies only considers actual dependencies (includes a fix for invalid results within monorepo scenarios) (@​NullVoxPopuli)

Committers: 2

v0.50.0 (2022-01-08)

🚀 Enhancement

  • addon-shim, core, shared-internals

🐛 Bug Fix

  • compat
    • #1068 Widen the node_modules exclude pattern when copying v2 addons (@​ef4)
    • #1064 Fix unsafe reuse of broccoli trees in OneShot (@​ef4)

Committers: 1

v0.49.0 (2021-12-21)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 6

... (truncated)

Commits
  • 5e59f5d Release 0.50.1
  • 7134343 refactoring PackageCache and MacrosConfig so they reliably know where the app is
  • 7841e11 updated glimmer tests
  • e47e4ea refactoring the babel tests to always use an explicit project
  • 498dd66 wip: debug stuff
  • cf495d2 oh no, I broke everything lol
  • d43b180 Do not try to resolve packages that are not declared in dependencies
  • f7a4ad0 Release 0.50.0
  • 6a2e220 Release 0.49.0
  • 437ed8b cleanup test copy-paste errors
  • Additional commits viewable in compare view

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.41.0 to 0.50.1.
- [Release notes](https://github.com/embroider-build/embroider/releases)
- [Changelog](https://github.com/embroider-build/embroider/blob/master/CHANGELOG.md)
- [Commits](https://github.com/embroider-build/embroider/commits/v0.50.1/packages/macros)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jan 13, 2022
@Turbo87 Turbo87 merged commit 967e442 into master Jan 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/embroider/macros-0.50.1 branch January 13, 2022 20:40
@SergeAstapov
Copy link
Collaborator

@Turbo87 as @embroider/macros v0.42.0 and up requires Node.js 12 - should this be part of major version bump only?

@Turbo87
Copy link
Collaborator

Turbo87 commented Jan 13, 2022

idk, but it seems to fix CI 🤷‍♂️

we could also widen the dependency range to allow e.g. ^0.41.0 || ^0.50.1

@SergeAstapov
Copy link
Collaborator

@Turbo87 I'm thinking we can keep it as is (just ^0.50.1) and we could have branch like v2 for any bugfixes needed to be done in v2 of the ember-cli-mirage which we can create from v2.3.0 tag to make sure we don't break Node.js compatibility

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.

2 participants