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.8 -> 21.1.10 age adoption passing confidence dependencies patch
@fontsource/source-sans-pro 4.5.10 -> 4.5.11 age adoption passing confidence dependencies patch
@testing-library/jest-dom 5.16.4 -> 5.16.5 age adoption passing confidence devDependencies patch
@testing-library/user-event 14.2.1 -> 14.4.3 age adoption passing confidence devDependencies minor
@types/jest 28.1.4 -> 28.1.6 age adoption passing confidence dependencies patch
@types/react 17.0.47 -> 17.0.48 age adoption passing confidence devDependencies patch
@types/styled-components 5.1.25 -> 5.1.26 age adoption passing confidence devDependencies patch
javascript-time-ago (source) 2.5.6 -> 2.5.7 age adoption passing confidence dependencies patch
nginx 1.23.0-alpine -> 1.23.1-alpine age adoption passing confidence final patch
node 18.4.0-alpine -> 18.7.0-alpine age adoption passing confidence stage minor
react-query (source) 3.39.1 -> 3.39.2 age adoption passing confidence dependencies patch
react-select-async-paginate 0.6.1 -> 0.6.2 age adoption passing confidence dependencies patch
react-transition-group 4.4.2 -> 4.4.5 age adoption passing confidence dependencies patch
redoc 2.0.0-rc.72 -> 2.0.0-rc.75 age adoption passing confidence dependencies patch
webpack 5.73.0 -> 5.74.0 age adoption passing confidence devDependencies minor

Release Notes

APIDevTools/swagger-parser

v10.1.0

Compare Source

testing-library/jest-dom

v5.16.5

Compare Source

Bug Fixes
testing-library/user-event

v14.4.3

Compare Source

Bug Fixes

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features
Bug Fixes
  • event: be robust against incomplete event implementations (#​1009) (289828b)
  • upload: be robust against missing FileList implementation (#​1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#​1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#​1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#​1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#​1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#​1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#​1003) (2852509)
  • pointer: omit click event on release if another button is released first (#​1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#​1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#​1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#​1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#​1003) (2852509)

v14.3.0

Compare Source

Features

v14.2.6

Compare Source

Bug Fixes
  • document: reduce impact of React@17 workaround (#​992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#​991) (6e4058b)

v14.2.5

Compare Source

Bug Fixes
  • document: do not track value on HTMLSelectElement (#​989) (77a7fa8)

v14.2.4

Compare Source

Bug Fixes
  • use window.FileList instead of implicit global (c88865d)

v14.2.3

Compare Source

Bug Fixes
  • document: use setters/methods on element as default (#​987) (c40e614)

v14.2.2

Compare Source

Bug Fixes
catamphetamine/javascript-time-ago

v2.5.7

Compare Source

nodejs/node

v18.7.0

Compare Source

Notable changes
  • doc:
    • add F3n67u to collaborators (Feng Yu) #​43953
    • deprecate coercion to integer in process.exit (Daeyeon Jeong) #​43738
    • (SEMVER-MINOR) deprecate diagnostics_channel object subscribe method (Stephen Belanger) #​42714
  • events:
    • (SEMVER-MINOR) expose CustomEvent on global with CLI flag (Daeyeon Jeong) #​43885
    • (SEMVER-MINOR) add CustomEvent (Daeyeon Jeong) #​43514
  • http:
    • (SEMVER-MINOR) add drop request event for http server (theanarkh) #​43806
  • lib:
    • (SEMVER-MINOR) improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #​42714
  • util:
    • (SEMVER-MINOR) add tokens to parseArgs (John Gee) #​43459
Commits

v18.6.0

Compare Source

Notable Changes
Experimental ESM Loader Hooks API

Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": foo-loader calls bar-loader calls qux-loader (a custom loader must now signal a short circuit when intentionally not calling the next). See the ESM docs for details.

Real-world use-cases are laid out for end-users with working examples in the article Custom ESM loaders: Who, what, when, where, why, how.

Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #​42623

Commits
Semver-minor commits
Semver-patch commits
Documentation commits
Other commits

v18.5.0

Compare Source

This is a security release.

Notable Changes
  • [3f0c3e142d] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #​43124
  • [9578158ff8] - (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #​43124
    • Node.js now reads nodejs_conf section in the openssl config
  • [dc7af13486] - deps: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) #​43693
  • [fa72c534eb] - deps: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) #​43693
Commits
tanstack/query

v3.39.2

Compare Source

Bug Fixes
  • core: added in timer and interval id checks before clearing (#​3762) (5d99f7e)
vtaits/react-select-async-paginate

v0.6.2

Compare Source

reactjs/react-transition-group

v4.4.5

Compare Source

Bug Fixes
  • apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#​847) (1043549)

v4.4.4

Compare Source

Bug Fixes

v4.4.3

Compare Source

Bug Fixes
  • enter animations with mountOnEnter or unmountOnExit (#​749) (51bdceb)
Redocly/redoc

v2.0.0-rc.75

Compare Source

Bug Fixes
Features

v2.0.0-rc.74

Compare Source

Bug Fixes

v2.0.0-rc.73

Compare Source

Bug Fixes
webpack/webpack

v5.74.0

Compare Source

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

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