smee.io
smee.io copied to clipboard
chore(deps): update dependency postcss-loader to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| postcss-loader | ^3.0.0 -> ^8.0.0 |
Release Notes
webpack-contrib/postcss-loader (postcss-loader)
v8.1.1
v8.1.0
Features
v8.0.0
⚠ BREAKING CHANGES
7.3.4 (2023-12-27)
Bug Fixes
7.3.3 (2023-06-10)
Bug Fixes
- perf: avoid using
klonafor postcss options (#658) (e754c3f) - bug with loading configurations after updating
cosmiconfigto version 8.2 (684d265)
7.3.2 (2023-05-28)
Bug Fixes
7.3.1 (2023-05-26)
Bug Fixes
- warning and error serialization (65748ec)
v7.3.4
v7.3.3
v7.3.2
v7.3.1
v7.3.0
Features
7.2.4 (2023-04-04)
Bug Fixes
7.2.3 (2023-04-03)
Bug Fixes
7.2.2 (2023-04-03)
Bug Fixes
7.2.1 (2023-04-03)
Bug Fixes
v7.2.4
v7.2.3
v7.2.2
v7.2.1
v7.2.0
Features
v7.1.0
Features
7.0.2 (2022-11-29)
Bug Fixes
7.0.1 (2022-07-11)
Bug Fixes
v7.0.2
v7.0.1
v7.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0
6.2.1 (2021-11-26)
Bug Fixes
v6.2.1
v6.2.0
Features
6.1.1 (2021-07-01)
Bug Fixes
- do not swallow exception from postcss (2eec42b)
v6.1.1
v6.1.0
Features
- allow
Stringvalue for the "implementation" option (0d342b1)
v6.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.13.0(#526)
Bug Fixes
- check postcss as project dependency (570db67)
v5.3.0
Features
v5.2.0
Features
v5.1.0
Features
- added support for registering
context,buildandmissingdependencies (#518) (9ce4972), please read docs
v5.0.0
⚠ BREAKING CHANGES
- minimum supported
webpackversion is5
v4.3.0
Features
v4.2.0
Features
v4.1.0
Features
- partial compatibility with
postcss-cli, addedapi.env(alias forapi.mode) andapi.options(contains options from thepostcssOptionsoptions), please look at the example for more details (#498) (84a9c46)
4.0.4 (2020-10-09)
Chore
- update
schema-utils
v4.0.4
v4.0.3
Bug Fixes
4.0.2 (2020-09-15)
Bug Fixes
4.0.1 (2020-09-08)
Bug Fixes
v4.0.2
v4.0.1
v4.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is10.13 - minimum supported
webpackversion is4 postcsswas moved topeerDependencies, you need to installpostcssPostCSS(plugins/syntax/parser/stringifier) options was moved to thepostcssOptionsoption, please look at docssourceMapdefault value depends on thecompiler.devtooloption- the
inlinevalue was removed for thesourceMapoption, please use{ map: { inline: true, annotation: false } }to achieve this - source maps contain absolute paths in
sources - loader output only CSS, so you need to use
css-loader/file-loader/raw-loaderto inject code inside bundle execoption was renamed to theexecuteoption- the
configoption doesn't supportObjecttype anymore,config.pathandconfig.ctxoptions were removed - argument in the config for
Functionnotation (previouslyconfig.ctx) was changed, now it contains{ file, mode, webpackLoaderContext } - loader context in the config was renamed from
webpacktowebpackLoaderContext
Features
- message API for emit assets (#443) (e966ab9)
- reuse AST from other loaders (#468) (9b75888)
- allows to use config and loader options together, options from the loader takes precedence over the config, the
pluginsoption from the config and options are merged (0eb5aaf) postcssOptionsoptions can beFunction
Bug Fixes
- compatibility with webpack@5 (#437) (ed50491)
defaultexport for plugins (#465) (3d32c35)- avoid mutations of loader options and config (#470) (cad6f07)
- respect the
mapoption from loader options and config (#458) (98441ff)
Notes
- you don't need
identoption for loader Objectsyntax for thepluginoption is soft deprecated, please migrate onArraysyntax (plugins: ['postcss-preset-env', ['cssnano', options]])
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^4.43.0" from the root project
npm ERR! peer webpack@">=2" from [email protected]
npm ERR! node_modules/babel-loader
npm ERR! dev babel-loader@"^8.1.0" from the root project
npm ERR! 8 more (copy-webpack-plugin, css-loader, html-webpack-plugin, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack@"^5.0.0" from [email protected]
npm ERR! node_modules/postcss-loader
npm ERR! dev postcss-loader@"^8.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/webpack
npm ERR! peerOptional webpack@"^5.0.0" from [email protected]
npm ERR! node_modules/postcss-loader
npm ERR! dev postcss-loader@"^8.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-09-25T21_01_28_073Z-debug-0.log