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 -> ^19.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.266 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 -> v5 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 -> f1f6e5f action pinDigest
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.9.4 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)

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.266

Compare Source

asynciterable.d.ts

No changes

index.d.ts

New interfaces

  • DigitalCredential

iterable.d.ts

No changes

v0.0.265

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.264

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • CSSStyleProperties
    • Added: textAutospace
  • FontFace
    • Added: variationSettings

iterable.d.ts

No changes

v0.0.263

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.262

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.261

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.260

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.259

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.258

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.257

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.256

Compare Source

asynciterable.d.ts

No changes

index.d.ts

New interfaces

  • Scheduler
  • TaskController
  • TaskPriorityChangeEvent
  • TaskSignal

Modified

  • Animation
    • Added: overallProgress
Non-value types
  • WindowOrWorkerGlobalScope
    • Added: scheduler

iterable.d.ts

No changes

v0.0.255

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.254

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.253

Compare Source

asynciterable.d.ts

No changes

index.d.ts
New interfaces
  • GPUError
  • GPUPipelineError
iterable.d.ts

No changes

v0.0.252

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.251

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.250

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.249

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.248

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.247

Compare Source

asynciterable.d.ts

No changes

index.d.ts
New interfaces
  • ScrollTimeline
  • SpeechRecognitionErrorEvent
  • SpeechRecognitionEvent
  • ViewTimeline
Removed interfaces
  • CSPViolationReportBody
  • Report
  • ReportBody
Modified
  • CSSStyleProperties
    • Added: fontVariantEmoji
  • HTMLDialogElement
    • Added: closedBy
  • PointerEvent
    • Added: persistentDeviceId
iterable.d.ts

No changes

v0.0.246

Compare Source

asynciterable.d.ts

No changes

index.d.ts
New interfaces
  • URLPattern
iterable.d.ts

No changes

v0.0.245

Compare Source

asynciterable.d.ts

No changes

index.d.ts
New interfaces
  • CSSPageDescriptors
  • CSSPositionTryDescriptors
  • CSSPositionTryRule
iterable.d.ts

No changes

v0.0.244

Compare Source

asynciterable.d.ts

No changes

index.d.ts
New interfaces
  • CSSStyleProperties
Modified
  • AnimationTimeline
    • Added: duration
  • CSSStyleDeclaration
    • Removed: accentColor, alignContent, alignItems, alignSelf, alignmentBaseline, all, animation, animationComposition, animationDelay, animationDirection, animationDuration, animationFillMode, animationIterationCount, animationName, animationPlayState, animationTimingFunction, appearance, aspectRatio, backdropFilter, backfaceVisibility, background, backgroundAttachment, backgroundBlendMode, backgroundClip, backgroundColor, backgroundImage, backgroundOrigin, backgroundPosition, backgroundPositionX, backgroundPositionY, backgroundRepeat, backgroundSize, baselineShift, baselineSource, blockSize, border, borderBlock, borderBlockColor, borderBlockEnd, borderBlockEndColor, borderBlockEndStyle, borderBlockEndWidth, borderBlockStart, borderBlockStartColor, borderBlockStartStyle, borderBlockStartWidth, borderBlockStyle, borderBlockWidth, borderBottom, borderBottomColor, borderBottomLeftRadius, borderBottomRightRadius, borderBottomStyle,

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.

Copy link

changeset-bot bot commented Apr 17, 2025

⚠️ No Changeset found

Latest commit: 869cfc5

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

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.

Copy link
Contributor

github-actions bot commented Apr 17, 2025

Deploy preview for workerkit ready!

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

Built with commit 869cfc5.
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
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@​unrs/​resolver-binding-android-arm-eabi@​1.11.11001003783100
Added@​unrs/​resolver-binding-android-arm64@​1.11.11001003783100
Added@​unrs/​resolver-binding-darwin-arm64@​1.11.11001003788100
Added@​unrs/​resolver-binding-darwin-x64@​1.11.11001003788100
Added@​unrs/​resolver-binding-freebsd-x64@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-arm-gnueabihf@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-arm-musleabihf@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-arm64-gnu@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-arm64-musl@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-ppc64-gnu@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-riscv64-gnu@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-riscv64-musl@​1.11.11001003787100
Added@​unrs/​resolver-binding-linux-s390x-gnu@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-x64-gnu@​1.11.11001003788100
Added@​unrs/​resolver-binding-linux-x64-musl@​1.11.11001003788100
Added@​unrs/​resolver-binding-win32-arm64-msvc@​1.11.11001003788100
Added@​unrs/​resolver-binding-win32-ia32-msvc@​1.11.11001003788100
Added@​unrs/​resolver-binding-win32-x64-msvc@​1.11.11001003788100
Addednode-releases@​2.0.201001004185100
Updated@​1stg/​common-config@​10.0.0 ⏵ 14.3.051 +110050 +385100
Addedisarray@​0.0.1671008451100
Addedsafer-buffer@​2.1.26110010051100
Addedtypedarray@​0.0.6671008751100
Addedhasown@​2.0.0671007652100
Addedpath-parse@​1.0.7671007851100
Updated@​vue/​babel-helper-vue-transform-on@​1.1.5 ⏵ 1.5.01001005388100
Addedobject-assign@​4.1.1671008554100
Updated@​babel/​plugin-transform-react-jsx-development@​7.22.5 ⏵ 7.27.110010057 -292100
Added@​babel/​plugin-transform-regexp-modifiers@​7.27.11001006192100
Updated@​babel/​plugin-transform-dotall-regex@​7.23.3 ⏵ 7.27.11001006192100
Updated@​babel/​plugin-transform-unicode-regex@​7.23.3 ⏵ 7.27.11001006192100
Updated@​1stg/​simple-git-hooks@​0.2.3 ⏵ 2.1.063 -3110062 +481 -2100
Updated@​babel/​plugin-transform-unicode-sets-regex@​7.23.3 ⏵ 7.27.1100 +110062 +192100
See 638 more rows in the dashboard

View full report

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9caf4e1 to f1ea0e7 Compare August 15, 2025 23:30
Copy link

socket-security bot commented Sep 1, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
[email protected] has Obfuscated code.

Confidence: 0.94

Location: Package overview

From: yarn.locknpm/[email protected]

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b55b2d2 to 893ba7d Compare September 6, 2025 04:13
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