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, cssnano, css-minimizer-webpack-plugin, esbuild-loader, fork-ts-checker-webpack-plugin, h3, postcss-import, postcss-loader, vue-bundle-renderer, webpack-dev-middleware, webpack-virtual-modules, webpackbar #1

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

Conversation

gr00nd
Copy link
Member

@gr00nd gr00nd commented Sep 7, 2024

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

css-loader
from 6.11.0 to 7.1.2 | 4 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
cssnano
from 6.1.2 to 7.0.5 | 6 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | a month ago
on 2024-08-09
css-minimizer-webpack-plugin
from 5.0.1 to 7.0.0 | 2 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
on 2024-05-07
esbuild-loader
from 3.2.0 to 4.2.2 | 8 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
on 2024-07-16
fork-ts-checker-webpack-plugin
from 8.0.0 to 9.0.2 | 3 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 10 months ago
on 2023-10-29
h3
from 1.12.0 to 2.0.0 | 1 version ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 8 years ago
on 2016-10-16
postcss-import
from 15.1.0 to 16.1.0 | 3 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
on 2024-03-20
postcss-loader
from 7.3.4 to 8.1.1 | 3 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
on 2024-02-28
vue-bundle-renderer
from 1.0.3 to 2.1.0 | 2 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
on 2024-05-09
webpack-dev-middleware
from 6.1.3 to 7.3.0 | 6 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
on 2024-07-18
webpack-virtual-modules
from 0.5.0 to 0.6.2 | 3 versions ahead of your current version | 3 months ago
on 2024-06-04
webpackbar
from 5.0.2 to 6.0.1 | 2 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 7 months ago
on 2024-02-19

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)
from css-loader GitHub release notes
Package name: cssnano from cssnano GitHub release notes
Package name: css-minimizer-webpack-plugin from css-minimizer-webpack-plugin GitHub release notes
Package name: esbuild-loader from esbuild-loader GitHub release notes
Package name: fork-ts-checker-webpack-plugin from fork-ts-checker-webpack-plugin GitHub release notes
Package name: h3
  • 2.0.0 - 2016-10-16
  • 1.12.0 - 2024-06-20
from h3 GitHub release notes
Package name: postcss-import from postcss-import GitHub release notes
Package name: postcss-loader from postcss-loader GitHub release notes
Package name: vue-bundle-renderer from vue-bundle-renderer GitHub release notes
Package name: webpack-dev-middleware from webpack-dev-middleware GitHub release notes
Package name: webpack-virtual-modules
  • 0.6.2 - 2024-06-04
  • 0.6.1 - 2023-11-22
  • 0.6.0 - 2023-10-03
  • 0.5.0 - 2022-12-11
from webpack-virtual-modules GitHub release notes
Package name: webpackbar from webpackbar GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - css-loader from 6.11.0 to 7.1.2.
    See this package in npm: https://www.npmjs.com/package/css-loader
  - cssnano from 6.1.2 to 7.0.5.
    See this package in npm: https://www.npmjs.com/package/cssnano
  - css-minimizer-webpack-plugin from 5.0.1 to 7.0.0.
    See this package in npm: https://www.npmjs.com/package/css-minimizer-webpack-plugin
  - esbuild-loader from 3.2.0 to 4.2.2.
    See this package in npm: https://www.npmjs.com/package/esbuild-loader
  - fork-ts-checker-webpack-plugin from 8.0.0 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/fork-ts-checker-webpack-plugin
  - h3 from 1.12.0 to 2.0.0.
    See this package in npm: https://www.npmjs.com/package/h3
  - postcss-import from 15.1.0 to 16.1.0.
    See this package in npm: https://www.npmjs.com/package/postcss-import
  - postcss-loader from 7.3.4 to 8.1.1.
    See this package in npm: https://www.npmjs.com/package/postcss-loader
  - vue-bundle-renderer from 1.0.3 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/vue-bundle-renderer
  - webpack-dev-middleware from 6.1.3 to 7.3.0.
    See this package in npm: https://www.npmjs.com/package/webpack-dev-middleware
  - webpack-virtual-modules from 0.5.0 to 0.6.2.
    See this package in npm: https://www.npmjs.com/package/webpack-virtual-modules
  - webpackbar from 5.0.2 to 6.0.1.
    See this package in npm: https://www.npmjs.com/package/webpackbar

See this project in Snyk:
https://app.snyk.io/org/gr00nd/project/72c5a7dd-eb08-49f8-801b-83b182c7d55f?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

Module resolution problems
2 participants