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

[Snyk] Upgrade: , , , css-loader, postcss-loader, sass-loader, webpack-remove-empty-scripts #271

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

Conversation

WontonSam
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

Name Versions Released on

@automattic/color-studio
from 2.6.0 to 3.0.1 | 2 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 23 days ago
on 2024-08-20
@wordpress/base-styles
from 3.6.0 to 5.6.0 | 106 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 22 days ago
on 2024-08-21
@wordpress/postcss-plugins-preset
from 1.6.0 to 5.6.0 | 127 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 22 days ago
on 2024-08-21
css-loader
from 3.6.0 to 7.1.2 | 46 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
on 2024-05-22
postcss-loader
from 3.0.0 to 8.1.1 | 34 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 7 months ago
on 2024-02-28
sass-loader
from 10.5.2 to 16.0.1 | 30 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
on 2024-08-19
webpack-remove-empty-scripts
from 0.7.3 to 1.0.4 | 13 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
on 2023-08-28

Release notes
Package name: @automattic/color-studio
  • 3.0.1 - 2024-08-20
  • 3.0.0 - 2024-08-19
  • 2.6.0 - 2024-04-03
from @automattic/color-studio GitHub release notes
Package name: @wordpress/base-styles from @wordpress/base-styles GitHub release notes
Package name: @wordpress/postcss-plugins-preset from @wordpress/postcss-plugins-preset GitHub release notes
Package name: css-loader
  • 7.1.2 - 2024-05-22

    7.1.2 (2024-05-22)

    Bug Fixes

    • keep order of @ imports with the webpackIgnore comment (#1600) (76757ef)
  • 7.1.1 - 2024-04-10

    7.1.1 (2024-04-10)

    Bug Fixes

    • automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)
  • 7.1.0 - 2024-04-08

    7.1.0 (2024-04-08)

    Features

    • added the getJSON option to output CSS modules mapping (#1577) (af834b4)
  • 7.0.0 - 2024-04-04

    7.0.0 (2024-04-04)

    ⚠ BREAKING CHANGES

    • The modules.namedExport option is true by default if you enable the esModule option

    Migration guide:

    Before:

    import style from "./style.css";

    console.log(style.myClass);

    After:

    import * as style from "./style.css";

    console.log(style.myClass);

    Typescript migration:

    Before:

    declare module '*.module.css' {
      const classes: { [key: string]: string };
      export default classes;
    }

    After:

    declare module '*.module.css' {
      const classes: { [key: string]: string };
      export = classes;
    }
    • The modules.exportLocalsConvention has the value as-is when the modules.namedExport option is true and you don't specify a value
    • Minimum supported webpack version is 5.27.0
    • Minimum supported Node.js version is 18.12.0

    Features

    • The modules.namedExports option works fine with any modules.exportLocalsConvention values (f96a110)
    • Added dashed variants for the modules.exportLocalsConvention options (40e1668)
  • 6.11.0 - 2024-04-03

    6.11.0 (2024-04-03)

    Features

    Bug Fixes

    • do not break @ scope at-rule without params (#1581) (e022e3b)
  • 6.10.0 - 2024-01-30

    6.10.0 (2024-01-30)

    Features

    • add @ rspack/core as an optional peer dependency (#1568) (3924679)
    • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
    • support named exports with any characters (6f43929)
  • 6.9.1 - 2024-01-18

    6.9.1 (2024-01-18)

    Bug Fixes

    • css nesting support
    • @ scope at-rule support
  • 6.9.0 - 2024-01-09

    6.9.0 (2024-01-09)

    Features

    • updated generateExportEntry to expose node details (#1556) (05002f3)

    Bug Fixes

  • 6.8.1 - 2023-05-28

    6.8.1 (2023-05-28)

    Bug Fixes

    • use cause for original errors and warnings (#1526) (ae3d8ae)
  • 6.8.0 - 2023-05-27

    6.8.0 (2023-05-27)

    Features

    • use template literal when it possible to prevent Maximum call stack size exceeded (#1525) (6eb5661)

    Bug Fixes

  • 6.7.4 - 2023-05-19
  • 6.7.3 - 2022-12-14
  • 6.7.2 - 2022-11-13
  • 6.7.1 - 2022-03-08
  • 6.7.0 - 2022-03-04
  • 6.6.0 - 2022-02-02
  • 6.5.1 - 2021-11-03
  • 6.5.0 - 2021-10-26
  • 6.4.0 - 2021-10-09
  • 6.3.0 - 2021-09-18
  • 6.2.0 - 2021-07-19
  • 6.1.0 - 2021-07-17
  • 6.0.0 - 2021-07-15
  • 5.2.7 - 2021-07-13
  • 5.2.6 - 2021-05-24
  • 5.2.5 - 2021-05-20
  • 5.2.4 - 2021-04-19
  • 5.2.3 - 2021-04-19
  • 5.2.2 - 2021-04-16
  • 5.2.1 - 2021-04-09
  • 5.2.0 - 2021-03-24
  • 5.1.4 - 2021-03-24
  • 5.1.3 - 2021-03-15
  • 5.1.2 - 2021-03-10
  • 5.1.1 - 2021-03-01
  • 5.1.0 - 2021-02-25
  • 5.0.2 - 2021-02-08
  • 5.0.1 - 2020-11-04
  • 5.0.0 - 2020-10-13
  • 4.3.0 - 2020-09-08
  • 4.2.2 - 2020-08-24
  • 4.2.1 - 2020-08-06
  • 4.2.0 - 2020-07-31
  • 4.1.1 - 2020-07-30
  • 4.1.0 - 2020-07-29
  • 4.0.0 - 2020-07-25
  • 3.6.0 - 2020-06-13
from css-loader GitHub release notes
Package name: postcss-loader

Snyk has created this PR to upgrade:
  - @automattic/color-studio from 2.6.0 to 3.0.1.
    See this package in npm: https://www.npmjs.com/package/@automattic/color-studio
  - @wordpress/base-styles from 3.6.0 to 5.6.0.
    See this package in npm: https://www.npmjs.com/package/@wordpress/base-styles
  - @wordpress/postcss-plugins-preset from 1.6.0 to 5.6.0.
    See this package in npm: https://www.npmjs.com/package/@wordpress/postcss-plugins-preset
  - css-loader from 3.6.0 to 7.1.2.
    See this package in npm: https://www.npmjs.com/package/css-loader
  - postcss-loader from 3.0.0 to 8.1.1.
    See this package in npm: https://www.npmjs.com/package/postcss-loader
  - sass-loader from 10.5.2 to 16.0.1.
    See this package in npm: https://www.npmjs.com/package/sass-loader
  - webpack-remove-empty-scripts from 0.7.3 to 1.0.4.
    See this package in npm: https://www.npmjs.com/package/webpack-remove-empty-scripts

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/b5515d82-efc4-4266-b529-f9fb01338f69?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Sep 12, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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.

2 participants