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.43.5 (minor) #970

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/compat 0.31.0 -> 0.43.5 age adoption passing confidence
@embroider/core 0.31.0 -> 0.43.5 age adoption passing confidence
@embroider/macros 0.35.1 -> 0.43.5 age adoption passing confidence
@embroider/webpack 0.31.0 -> 0.43.5 age adoption passing confidence

Release Notes

embroider-build/embroider

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

v0.39.1

Compare Source

🐛 Bug Fix
Committers: 1

v0.39.0

Compare Source

🚀 Enhancement
  • core, shared-internals
    • #​749 exposing some features for browser-based build tools (@​ef4)
Committers: 1

v0.38.0

Compare Source

🚀 Enhancement
  • compat, core, shared-internals, util
  • compat, core, macros, shared-internals
  • compat, core, test-setup, util, webpack
    • #​740 Use "real modules" for ember-source when possible (3.27+) (@​ef4)
  • core
    • #​736 silence warning about babel formatting while patching template compiler (@​ef4)
  • compat
  • webpack
    • #​720 Improve error message when module cannot be found in webpack (@​thoov)
🐛 Bug Fix
  • core, shared-internals
  • compat
    • #​747 Add better support for skipping Stage 1 transforms that are not needed (@​ef4)
  • hbs-loader
📝 Documentation
🏠 Internal
Committers: 4

v0.37.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • compat
    • #​710 Fix case where autoRun is false but no other addon set content into the {{content-for 'app-boot'}} (@​thoov)
    • #​674 adjust paths seen by css preprocessors (@​ef4)
    • #​702 Handle case where node_modules are symlinked (@​thoov)
    • #​690 Exclude 'babel-plugin-compact-reexports' during Stage 1 build (@​charlespierce)
    • #​687 Strip main field from v1 addons' package.json once they are rewritten as V2 (@​ef4)
  • compat, core
  • core
    • #​686 Prevent accidental duplication of babel plugin during rebuilds (@​ef4)
🏠 Internal
Committers: 5

v0.36.0

Compare Source

  • BUGFIX: fix non-legacy CSS handling in production builds when using @embroider/webpack
  • DOCS: fix a bug in ensureSafeComponent docs, by @​patocallaghan
  • HOUSEKEEPING: upgrade terser by @​GCheung55

v0.35.1

Compare Source

  • BUGFIX: don't try to read nonexistent package.json when combining multiple v1 package instances, by @​mattmcmanus.

v0.35.0

Compare Source

  • BUGFIX: support disabled in-repo addons.
  • COMPAT: implement insertRuntimeErrors option on the hbs inline compiler
  • BUGFIX: conditionally import lazy engine css by @​thoov
  • HOUSEKEEPING: split hbs-loader into its own package (so ember-auto-import can also use it)
  • COMPAT: updates to @​embroider/util to follow latest ember canary

v0.34.0

Compare Source

  • ENHANCEMENT: add publicAssetURL option to @embroider/webpack to support CDN deploys (the built-in webpack options for this didn't let you manipulate your index.html, since we take care of that directly in @embroider/webpack).
  • COMPAT: update @embroider/util to follow internal refactoring on ember canary.
  • HOUSEKEEPING: broccoli-related dependency updates
  • DOCS: split the "Replacing the Component Helper" guide into its own document and expanded the use cases.

v0.33.0

Compare Source

  • ENHANCEMENT: new staticAppPaths option
  • ENHANCEMENT: fingerprint legacy scripts and styles in production by @​simonihmig
  • COMPAT: added packageRules for several more popular addons
  • BUGFIX: don't include node-only types in @​embroider/macros main entrypoint
  • BUGFIX: correctly apply packageRules inside co-located templates
  • ENHANCEMENT: add types for @​embroider/util
  • HOUSEKEEPING: eslint update

v0.32.0

Compare Source

  • ENHANCEMENT: added a new allowUnsafeDynamicComponents option to support testing of apps that are partially-working under staticComponents mode
  • BUGFIX: Fix ensureSafeComponent to not reuse registered component across owners by @​simonihmig
  • ENHANCEMENT: added a new pluginHints option that lets you achieve parallel builds even if some of your babel or htmlbars plugins are misbehaved
  • HOUSEKEEPING: refactored plugin portability system to make pluginHints practical
  • HOUSEKEEPING: updated to use broccoli-node-api types
  • ENHANCEMENT: test coverage for ensureSafeComponent stability
  • ENHANCEMENT: minimize CSS in prod by @​thoov
  • ENHANCEMENT: fix REUSE_WORKSPACE for in-repo-addons
  • COMPAT: update @embroider/util usage of private API for ember 3.24 compatibility
  • ENHANCEMENT: configure @babel/plugin-transform-runtime by default, making all apps smaller, especially if they support IE11.
  • HOUSEKEEPING: update to released version of fixturify-project by @​rwjblue

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 5 times, most recently from 55ad321 to 2109c99 Compare January 21, 2021 18:20
@renovate renovate bot changed the title Update embroider monorepo to v0.35.1 (minor) Update embroider monorepo to v0.36.0 (minor) Jan 21, 2021
@Turbo87
Copy link
Collaborator

Turbo87 commented Jan 22, 2021

this appears to be blocked by emberjs/ember-test-helpers#958 and/or some change in embroider recently

@rwjblue @ef4 if one of you has an idea on how to resolve this please let me know 🙏

@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 2109c99 to 9d3b57b Compare February 1, 2021 02:38
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 9d3b57b to c01433c Compare February 4, 2021 00:22
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from c01433c to 7143637 Compare February 8, 2021 03:46
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 3 times, most recently from 9d5acb8 to aff0fcc Compare February 22, 2021 09:23
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from aff0fcc to 1292831 Compare March 1, 2021 04:12
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 2 times, most recently from e184214 to 5b620db Compare March 8, 2021 18:23
@renovate renovate bot changed the title Update embroider monorepo to v0.36.0 (minor) Update embroider monorepo to v0.37.0 (minor) Mar 8, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 5b620db to fe93e40 Compare March 9, 2021 02:58
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from fe93e40 to e4eac80 Compare March 18, 2021 10:54
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 2 times, most recently from 83a6735 to 21df51e Compare March 31, 2021 00:28
@renovate renovate bot changed the title Update embroider monorepo to v0.37.0 (minor) Update embroider monorepo to v0.39.0 (minor) Mar 31, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 21df51e to c1b489b Compare March 31, 2021 04:14
@renovate renovate bot changed the title Update embroider monorepo to v0.39.0 (minor) Update embroider monorepo to v0.39.1 (minor) Mar 31, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 2 times, most recently from 849879a to b2f91ef Compare April 9, 2021 15:49
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from b2f91ef to 8996e5d Compare April 21, 2021 01:09
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 3d26bca to 1f1c8fc Compare July 13, 2021 19:19
@renovate renovate bot changed the title Update embroider monorepo to v0.42.3 (minor) Update embroider monorepo to v0.43.0 (minor) Jul 13, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 3 times, most recently from 4936227 to 26e2814 Compare July 26, 2021 02:19
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 2 times, most recently from 2faa4f1 to b0931bd Compare July 28, 2021 16:47
@renovate renovate bot changed the title Update embroider monorepo to v0.43.0 (minor) Update embroider monorepo to v0.43.1 (minor) Jul 28, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from b0931bd to 6b7b492 Compare July 29, 2021 23:01
@renovate renovate bot changed the title Update embroider monorepo to v0.43.1 (minor) Update embroider monorepo to v0.43.2 (minor) Jul 29, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 6b7b492 to e6d855e Compare July 30, 2021 23:19
@renovate renovate bot changed the title Update embroider monorepo to v0.43.2 (minor) Update embroider monorepo to v0.43.3 (minor) Jul 30, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 3 times, most recently from 6fb1f12 to ffedd85 Compare August 3, 2021 19:13
@renovate renovate bot changed the title Update embroider monorepo to v0.43.3 (minor) Update embroider monorepo to v0.43.4 (minor) Aug 3, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from ffedd85 to ecf3ab0 Compare August 9, 2021 03:17
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from ecf3ab0 to c157b60 Compare August 30, 2021 09:36
@renovate renovate bot changed the title Update embroider monorepo to v0.43.4 (minor) Update embroider monorepo to v0.43.5 (minor) Aug 30, 2021
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch 7 times, most recently from 5af4a54 to 9802755 Compare August 31, 2021 07:04
@renovate renovate bot force-pushed the renovate/embroider-monorepo branch from 9802755 to ea894b2 Compare August 31, 2021 07:15
@Turbo87 Turbo87 merged commit a757f5e into master Aug 31, 2021
@Turbo87 Turbo87 deleted the renovate/embroider-monorepo branch August 31, 2021 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants