Skip to content

build: update ui: all non-major dependencies

Common Ground Bot requested to merge renovate/ui-all-minor-patch into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apidevtools/swagger-parser (source) 10.0.3 -> 10.1.0 age adoption passing confidence dependencies minor
@commonground/design-system 21.1.7 -> 21.1.8 age adoption passing confidence dependencies patch
@types/jest 28.1.1 -> 28.1.3 age adoption passing confidence dependencies patch
concurrently 6.2.0 -> 6.5.1 age adoption passing confidence devDependencies minor
javascript-time-ago (source) 2.5.4 -> 2.5.5 age adoption passing confidence dependencies patch
nginx 1.21.6-alpine -> 1.23.0-alpine age adoption passing confidence final minor
postcss-preset-env 7.5.0 -> 7.7.2 age adoption passing confidence devDependencies minor
prettier (source) 2.5.1 -> 2.7.1 age adoption passing confidence devDependencies minor
webpack 5.72.0 -> 5.73.0 age adoption passing confidence devDependencies minor

Release Notes

APIDevTools/swagger-parser

v10.1.0

Compare Source

open-cli-tools/concurrently

v6.5.1

Compare Source

v6.5.0

Compare Source

  • 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

Compare Source

  • Add --hide flag to hide the output of specified commands (#​138, #​173)

v6.3.0

Compare Source

  • 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 a prefixColor (#​286)

v6.2.2

Compare Source

  • Remove read-pkg dependency which had a vulnerability issue (#​274)

v6.2.1

Compare Source

  • 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)
catamphetamine/javascript-time-ago

v2.5.5

Compare Source

csstools/postcss-plugins

v7.7.2

Compare Source

  • Fix op_mini all not working as a browser list.
  • Updated postcss-color-rebeccapurple to 7.1.0 (minor)
  • Updated browserslist to 4.21.0 (minor)
  • Updated csstools/postcss-cascade-layers to 1.0.4 (patch)
  • Updated csstools/postcss-is-pseudo-class to 2.0.6 (patch)
  • Updated postcss-color-hex-alpha to 8.0.4 (patch)
  • Updated postcss-custom-media to 8.0.2 (patch)
  • Updated postcss-custom-properties to 12.1.8 (patch)
  • Updated postcss-custom-selectors to 6.0.3 (patch)
  • Updated postcss-nesting to 10.1.9 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.5 (patch)

v7.7.1

Compare Source

  • Updated postcss-selector-not to 6.0.0 (major)
  • Updated @csstools/postcss-trigonometric-functions to 1.0.1 (patch)
  • Updated postcss-attribute-case-insensitive to 5.0.1 (patch)
  • Updated postcss-custom-media to 8.0.1 (patch)
  • Updated postcss-custom-selectors to 6.0.2 (patch)
  • Updated cssdb to 6.6.3 (patch)

v7.7.0

Compare Source

  • Added @csstools/postcss-trigonometric-functions
    Check the plugin README for usage details.
  • Updated @csstools/postcss-cascade-layers to 1.0.2 (patch)
  • Updated postcss-color-functional-notation to 4.2.3 (patch)
  • Updated postcss-nesting to 10.1.7 (patch)

v7.6.0

Compare Source

  • Added @csstools/postcss-cascade-layers
    Check the plugin README for usage details.
  • Updated @csstools/postcss-hwb-function to 1.0.1 (patch)
  • Updated @csstools/postcss-is-pseudo-class to 2.0.4 (patch)
  • Updated @csstools/postcss-unset-value to 1.0.1 (patch)
  • Updated postcss-nesting to 10.1.6 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.4 (patch)
prettier/prettier

v2.7.1

Compare Source

diff

Keep useful empty lines in description (#​13013 by @​chimurai)

v2.7.0

Compare Source

""" First line Second Line """ type Person { name: String }

v2.6.2

Compare Source

diff

Fix LESS/SCSS format error (#​12536 by @​fisker)
// 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%
  );
}
Update meriyah to fix several bugs (#​12567 by @​fisker, fixes in meriyah by @​3cp)

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

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

webpack/webpack

v5.73.0

Compare Source

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

Compare Source

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Common Ground Bot

Merge request reports

Loading