agiveygives / eso-craft-request

A web app to allow guild members to submit crafting requests for Elder Scrolls Online via Discord
https://demo.esocraftrequest.com
MIT License
9 stars 2 forks source link

Bump braces, css-loader, file-loader, mini-css-extract-plugin, postcss-assets-webpack-plugin and terser-webpack-plugin #115

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps braces to 3.0.3 and updates ancestor dependencies braces, css-loader, file-loader, mini-css-extract-plugin, postcss-assets-webpack-plugin and terser-webpack-plugin. These dependencies need to be updated together.

Updates braces from 2.3.2 to 3.0.3

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed
Commits


Updates css-loader from 2.1.0 to 7.1.2

Release notes

Sourced from css-loader's releases.

v7.1.2

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)

v7.1.1

7.1.1 (2024-04-10)

Bug Fixes

  • automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)

v7.1.0

7.1.0 (2024-04-08)

Features

  • added the getJSON option to output CSS modules mapping (#1577) (af834b4)

v7.0.0

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);

... (truncated)

Changelog

Sourced from css-loader's changelog.

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)

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)

Features

  • added the getJSON option to output CSS modules mapping (#1577) (af834b4)

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);

To restore 6.x behavior, please use:

module.exports = {
</tr></table> 

... (truncated)

Commits


Updates file-loader from 3.0.1 to 6.2.0

Release notes

Sourced from file-loader's releases.

v6.2.0

6.2.0 (2020-10-27)

Features

  • added the sourceFilename property to asset info with original filename (#393) (654e0d6)

Bug Fixes

  • immutable flag when the name option have hash in query string (#392) (381d8bd)

v6.1.1

6.1.1 (2020-10-09)

Chore

  • update schema-utils

v6.1.0

6.1.0 (2020-08-31)

Features

v6.0.0

6.0.0 (2020-03-17)

⚠ BREAKING CHANGES

v5.1.0

5.1.0 (2020-02-19)

Features

  • support the query template for the name option (#366) (cd8698b)

v5.0.2

5.0.2 (2019-11-25)

Chore

... (truncated)

Changelog

Sourced from file-loader's changelog.

6.2.0 (2020-10-27)

Features

  • added the sourceFilename property to asset info with original filename (#393) (654e0d6)

Bug Fixes

  • immutable flag when the name option have hash in query string (#392) (381d8bd)

6.1.1 (2020-10-09)

Chore

  • update schema-utils

6.1.0 (2020-08-31)

Features

6.0.0 (2020-03-17)

⚠ BREAKING CHANGES

5.1.0 (2020-02-19)

Features

  • support the query template for the name option (#366) (cd8698b)

5.0.2 (2019-11-25)

Chore

  • add the funding field in package.json

5.0.1 (2019-11-25)

... (truncated)

Commits


Updates mini-css-extract-plugin from 0.5.0 to 2.9.0

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.9.0

2.9.0 (2024-04-16)

Features

  • add support for link preload/prefetch (#1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#1084) (74ae781)

Bug Fixes

v2.8.1

2.8.1 (2024-02-27)

Bug Fixes

  • add nonce if __webpack_nonce__ has been defined (c7f0aee)

v2.8.0

2.8.0 (2024-02-01)

Features

  • added the beforeTagInsert hook (#1054) (6313bf6)
  • support named exports with any characters (b656c5c)

v2.7.7

2.7.7 (2024-01-10)

Bug Fixes

v2.7.6

2.7.6 (2023-05-19)

Bug Fixes

... (truncated)

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.9.0 (2024-04-16)

Features

  • add support for link preload/prefetch (#1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#1084) (74ae781)

Bug Fixes

2.8.1 (2024-02-27)

Bug Fixes

  • add nonce if __webpack_nonce__ has been defined (c7f0aee)

2.8.0 (2024-02-01)

Features

  • added the beforeTagInsert hook (#1054) (6313bf6)
  • support named exports with any characters (b656c5c)

2.7.7 (2024-01-10)

Bug Fixes

2.7.6 (2023-05-19)

Bug Fixes

2.7.5 (2023-03-16)

Bug Fixes

... (truncated)

Commits
  • 7cc2789 chore(release): 2.9.0
  • 29f0b91 test: fix (#1096)
  • ee25e51 feat: add support for link preload/prefetch (#1043)
  • 1a56673 fix: avoid reloading all csses when hot load (#1090)
  • e73061d chore: update dependencies to the latest version (#1095)
  • 74ae781 fix: added the defaultExport option to generate default and named export to...
  • 92c7eb3 chore(deps-dev): bump express from 4.18.2 to 4.19.2 (#1093)
  • 51065cc chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1091)
  • 8bf0ad6 chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#1088)
  • 717acf1 chore: upgrade dependencies to latest version (#1086)
  • Additional commits viewable in compare view


Updates postcss-assets-webpack-plugin from 3.0.0 to 4.1.2

Release notes

Sourced from postcss-assets-webpack-plugin's releases.

4.1.2 (2021-07-14)

  • Move assets check later to actual hook process #6 (by chibibirdie)

4.1.1 (2021-05-25)

4.1.0 (2020-12-09)

4.0.0 (2020-09-25)

  • Use PostCSS 8
  • Require NodeJS 10+.
Changelog

Sourced from postcss-assets-webpack-plugin's changelog.

4.1.2 (2021-07-14)

  • Move assets check later to actual hook process #6 (by chibibirdie)

4.1.1 (2021-05-25)

4.1.0 (2020-12-09)

4.0.0 (2020-09-25)

  • Use PostCSS 8
  • Require NodeJS 10+.
Commits
  • 90b69bb Version 4.1.2
  • f28ef0e Merge pull request #6 from chibibirdie/check-for-assets-fix
  • bf3cca6 Merge branch 'check-for-assets-fix' of github.com:chibibirdie/postcss-assets-...
  • 2a44bab Use strict count check.
  • 24abe34 Merge branch 'master' into check-for-assets-fix
  • cc86e83 Move assets check later to actual hook process.
  • 90abaaf Version 4.1.1
  • dc69244 Check for assets to prevent running against empty compilation assets.
  • db3d747 Version 4.1.0
  • e0bfd8b Added support for Webpack 5
  • Additional commits viewable in compare view


Updates terser-webpack-plugin from 1.2.1 to 5.3.10

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.10

5.3.10 (2023-12-28)

Bug Fixes

  • bump terser to the latest stable version (#587) (f650fa3)

v5.3.9

5.3.9 (2023-05-17)

Bug Fixes

v5.3.8

5.3.8 (2023-05-06)

Bug Fixes

v5.3.7

5.3.7 (2023-03-08)

Bug Fixes

v5.3.6

5.3.6 (2022-08-29)

Bug Fixes

  • allow disable compress options for terser and swc (#514) (52c1aef)

v5.3.5

5.3.5 (2022-08-16)

Bug Fixes

v5.3.4

5.3.4 (2022-08-12)

... (truncated)

Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.10 (2023-12-28)

Bug Fixes

  • bump terser to the latest stable version (#587) (f650fa3)

5.3.9 (2023-05-17)

Bug Fixes

5.3.8 (2023-05-06)

Bug Fixes

5.3.7 (2023-03-08)

Bug Fixes

5.3.6 (2022-08-29)

Bug Fixes

  • allow disable compress options for terser and swc (#514) (52c1aef)

5.3.5 (2022-08-16)

Bug Fixes

5.3.4 (2022-08-12)

Bug Fixes

  • respect environment options for terser and swc compress options (#509) (29bbc3a)

5.3.3 (2022-06-02)

... (truncated)

Commits
  • c87ade2 chore(release): 5.3.10
  • f650fa3 fix: bump terser to the latest stable version (#587)
  • 0403c77 chore(deps-dev): bump @​babel/traverse from 7.22.17 to 7.23.6 (#586)
  • 174d197 chore: update dependencies to the latest version (#577)
  • 1831a49 chore: update github action/setup-node (#584)
  • 25d0147 chore: update github actions/checkout (#576)
  • fa86955 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#575)
  • 0867673 chore: update dependencies to the latest version (#574)
  • b8cfb07 chore: upgrade dependencies to the latest version (#572)
  • ce5a518 refactor: code (#569)
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/agiveygives/eso-craft-request/network/alerts).
agiveygives commented 4 months ago

We need to migrate to Vite to get these changes working

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.