release-tools: The updateVersions and updateDependencies tasks accept a new option called packagesDirectoryFilter. It is a callback allowing filtering out directories/packages that the task should not touch. It receives an absolute path to a package.json and should return a boolean value. (commit)
Bug fixes
release-tools: The changelog generator will process a squash merge commit correctly. Before the change, the tool created an additional commit that didn't match a commit pattern. Hence, it's breaking changes notes were ignored. Closes ckeditor/ckeditor5#15056. (commit)
release-tools: The "publishPackages()" task passes the "cwd" option to the release utils when executing the release script from other directory than current working directory. (commit)
tests: UI in manual tests will now be fully translated in cases in which some translations come from external packages. (commit)
typedoc-plugins: Fixed typedoc-plugin-event-inheritance-fixer plugin to not crash when creating inherited events if an interface extends a type. Closes ckeditor/ckeditor5#15063. (commit)
release-tools: The updateVersions and updateDependencies tasks accept a new option called packagesDirectoryFilter. It is a callback allowing filtering out directories/packages that the task should not touch. It receives an absolute path to a package.json and should return a boolean value. (commit)
Bug fixes
release-tools: The changelog generator will process a squash merge commit correctly. Before the change, the tool created an additional commit that didn't match a commit pattern. Hence, it's breaking changes notes were ignored. Closes ckeditor/ckeditor5#15056. (commit)
release-tools: The "publishPackages()" task passes the "cwd" option to the release utils when executing the release script from other directory than current working directory. (commit)
tests: UI in manual tests will now be fully translated in cases in which some translations come from external packages. (commit)
typedoc-plugins: Fixed typedoc-plugin-event-inheritance-fixer plugin to not crash when creating inherited events if an interface extends a type. Closes ckeditor/ckeditor5#15063. (commit)
webpack-plugin: Fixed generating source maps after switching the order of loaders in the CKEditor 5 translations webpack plugin. The source loader should pass through the source map object to avoid generating a new one. Closes ckeditor/ckeditor5#12928. (commit)
webpack-plugin: Fixed generating source maps after switching the order of loaders in the CKEditor 5 translations webpack plugin. The source loader should pass through the source map object to avoid generating a new one. Closes ckeditor/ckeditor5#12928. (commit)
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
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/bcgov/landuseplanning-admin/network/alerts).
Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, @ckeditor/ckeditor5-dev-utils, @ckeditor/ckeditor5-dev-webpack-plugin and postcss-loader. These dependencies need to be updated together.
Updates
postcss
from 7.0.39 to 8.4.31Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
90208de
Release 8.4.31 version58cc860
Fix carrier return parsing4fff8e4
Improve pnpm test outputcd43ed1
Update dependenciescaa916b
Update dependencies8972f76
Typo11a5286
Typo45c5501
Release 8.4.30 versionbc3c341
Update linterb2be58a
Merge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...Updates
@ckeditor/ckeditor5-dev-utils
from 20.0.0 to 39.1.0Release notes
Sourced from
@ckeditor/ckeditor5-dev-utils
's releases.... (truncated)
Changelog
Sourced from
@ckeditor/ckeditor5-dev-utils
's changelog.... (truncated)
Commits
43eabd2
Release: v39.1.0.52f68d4
Release: v39.0.0.463c6d5
Bumped required nodejs version to 18.e0f1dcb
Release: v38.4.1.0301fdd
Replaced build badge from Travis to Circle CI in README.md in all packages.9d3a9cf
Release: v38.4.0.35cbea8
Release: v38.3.1.ce6eb6d
Release: v38.3.0.3144d66
Release: v38.2.2.820db39
Release: v38.2.1.Updates
@ckeditor/ckeditor5-dev-webpack-plugin
from 20.0.0 to 31.1.13Release notes
Sourced from
@ckeditor/ckeditor5-dev-webpack-plugin
's releases.... (truncated)
Changelog
Sourced from
@ckeditor/ckeditor5-dev-webpack-plugin
's changelog.... (truncated)
Commits
dccbeb5
Release: v31.1.13.3555914
Internal: Updated dependencies. [skip ci]d01b5f1
Fixed generating source maps after switching an order of loaders in the CKEdi...ad7d095
Release: v31.1.12.eec1777
Internal: Updated dependencies. [skip ci]7bfa432
Removed unused package.9950517
A webpack instance is not available in a compiler (webpack 4).9778cde
Proper detection of webpack 4.164354a
Release: v31.1.11.e88941a
Internal: Updated dependencies. [skip ci]Updates
postcss-loader
from 3.0.0 to 7.3.3Release notes
Sourced from postcss-loader's releases.
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
... (truncated)
Commits
7a85867
chore(release): 7.3.3684d265
fix: regression oncosmiconfig
sidee754c3f
fix(perf): avoid usingklona
for postcss options (#658)69446c3
docs: remove Gitter from issue templates (#657)c058a06
chore(release): 7.3.2e8873f4
fix: usecause
to keep original errors and warnings (#655)7e5eaeb
chore(release): 7.3.165748ec
fix: warning and error serializationa98d7d0
docs: add GitHub discussions badge (#652)0a53820
chore: add scripts to fix lint (#651)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
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