build: update ui: all non-major dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
@apidevtools/swagger-parser (source) | 10.0.3 -> 10.1.0 |
dependencies | minor | ||||
@commonground/design-system | 21.1.7 -> 21.1.8 |
dependencies | patch | ||||
@types/jest | 28.1.1 -> 28.1.3 |
dependencies | patch | ||||
concurrently | 6.2.0 -> 6.5.1 |
devDependencies | minor | ||||
javascript-time-ago (source) | 2.5.4 -> 2.5.5 |
dependencies | patch | ||||
nginx |
1.21.6-alpine -> 1.23.0-alpine
|
final | minor | ||||
postcss-preset-env | 7.5.0 -> 7.7.2 |
devDependencies | minor | ||||
prettier (source) | 2.5.1 -> 2.7.1 |
devDependencies | minor | ||||
webpack | 5.72.0 -> 5.73.0 |
devDependencies | minor |
Release Notes
open-cli-tools/concurrently
v6.5.1
v6.5.0
- Add support for configuring via environment variables that start with
CONCURRENTLY_
prefix (#289) - Add
--timings
flag to show when each process started and stopped, and how long they ran for (#291, #295)
v6.4.0
v6.3.0
- Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#186, #210, #234, #286)
- Add new option to programmatic API,
prefixColors
, which serves as fallback for commands without aprefixColor
(#286)
v6.2.2
- Remove
read-pkg
dependency which had a vulnerability issue (#274)
v6.2.1
-
Fix hanging issue after using programmatic API to read from stdin (#252, #253)
Big kudos to @brandonchinn178 for finding and fixing this!
🏆 🎉 - Correctly reexport flow controllers (#278)
csstools/postcss-plugins
v7.7.2
- Fix
op_mini all
not working as a browser list. - Updated
postcss-color-rebeccapurple
to7.1.0
(minor) - Updated
browserslist
to4.21.0
(minor) - Updated
csstools/postcss-cascade-layers
to1.0.4
(patch) - Updated
csstools/postcss-is-pseudo-class
to2.0.6
(patch) - Updated
postcss-color-hex-alpha
to8.0.4
(patch) - Updated
postcss-custom-media
to8.0.2
(patch) - Updated
postcss-custom-properties
to12.1.8
(patch) - Updated
postcss-custom-selectors
to6.0.3
(patch) - Updated
postcss-nesting
to10.1.9
(patch) - Updated
postcss-pseudo-class-any-link
to7.1.5
(patch)
v7.7.1
- Updated
postcss-selector-not
to6.0.0
(major) - Updated
@csstools/postcss-trigonometric-functions
to1.0.1
(patch) - Updated
postcss-attribute-case-insensitive
to5.0.1
(patch) - Updated
postcss-custom-media
to8.0.1
(patch) - Updated
postcss-custom-selectors
to6.0.2
(patch) - Updated
cssdb
to6.6.3
(patch)
v7.7.0
- Added
@csstools/postcss-trigonometric-functions
Check the plugin README for usage details. - Updated
@csstools/postcss-cascade-layers
to1.0.2
(patch) - Updated
postcss-color-functional-notation
to4.2.3
(patch) - Updated
postcss-nesting
to10.1.7
(patch)
v7.6.0
- Added
@csstools/postcss-cascade-layers
Check the plugin README for usage details. - Updated
@csstools/postcss-hwb-function
to1.0.1
(patch) - Updated
@csstools/postcss-is-pseudo-class
to2.0.4
(patch) - Updated
@csstools/postcss-unset-value
to1.0.1
(patch) - Updated
postcss-nesting
to10.1.6
(patch) - Updated
postcss-pseudo-class-any-link
to7.1.4
(patch)
prettier/prettier
v2.7.1
#13013 by @chimurai)
Keep useful empty lines in description (
v2.7.0
""" First line Second Line """ type Person { name: String }
v2.6.2
#12536 by @fisker)
Fix LESS/SCSS format error (// Input
.background-gradient(@​cut) {
background: linear-gradient(
to right,
@​white 0%,
@​white (@​cut - 0.01%),
@​portal-background @​cut,
@​portal-background 100%
);
}
// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')
// Prettier 2.6.2
.background-gradient(@​cut) {
background: linear-gradient(
to right,
@​white 0%,
@​white (@​cut - 0.01%),
@​portal-background @​cut,
@​portal-background 100%
);
}
meriyah
to fix several bugs (#12567 by @fisker, fixes in meriyah
by @3cp)
Update Fixes bugs when parsing following valid code:
foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
class A extends B {
#privateMethod() {
super.method();
}
}
v2.6.1
loglevel
when printing information (#12477 by @fisker)
Ignore
v2.6.0
prettier --loglevel silent --find-config-path index.js
webpack/webpack
v5.73.0
Features
- add options for default
dynamicImportMode
and prefetch and preload - add support for
import { createRequire } from "module"
in source code
Bugfixes
- fix code generation of e. g.
return"field"in Module
- fix performance of large JSON modules
- fix performance of async modules evaluation
Developer Experience
- export
PathData
in typings - improve error messages with more details
v5.72.1
Bugfixes
- fix
__webpack_nonce__
with HMR - fix
in
operator in some cases - fix json parsing error messages
- fix module concatenation with using
this.importModule
- upgrade enhanced-resolve
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Common Ground Bot