build(deps): update dependency @softwareventures/webpack-config to v6 (main) #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.5
->6.0.0
Release Notes
softwareventures/webpack-config (@softwareventures/webpack-config)
v6.0.0
Compare Source
⚠ BREAKING CHANGES
supported.
the types declared by webpack-config-runtime.d.ts instead. In tsconfig.json, change
"types": ["@​softwareventures/webpack-config/asset-loaders"]
to"types": ["@​softwareventures/webpack-config/webpack-config-runtime"]
.Features
Bug Fixes
Code Refactoring
v5.2.3
Compare Source
Bug Fixes
v5.2.2
Compare Source
Bug Fixes
v5.2.1
Compare Source
v5.2.0
Compare Source
Features
v5.1.4
Compare Source
Bug Fixes
v5.1.3
Compare Source
Bug Fixes
v5.1.2
Compare Source
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
v5.0.11
Compare Source
Bug Fixes
v5.0.10
Compare Source
Bug Fixes
v5.0.9
Compare Source
Bug Fixes
v5.0.8
Compare Source
Bug Fixes
v5.0.7
Compare Source
Bug Fixes
v5.0.6
Compare Source
Bug Fixes
v5.0.5
Compare Source
v5.0.4
Compare Source
Bug Fixes
v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
⚠ BREAKING CHANGES
Features
v4.2.2
Compare Source
4.2.2 (2024-08-23)
v4.2.1
Compare Source
4.2.1 (2022-11-24)
Bug Fixes
v4.2.0
Compare Source
Features
v4.1.0
Compare Source
Features
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
v4.0.0
Compare Source
Bug Fixes
Features
Reverts
BREAKING CHANGES
supported.
the path to the file including file extension, and in particular imports of TypeScript files must
specify the path to the file but with the ".js" extension instead of ".ts" or ".tsx". See
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c.
advice for migrating to ESM at
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c. Here we go again. The
node/JS/TypeScript/webpack ecosystem should actually be ready for this now.
ES Modules. This is for forwards compatibility with native webpack Asset Modules
(https://webpack.js.org/guides/asset-modules/) when we are able to start using them.
callback to customize rules for loading HTML files.
customize callback to customize the webpack config. See
Node < 8.10 and with very old browsers that do not support ES2017 syntax. If you need to support
these older systems, we recommend you stay with webpack-config v3.x.
webpack-config. There are some breaking changes in webpack 5. Most notably the Buffer and process
APIs from node are no longer shimmed by webpack when building for the web. See the webpack
documentation.
and with very old browsers that do not support ES2017 syntax. If you need to support these older
systems either override "compilerOptions": { "target": "es5" }, or use Babel to compile ES6+ code
down to ES5.
that may affect consumers that customize the configuration
using a
customize
callback. Seehttps://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.