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 loader-utils and @automattic/calypso-build #112

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

Conversation

dependabot[bot]
Copy link

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

Bumps loader-utils to 1.4.2 and updates ancestor dependency @automattic/calypso-build. These dependencies need to be updated together.

Updates loader-utils from 1.4.0 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

Commits

Updates @automattic/calypso-build from 5.1.0 to 10.0.0

Release notes

Sourced from @​automattic/calypso-build's releases.

WP-Desktop 6.15.0 [updater redirect to wp-desktop repository]

What's Changed

  • Point auto-updater to wp-desktop repo
  • Misc. updater cleanup

WP-Desktop 6.15.0-beta1

What's Changed

WP-Desktop 6.14.0

What's Changed

  • Signup: Use new search for domains signup (#51718)
  • Rename the Page Patterns concept (from Page Templates) (#50971)

WP-Desktop 6.14.0-beta1

What's Changed

  • Signup: Use new search for domains signup (#51718)
  • Rename the Page Patterns concept (from Page Templates) (#50971)

WP-Desktop 6.13.0

No release notes provided.

WP-Desktop 6.13.0-beta1

No release notes provided.

WP-Desktop 6.12.0

No release notes provided.

WP-Desktop 6.12.0-beta1

What's Changed

WP-Desktop 6.11.0

What's Changed

Calypso updates

WP-Desktop 6.11.0-beta1

What's Changed

Calypso updates

WP-Desktop 6.10.0

What's Changed

  • Add Apple Silicon Support (#48700)
  • Fix codesigning for Windows release builds (cc1162794de77b9dac93ff86ddd4867a665d74c6)

WP-Desktop 6.10.0-beta2

... (truncated)

Changelog

Sourced from @​automattic/calypso-build's changelog.

10.0.0

  • Dropped cache-loader, as it is not compatible with Webpack 5.
  • Dropped cacheDirectory option in Sass loader
  • Updated dependencies:
    • sass to ^1.37.5
    • sass-loader to ^12.1.0
    • postcss-loader to ^6.2.0
    • postcss peer requirement to ^8.3.11
    • @​automattic/webpack-rtl-plugin to ^5.1.0
  • Set quietDeps: true in dart sass options. This avoids printing deprecation warnings for stylesheets imported from node_modules.
  • Stopped defaulting publicPath option to / in webpack/file-loader, using the global default that treats paths as relative to the importing script URL.
  • Fixed an issue where the default calypso-build PostCSS config was not being resolved. PostCSS will now process CSS files using a default config file if you do not specify your own config file. This was previously broken. (More info here.)

9.0.0

  • Added new, extensible TypeScript config for modern TS and JS packages in ./typescript/[tj]-package.json
  • Breaking: Changed webpack/file-loader to internally use the new asset/resource modules (the former is deprecated in webpack 5). The semantics of the options have changed, now the final asset URL is ${publichPath}${outputPath}/${fileName}, before it didn't include the outputPath part.
  • Switched from node-sass to sass (Dart Sass) for processing Sass files:
  • Removed dependencies:
    • node-sass
    • file-loader
  • Added dependencies:
    • sass ^1.32.13
  • Updated dependencies:
    • @​babel/cli to ^7.14.8
    • @​babel/compat-data to ^7.14.7
    • @​babel/core to ^7.14.8
    • @​babel/helpers to ^7.14.8
    • @​babel/plugin-proposal-class-properties to ^7.14.5
    • @​babel/plugin-transform-react-jsx to ^7.14.5
    • @​babel/plugin-transform-runtime to ^7.14.5
    • @​babel/preset-env to ^7.14.8
    • @​babel/preset-react to ^7.14.5
    • @​babel/preset-typescript to ^7.14.5
    • @​types/webpack-env to ^1.16.2
    • @​wordpress/babel-plugin-import-jsx-pragma to ^3.0.3
    • @​wordpress/browserslist-config to ^3.0.3
    • @​wordpress/dependency-extraction-webpack-plugin to ^3.1.2
    • autoprefixer to ^10.2.5
    • babel-jest to ^27.0.6
    • css-loader to ^5.2.4
    • jest-config to ^27.0.6
    • mini-css-extract-plugin to ^1.6.0
    • postcss-loader to ^5.3.0
    • sass to ^1.32.13
    • sass-loader to ^11.1.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by noahtallen, a new releaser for @​automattic/calypso-build since your current version.


You can trigger a rebase of this PR 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [@automattic/calypso-build](https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-build). These dependencies need to be updated together.


Updates `loader-utils` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.0...v1.4.2)

Updates `@automattic/calypso-build` from 5.1.0 to 10.0.0
- [Release notes](https://github.com/Automattic/wp-calypso/releases)
- [Changelog](https://github.com/Automattic/wp-calypso/blob/trunk/packages/calypso-build/CHANGELOG.md)
- [Commits](https://github.com/Automattic/wp-calypso/commits/@automattic/[email protected]/packages/calypso-build)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@automattic/calypso-build"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2022
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.

0 participants