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/core, @embroider/compat and @embroider/webpack #490

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Bumps @embroider/core, @embroider/compat and @embroider/webpack. These dependencies needed to be updated together.
Updates @embroider/core from 0.36.0 to 0.37.0

Release notes

Sourced from @​embroider/core's releases.

Release 0.37.0

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Changelog

Sourced from @​embroider/core's changelog.

v0.37.0 (2021-03-08)

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Commits
  • 9eac71f Release 0.37.0
  • 5bd5507 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+.
  • 221831a Merge pull request #707 from embroider-build/fixup-new-babel-typings
  • f80ddc0 Fix the path to the on-disk styles file for in-repo engines
  • ae11381 Fixup types for newer @babel/types.
  • 5a29204 Avoid patching the template compiler on Ember 3.26.
  • e6d4d81 Use ember-template-compiler.js's _buildCompileOptions when possible
  • 1a90cec Update TemplateCompiler#applyTransforms to preserve entity encoding
  • a670a39 Remove references to registerPlugin in template compiler API.
  • 35e753f Avoid monkey patch template compiler on Ember >= 3.27
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rwjblue, a new releaser for @embroider/core since your current version.


Updates @embroider/compat from 0.36.0 to 0.37.0

Release notes

Sourced from @​embroider/compat's releases.

Release 0.37.0

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Changelog

Sourced from @​embroider/compat's changelog.

v0.37.0 (2021-03-08)

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Commits
  • 9eac71f Release 0.37.0
  • f8a9e5f Remove ember-cli-htmlbars dependencies in @embroider/compat
  • 1806752 Merge pull request #710 from thoov/autorun-false
  • affa2ed Found the issue to be this.appBoot returning an empty
  • c65cda3 Merge pull request #674 from embroider-build/css-preprocessor-compat
  • 45407b2 Fix case where autoRun = false
  • efd5482 Update stage2 test case to properly reflect the output
  • 7cf240e Handle case where node_modules are symlinked
  • c1e3489 Exclude 'babel-plugin-compact-reexports' during Stage 1 build
  • 1eba2c4 clear main fields from v1 addons when rewriting them
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rwjblue, a new releaser for @embroider/compat since your current version.


Updates @embroider/webpack from 0.36.0 to 0.37.0

Release notes

Sourced from @​embroider/webpack's releases.

Release 0.37.0

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Changelog

Sourced from @​embroider/webpack's changelog.

v0.37.0 (2021-03-08)

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@​rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@​rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@​rwjblue)
  • macros

🐛 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

Commits
Maintainer changes

This version was pushed to npm by rwjblue, a new releaser for @embroider/webpack since your current version.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
@bobisjan bobisjan temporarily deployed to bobisjan-dependabot-npm-gxpgka March 9, 2021 04:12 Inactive
@bobisjan
Copy link
Owner

bobisjan commented Mar 9, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2021

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@bobisjan
Copy link
Owner

bobisjan commented Mar 9, 2021

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/embroider/core-and-embroider/compat-and-embroider/webpack-0.37.0 branch from 2e12c82 to 09ba58b Compare March 10, 2021 11:31
@bobisjan bobisjan temporarily deployed to bobisjan-dependabot-npm-gxpgka March 10, 2021 11:31 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/embroider/core-and-embroider/compat-and-embroider/webpack-0.37.0 branch from 09ba58b to d7945ab Compare March 11, 2021 07:57
@bobisjan bobisjan temporarily deployed to bobisjan-dependabot-npm-gxpgka March 11, 2021 07:57 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2021

Superseded by #509.

@dependabot dependabot bot closed this Mar 31, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/embroider/core-and-embroider/compat-and-embroider/webpack-0.37.0 branch March 31, 2021 04:10
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