Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@1stg/app-config (source) ^10.0.1 -> ^14.0.0 age confidence devDependencies major
@commitlint/cli (source) ^18.4.3 -> ^20.0.0 age confidence devDependencies major
@pkgr/rollup (source) ^5.0.0 -> ^7.0.0 age confidence devDependencies major
@types/node (source) ^20.10.5 -> ^22.0.0 age confidence devDependencies major
@types/react (source) ^18.2.46 -> ^19.0.0 age confidence devDependencies major
@types/react-dom (source) ^18.2.18 -> ^19.0.0 age confidence devDependencies major
@types/web ^0.0.131 -> ^0.0.281 age confidence devDependencies patch
@vitejs/plugin-react-swc (source) ^3.5.0 -> ^4.0.0 age confidence devDependencies major
@vitest/coverage-v8 (source) ^1.1.0 -> ^3.0.0 age confidence devDependencies major
actions/checkout v4 -> v5 age confidence action major
actions/setup-node v4 -> v6 age confidence action major
amondnet/vercel-action -> 16e87c0 action pinDigest
andresz1/size-limit-action -> e7493a7 action pinDigest
codecov/codecov-action v3 -> v5 age confidence action major
eslint (source) ^8.56.0 -> ^9.0.0 age confidence devDependencies major
github/codeql-action v3 -> v4 age confidence action major
lint-staged ^15.2.0 -> ^16.0.0 age confidence devDependencies major
node 20 -> 22 age confidence uses-with major
npm-run-allnpm-run-all2 ^4.1.5 -> ^5.0.0 devDependencies replacement
react (source) ^18.2.0 -> ^19.0.0 age confidence devDependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age confidence devDependencies major
react-router-dom (source) ^6.21.1 -> ^7.0.0 age confidence devDependencies major
unplugin-auto-import ^0.17.3 -> ^20.0.0 age confidence devDependencies major
vite (source) ^5.0.10 -> ^7.0.0 age confidence devDependencies major
vitest (source) ^1.1.0 -> ^3.0.0 age confidence devDependencies major
yarn (source) 4.0.2 -> 4.10.3 age confidence packageManager minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

1stG/configs (@​1stg/app-config)

v14.3.0

Compare Source

Minor Changes
Patch Changes

v14.2.0

Compare Source

Minor Changes
Patch Changes

v14.1.0

Compare Source

Minor Changes
Patch Changes

v14.0.0

Compare Source

Major Changes
Patch Changes

v13.1.0

Compare Source

Minor Changes
Patch Changes

v13.0.1

Compare Source

Patch Changes

v13.0.0

Compare Source

Major Changes
Patch Changes

v12.0.1

Compare Source

Patch Changes

v12.0.0

Compare Source

Major Changes
Patch Changes

v11.1.2

Compare Source

Patch Changes

v11.1.1

Compare Source

Patch Changes

v11.1.0

Compare Source

Minor Changes
Patch Changes

v11.0.3

Compare Source

Patch Changes

v11.0.2

Compare Source

Patch Changes

v11.0.1

Compare Source

Patch Changes

v11.0.0

Compare Source

Major Changes
Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.1

Compare Source

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/cli

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.5.0

Compare Source

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/cli

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/cli

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/cli

18.4.1 (2023-11-12)

Note: Version bump only for package @​commitlint/cli

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

un-ts/pkgr (@​pkgr/rollup)

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
Patch Changes

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Major Changes
microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.281

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • ToggleEvent
    • Added: source

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

Modified

  • ToggleEvent
    • Added: source

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

Modified

  • ToggleEvent
    • Added: source

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

Modified

  • ToggleEvent
    • Added: source

ts5.9/iterable.d.ts

No changes

v0.0.280

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Non-value types
  • GlobalEventHandlersEventMap
    • Added: "command"
  • GlobalEventHandlers
    • Added: oncommand

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

Non-value types
  • GlobalEventHandlersEventMap
    • Added: "command"
  • GlobalEventHandlers
    • Added: oncommand

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

Non-value types
  • GlobalEventHandlersEventMap
    • Added: "command"
  • GlobalEventHandlers
    • Added: oncommand

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

Non-value types
  • GlobalEventHandlersEventMap
    • Added: "command"
  • GlobalEventHandlers
    • Added: oncommand

ts5.9/iterable.d.ts

No changes

v0.0.279

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

No changes

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

No changes

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

No changes

ts5.9/iterable.d.ts

No changes

v0.0.278

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.277

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.276

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Non-value types
  • ToggleEventInit
    • Added: source

iterable.d.ts

No changes

v0.0.275

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • SVGAElement
    • Added: download
  • SVGMarkerElement
    • Added: SVG_MARKER_ORIENT_AUTO_START_REVERSE
  • ServiceWorkerRegistration
    • Removed: pushManager

iterable.d.ts

No changes

v0.0.274

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.273

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • AudioParam
    • Removed: automationRate, defaultValue, maxValue, minValue, value, cancelAndHoldAtTime, cancelScheduledValues, exponentialRampToValueAtTime, linearRampToValueAtTime, setTargetAtTime, setValueAtTime
  • AudioParamMap
    • Removed: forEach
  • BaseAudioContext
    • Removed: audioWorklet, currentTime, destination, listener, onstatechange, sampleRate, state, createAnalyser, createBiquadFilter, createBuffer, createBufferSource, createChannelMerger, createChannelSplitter, createConstantSource, createConvolver, createDelay, createDynamicsCompressor, createGain, createOscillator, createPanner, createScriptProcessor, createStereoPanner, createWaveShaper, decodeAudioData, addEventListener, removeEventListener
  • CSSKeyframesRule
    • Added: [Symbol.iterator]
    • Removed: cssRules, length, name, appendRule, deleteRule, findRule
  • CSSNumericArray
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: length, forEach
  • CSSRuleList
    • Added: [Symbol.iterator]
    • Removed: length, item
  • CSSStyleDeclaration
    • Added: [Symbol.iterator]
  • CSSTransformValue
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: is2D, length, toMatrix, forEach
  • CSSUnparsedValue
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: length, forEach
  • Cache
    • Removed: add, delete, keys, match, matchAll, put
  • CookieStoreManager
    • Removed: getSubscriptions
  • CustomStateSet
    • Removed: forEach
  • DOMRectList
    • Added: [Symbol.iterator]
    • Removed: length, item
  • DOMStringList
    • Added: [Symbol.iterator]
    • Removed: length, contains, item
  • DOMTokenList
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: length, value, toString, add, contains, item, remove, replace, supports, toggle, forEach
  • DataTransferItemList
    • Added: [Symbol.iterator]
    • Removed: length, add, clear, remove
  • EventCounts
    • Removed: forEach
  • FileList
    • Added: [Symbol.iterator]
    • Removed: length, item
  • FileSystemDirectoryHandle
    • Added: [Symbol.asyncIterator], entries, keys, values
    • Removed: kind, getDirectoryHandle, getFileHandle, removeEntry, resolve
  • FontFaceSet
    • Removed: onloading, onloadingdone, onloadingerror, ready, status, check, load, forEach, addEventListener, removeEventListener
  • FormData
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: append, delete, get, getAll, has, set, forEach
  • HTMLAllCollection
    • Added: [Symbol.iterator]
    • Removed: length, item, namedItem
  • HTMLFormElement
    • Added: [Symbol.iterator]
    • Removed: acceptCharset, action, autocomplete, elements, encoding, enctype, length, method, name, noValidate, rel, relList, target, checkValidity, reportValidity, requestSubmit, reset, submit, addEventListener, removeEventListener
  • HTMLSelectElement
    • Added: [Symbol.iterator]
    • Removed: autocomplete, disabled, form, labels, length, multiple, name, options, required, selectedIndex, selectedOptions, size, type, validationMessage, validity, value, willValidate, add, checkValidity, item, namedItem, remove, reportValidity, setCustomValidity, showPicker, addEventListener, removeEventListener
  • Headers
    • Added: [Symbol.iterator], entries, keys, values
    • Removed: append, delete, get, getSetCookie, has, set, forEach
  • Highlight
    • Removed: priority, type, forEach
  • HighlightRegistry
    • Removed: forEach
  • IDBDatabase
    • Removed: name, `

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Apr 17, 2025

⚠️ No Changeset found

Latest commit: 8b0e619

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Apr 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 17, 2025

Deploy preview for workerkit ready!

✅ Preview
https://workerkit-n35qci43n-1stg.vercel.app

Built with commit 8b0e619.
This pull request is being automatically deployed with vercel-action

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 432b7f1 to 34aa141 Compare April 26, 2025 03:58
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 109ec12 to 4f463d2 Compare May 4, 2025 15:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8607c34 to 0e41419 Compare May 15, 2025 00:06
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6795260 to 27a5219 Compare May 24, 2025 19:49
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ac262b6 to 903ebc0 Compare June 1, 2025 15:51
@renovate renovate bot force-pushed the renovate/all branch from 903ebc0 to 4ea1bb9 Compare June 6, 2025 12:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a2dcc9b to f07d2d6 Compare June 21, 2025 12:00
@renovate renovate bot force-pushed the renovate/all branch from 2b01b4c to cf12f88 Compare July 6, 2025 19:53
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1c335af to dcbac93 Compare August 8, 2025 07:52
@socket-security
Copy link

socket-security bot commented Aug 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​esbuild/​win32-x64@​0.25.111001003993100
Added@​esbuild/​darwin-arm64@​0.25.111001003993100
Added@​esbuild/​freebsd-arm64@​0.25.111001003993100
Added@​esbuild/​openbsd-arm64@​0.25.111001003992100
Added@​esbuild/​sunos-x64@​0.25.111001003993100
Added@​esbuild/​linux-loong64@​0.25.111001003993100
Added@​esbuild/​linux-ia32@​0.25.111001003993100
Added@​esbuild/​android-arm64@​0.25.111001003993100
Added@​esbuild/​linux-riscv64@​0.25.111001003993100
Added@​esbuild/​linux-arm@​0.25.111001003993100
Added@​esbuild/​darwin-x64@​0.25.111001003993100
Added@​esbuild/​linux-x64@​0.25.111001003993100
Added@​esbuild/​linux-ppc64@​0.25.111001003993100
Added@​esbuild/​linux-s390x@​0.25.111001003993100
Added@​esbuild/​aix-ppc64@​0.25.111001003993100
Added@​esbuild/​linux-mips64el@​0.25.111001003993100
Added@​esbuild/​freebsd-x64@​0.25.111001003993100
Added@​esbuild/​linux-arm64@​0.25.111001003993100
Added@​esbuild/​openbsd-x64@​0.25.111001003993100
Added@​esbuild/​win32-arm64@​0.25.111001003993100
Added@​esbuild/​win32-ia32@​0.25.111001003993100
Added@​esbuild/​netbsd-arm64@​0.25.111001004093100
Added@​esbuild/​netbsd-x64@​0.25.111001004093100
Added@​unrs/​resolver-binding-android-arm-eabi@​1.11.11001004182100
Added@​unrs/​resolver-binding-android-arm64@​1.11.11001004182100
Added@​unrs/​resolver-binding-darwin-arm64@​1.11.11001004187100
Added@​unrs/​resolver-binding-darwin-x64@​1.11.11001004187100
Added@​unrs/​resolver-binding-freebsd-x64@​1.11.11001004187100
Added@​unrs/​resolver-binding-linux-arm-gnueabihf@​1.11.11001004187100
Added@​unrs/​resolver-binding-linux-arm-musleabihf@​1.11.11001004187100
Added@​unrs/​resolver-binding-linux-arm64-gnu@​1.11.11001004187100
Added@​unrs/​resolver-binding-linux-arm64-musl@​1.11.11001004187100
Added@​unrs/​resolver-binding-linux-ppc64-gnu@​1.11.11001004187100
See 578 more rows in the dashboard

View full report

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 869cfc5 to 916e9a1 Compare September 11, 2025 07:38
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 920b4ce to 48e6816 Compare September 20, 2025 02:45
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 478af8a to 7094ce2 Compare October 1, 2025 19:43
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 33b2171 to 72429ac Compare October 9, 2025 00:00
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 624526f to 1cfde1b Compare October 15, 2025 07:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a74a4c8 to a788aa9 Compare October 19, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants