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.10 -> 21.1.13 age adoption passing confidence dependencies patch
@types/jest (source) 29.0.1 -> 29.0.3 age adoption passing confidence dependencies patch
@types/react (source) 17.0.48 -> 17.0.50 age adoption passing confidence devDependencies patch
highcharts (source) 10.2.0 -> 10.2.1 age adoption passing confidence dependencies patch
moment-timezone (source) 0.5.34 -> 0.5.37 age adoption passing confidence dependencies patch
node 18.7.0-alpine -> 18.9.0-alpine age adoption passing confidence stage minor
postcss-preset-env (source) 7.7.2 -> 7.8.2 age adoption passing confidence devDependencies minor
react-router-dom 6.3.0 -> 6.4.0 age adoption passing confidence dependencies minor
redoc 2.0.0-rc.75 -> 2.0.0 age adoption passing confidence dependencies patch
typescript (source) 4.7.4 -> 4.8.3 age adoption passing confidence dependencies minor
usehooks-ts (source) 2.6.0 -> 2.7.0 age adoption passing confidence dependencies minor

Release Notes

APIDevTools/swagger-parser

v10.1.0

Compare Source

highcharts/highcharts-dist

v10.2.1

Compare Source

moment/moment-timezone

v0.5.37

Compare Source

v0.5.36

Compare Source

  • IANA TZDB 2022c
  • improvements/fixes to data pipeline

v0.5.35

Compare Source

Thanks to the OpenSSF Alpha-Omega project for reporting these!

nodejs/node

v18.9.0

Compare Source

Notable changes
  • doc
    • add daeyeon to collaborators (Daeyeon Jeong) #​44355
  • lib
    • (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) #​44045
  • os
    • (SEMVER-MINOR) add machine method (theanarkh) #​44416
  • report
    • (SEMVER-MINOR) expose report public native apis (Chengzhong Wu) #​44255
  • src
    • (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu) #​44362
  • vm
    • include vm context in the embedded snapshot (Joyee Cheung) #​44252
Commits

v18.8.0

Compare Source

Notable changes

bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob

This patch introduces --build-snapshot and --snapshot-blob options for creating and using user land snapshots.

To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob:

echo "globalThis.foo = 'I am from the snapshot'" > snapshot.js
node --snapshot-blob snapshot.blob --build-snapshot snapshot.js

To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application:

echo "console.log(globalThis.foo)" > index.js
node --snapshot-blob snapshot.blob index.js

### => I am from the snapshot

Users can also use the v8.startupSnapshot API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time:

echo "require('v8').startupSnapshot.setDeserializeMainFunction(() => console.log('I am from the snapshot'))" > snapshot.js
node --snapshot-blob snapshot.blob --build-snapshot snapshot.js
node --snapshot-blob snapshot.blob

### => I am from the snapshot

Contributed by Joyee Cheung in #​38905

Other notable changes
  • crypto:
    • (SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #​44201
    • (SEMVER-MINOR) allow zero-length secret KeyObject (Filip Skokan) #​44201
  • deps:
    • upgrade npm to 8.18.0 (npm team) #​44263 - Adds a new npm query command
  • doc:
    • add Erick Wendel to collaborators (Erick Wendel) #​44088
    • add theanarkh to collaborators (theanarkh) #​44131
    • add MoLow to collaborators (Moshe Atlow) #​44214
    • add cola119 to collaborators (cola119) #​44248
    • deprecate --trace-atomics-wait (Keyhan Vakil) #​44093
  • http:
    • (SEMVER-MINOR) make idle http parser count configurable (theanarkh) #​43974
  • net:
    • (SEMVER-MINOR) add local family (theanarkh) #​43975
  • src:
    • (SEMVER-MINOR) print source map error source on demand (Chengzhong Wu) #​43875
  • tls:
    • (SEMVER-MINOR) pass a valid socket on tlsClientError (Daeyeon Jeong) #​44021
Commits
csstools/postcss-plugins

v7.8.2

Compare Source

  • Update @csstools/postcss-cascade-layers to 1.1.0 (minor)
  • Update autoprefixer to 10.4.11 (patch)
  • Update postcss-custom-properties to 12.1.9 (patch)
  • Update postcss-nesting to 10.2.0 (minor)

v7.8.1

Compare Source

  • Update cssdb to 7.0.1 (patch)
  • Update @csstools/postcss-cascade-layers to 1.0.6 (patch)

v7.8.0

Compare Source

  • Added @csstools/postcss-nested-calc
    Check the plugin README for usage details.
  • Added @csstools/postcss-text-decoration-shorthand
    Check the plugin README for usage details.
  • Update @csstools/postcss-cascade-layers to 1.0.5 (patch)
  • Update @csstools/postcss-color-function to 1.1.1 (patch)
  • Update @csstools/postcss-font-format-keywords to 1.0.1 (patch)
  • Update @csstools/postcss-hwb-function to 1.0.2 (patch)
  • Update @csstools/postcss-ic-unit to 1.0.1 (patch)
  • Update @csstools/postcss-is-pseudo-class to 2.0.7 (patch)
  • Update @csstools/postcss-normalize-display-values to 1.0.1 (patch)
  • Update @csstools/postcss-oklab-function to 1.1.1 (patch)
  • Update @csstools/postcss-stepped-value-functions to 1.0.1 (patch)
  • Update @csstools/postcss-trigonometric-functions to 1.0.2 (patch)
  • Update @csstools/postcss-unset-value to 1.0.2 (patch)
  • Update autoprefixer to 10.4.8 (patch)
  • Update browserslist to 4.21.3 (patch)
  • Update cssdb to 7.0.0 (major)
  • Update postcss-attribute-case-insensitive to 5.0.2 (patch)
  • Update postcss-color-functional-notation to 4.2.4 (patch)
  • Update postcss-color-rebeccapurple to 7.1.1 (patch)
  • Update postcss-dir-pseudo-class to 6.0.5 (patch)
  • Update postcss-double-position-gradients to 3.1.2 (patch)
  • Update postcss-gap-properties to 3.0.5 (patch)
  • Update postcss-image-set-function to 4.0.7 (patch)
  • Update postcss-lab-function to 4.2.1 (patch)
  • Update postcss-nesting to 10.1.10 (patch)
  • Update postcss-overflow-shorthand to 3.0.4 (patch)
  • Update postcss-place to 7.0.5 (patch)
  • Update postcss-pseudo-class-any-link to 7.1.6 (patch)
  • Update postcss-selector-not to 6.0.1 (patch)
remix-run/react-router

v6.4.0

Compare Source

Whoa this is a big one! 6.4.0 brings all the data loading and mutation APIs over from Remix. Here's a quick high level overview, but it's recommended you go check out the docs, especially the feature overview and the tutorial.

New APIs

  • Create your router with createMemoryRouter/createBrowserRouter/createHashRouter
  • Render your router with <RouterProvider>
  • Load data with a Route loader and mutate with a Route action
  • Handle errors with Route errorElement
  • Submit data with the new <Form> component
  • Perform in-page data loads and mutations with useFetcher()
  • Defer non-critical data with defer and Await
  • Manage scroll position with <ScrollRestoration>

New Features

  • Perform path-relative navigations with <Link relative="path"> (#​9160)

Bug Fixes

  • Path resolution is now trailing slash agnostic (#​8861)
  • useLocation returns the scoped location inside a <Routes location> component (#​9094)
  • respect the <Link replace> prop if it is defined (#​8779)

Updated Dependencies

  • react-router@6.4.0
Redocly/redoc

v2.0.0

Compare Source

v2.0.0-rc.8-1

Compare Source

Bug Fixes
  • crash with empty servers with redoc-cli (3d52b39)

v2.0.0-rc.77

Compare Source

Bug Fixes
  • add hard limit on deref depth to prevent crashes (ddde105)
  • do not use discriminator when specific schema was referenced in oneOf or anyOf (#​2153) (6ac1e1e)
  • hoistOneOf missing refs stack and improve allOf for same $ref (bb325d0)
  • latest docker cli tag (#​2140) (8dc03eb)
  • markdown parent name (#​2062) (da9ed0b)
Features

v2.0.0-rc.76

Compare Source

Bug Fixes
Features
Microsoft/TypeScript

v4.8.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.8.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

juliencrn/usehooks-ts

v2.7.0

Compare Source

Updated
  • Move usehooks-ts to the root
  • Simplify config files (removing some tools)
  • Split the documentation website from the workspace
  • Regroup hooks related files together (test, doc, demo, hook)
  • Upgrade dependencies

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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