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

Update embroider monorepo to v0.50.2 #2468

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/compat 0.39.1 -> 0.50.2 age adoption passing confidence
@embroider/core 0.39.1 -> 0.50.2 age adoption passing confidence
@embroider/webpack 0.39.1 -> 0.50.2 age adoption passing confidence

Release Notes

embroider-build/embroider

v0.50.2

Compare Source

🐛 Bug Fix
Committers: 1

v0.50.1

Compare Source

🐛 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

Compare Source

🚀 Enhancement
  • addon-shim, core, shared-internals
🐛 Bug Fix
  • compat
Committers: 1

v0.49.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 6

v0.48.1

Compare Source

🐛 Bug Fix
Committers: 1

v0.48.0

Compare Source

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

v0.47.2

Compare Source

🐛 Bug Fix
  • compat
    • #​1017 Ensure components + helpers can work from this paths with staticComponents = true & staticHelpers = true (@​thoov)
  • addon-dev
    • #​1015 Address misleading warnings from rollup about externals (@​ef4)
📝 Documentation
Committers: 2

v0.47.1

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • compat
  • compat, core
    • #​1007 Fix exclusion of the hbs file of the pod components when podModulePrefix === '' (@​dcyriller)
📝 Documentation
Committers: 4

v0.47.0

Compare Source

🚀 Enhancement
  • compat, core, macros, shared-internals
Committers: 1

v0.46.2

Compare Source

🐛 Bug Fix
Committers: 1

v0.46.1

Compare Source

🐛 Bug Fix
Committers: 1

v0.46.0

Compare Source

💥 Breaking Change
  • addon-dev, addon-shim, compat, core, shared-internals
🚀 Enhancement
  • addon-dev, addon-shim, compat, core, shared-internals
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3

v0.45.0

Compare Source

💥 Breaking Change
  • compat
    • #​976 Restructure workspaceDir logic (@​thoov). This removes an (undocumented) feature for the workspace dir from the build, it's unlikely to break in any normal usage.
🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 2

v0.44.2

Compare Source

🐛 Bug Fix
  • compat, core, router, shared-internals, util
    • #​978 backing out ember real-modules mode (fixes some edge cases on ember 3.27 and 3.28) (@​ef4)
🏠 Internal
Committers: 3

v0.44.1

Compare Source

🚀 Enhancement
  • addon-shim, compat, router, util
🐛 Bug Fix
🏠 Internal
Committers: 2

v0.44.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 5

v0.43.5

Compare Source

🚀 Enhancement
  • compat
🐛 Bug Fix
  • core, macros, shared-internals
    • #​913 Ensure dependencySatisfies invalidates when installed packages change (@​thoov)
🏠 Internal
Committers: 3

v0.43.4

Compare Source

🚀 Enhancement
  • compat
    • #​915 Reduce memory pressure from compat layer by disabling Heimdall node gathering during OneShotPlugin (@​rwjblue)
Committers: 2

v0.43.3

Compare Source

🐛 Bug Fix
  • compat
  • webpack
    • #​914 Remove transitive loader-utils dependency from @embroider/webpack (@​mydea)
Committers: 3

v0.43.2

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • hbs-loader
    • #​831 Replace loader-utils with built-in webpack 5 functionality (@​mydea)
🏠 Internal
  • router
    • #​911 Upgrade ember-qunit to address canary deprecations (@​ef4)
Committers: 3

v0.43.1

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 5

v0.43.0

Compare Source

💥 Breaking Change
  • macros
  • babel-loader-7, compat, core, macros, shared-internals, webpack
🐛 Bug Fix
  • macros
    • #​886 undefined does not serialize with broccoli-babel-transpiler (@​thoov)
  • core, shared-internals, webpack
    • #​881 Fix race condition finding the owning package of a given file when using multiple workers (@​ef4)
Committers: 3

v0.42.3

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 3

v0.42.2

Compare Source

🐛 Bug Fix
  • babel-loader-8, webpack
🏠 Internal
Committers: 2

v0.42.1

Compare Source

🚀 Enhancement
  • webpack
🐛 Bug Fix
🏠 Internal
Committers: 3

v0.42.0

Compare Source

💥 Breaking Change
  • addon-shim, babel-loader-7, compat, core, hbs-loader, macros, router, shared-internals, test-setup, util, webpack
🐛 Bug Fix
🏠 Internal
Committers: 4

v0.41.0

Compare Source

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

v0.40.0

Compare Source

💥 Breaking Change
  • compat, core, hbs-loader, shared-internals, webpack
    • #​652 webpack 5 (@​ef4).
      • If you have customized webpack config, you may need to update it for webpack 5.
      • webpack is now a peerDependency of @​embroider/webpack so you have more direct control over its version and can import any plugins out of it that you might need
🚀 Enhancement
  • compat
  • addon-shim, shared-internals, util
🐛 Bug Fix
  • compat
  • compat, core, router, shared-internals, util, webpack
📝 Documentation
🏠 Internal
Committers: 6

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 2d1005d to a5a67dc Compare May 20, 2021 15:28
@renovate renovate bot changed the title Update embroider monorepo to v0.40.0 Update embroider monorepo to v0.41.0 May 20, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from a5a67dc to e587fb4 Compare June 15, 2021 21:17
@renovate renovate bot changed the title Update embroider monorepo to v0.41.0 Update embroider monorepo to v0.42.0 Jun 15, 2021
@renovate renovate bot changed the title Update embroider monorepo to v0.42.0 Update embroider monorepo to v0.42.1 Jun 18, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 2 times, most recently from de19a44 to 50f4ade Compare June 23, 2021 16:41
@renovate renovate bot changed the title Update embroider monorepo to v0.42.1 Update embroider monorepo to v0.42.2 Jun 23, 2021
@renovate renovate bot changed the title Update embroider monorepo to v0.42.2 Update embroider monorepo to v0.42.3 Jun 28, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 50f4ade to 93ecc67 Compare June 28, 2021 23:20
@renovate renovate bot changed the title Update embroider monorepo to v0.42.3 Update embroider monorepo to v0.42.3 - autoclosed Jul 9, 2021
@renovate renovate bot closed this Jul 9, 2021
@renovate renovate bot deleted the renovate/embroider-monorepo branch July 9, 2021 00:07
@renovate renovate bot changed the title Update embroider monorepo to v0.42.3 - autoclosed Update embroider monorepo to v0.42.3 Jul 9, 2021
@renovate renovate bot reopened this Jul 9, 2021
@renovate renovate bot restored the renovate/embroider-monorepo branch July 9, 2021 00:36
@renovate renovate bot changed the title Update embroider monorepo to v0.42.3 Update embroider monorepo to v0.43.0 Jul 13, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 93ecc67 to 91de912 Compare July 13, 2021 19:00
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 91de912 to de41597 Compare October 18, 2021 17:46
@renovate renovate bot changed the title Update embroider monorepo to v0.43.0 Update embroider monorepo to v0.47.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from de41597 to 478d786 Compare March 7, 2022 14:22
@renovate renovate bot changed the title Update embroider monorepo to v0.47.0 Update embroider monorepo to v0.50.2 Mar 7, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant