Skip to content

fix(deps): update all dependencies#404

Merged
JounQin merged 3 commits intomasterfrom
renovate/all
Jun 1, 2025
Merged

fix(deps): update all dependencies#404
JounQin merged 3 commits intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@1stg/common-config (source) ^13.0.1 -> ^14.0.0 age adoption passing confidence devDependencies major
@types/web ^0.0.228 -> ^0.0.236 age adoption passing confidence devDependencies patch
codecov/codecov-action v5.4.2 -> v5.4.3 age adoption passing confidence action patch
commander ^13.1.0 -> ^14.0.0 age adoption passing confidence dependencies major
npm-run-all2 ^7.0.2 -> ^8.0.0 age adoption passing confidence devDependencies major

Release Notes

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

v14.0.0

Compare Source

Major Changes
Patch Changes

v13.1.0

Compare Source

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

v0.0.236

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.235

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.234

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Non-value types
  • AuthenticationExtensionsClientInputs
    • Added: credentialProtectionPolicy, enforceCredentialProtectionPolicy, largeBlob
  • AuthenticationExtensionsClientInputsJSON
    • Added: appid, credProps, largeBlob, prf
  • AuthenticationExtensionsClientOutputs
    • Added: largeBlob

iterable.d.ts

No changes

v0.0.233

Compare Source

asynciterable.d.ts

No changes

index.d.ts

Modified

  • Selection
    • Added: getComposedRanges
Non-value types
  • GlobalEventHandlersEventMap
    • Added: "beforematch"
  • GlobalEventHandlers
    • Added: onbeforematch

iterable.d.ts

No changes

v0.0.232

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.231

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.230

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.229

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

tj/commander.js (commander)

v14.0.0

Compare Source

Added
  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, and higher-level .optionsGroup() and .commandsGroup() which can be used in chaining way to specify group title for following options/commands ([#​2328])
  • support for unescaped negative numbers as option-arguments and command-arguments ([#​2339])
  • TypeScript: add parseArg property to Argument class ([#​2359])
Fixed
  • remove bogus leading space in help when option has default value but not a description ([#​2348])
  • .configureOutput() now makes copy of settings instead of modifying in-place, fixing side-effects ([#​2350])
Changed
  • Breaking: Commander 14 requires Node.js v20 or higher
  • internal refactor of Help class adding .formatItemList() and .groupItems() methods ([#​2328])
bcomnes/npm-run-all2 (npm-run-all2)

v8.0.4

Compare Source

Commits

v8.0.3

Compare Source

Commits
  • Merge pull request #​175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Compare Source

Commits

v8.0.1

Compare Source

Commits
  • Merge pull request #​159 from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 54af3ab
  • Upgrade: Bump minimatch from 9.0.5 to 10.0.1 f50ddf4
  • Merge pull request #​170 from bcomnes/fix-engine-range e43e670

v8.0.0

Compare Source

Commits
  • Breaking change: Raise engine floor to >= Node 20 b1b12f8
  • Merge pull request #​169 from bcomnes/node-20-or-greater bb27458

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 is behind base branch, 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 Jun 1, 2025

🦋 Changeset detected

Latest commit: 0267aea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@pkgr/browser Patch
@pkgr/core Patch
@pkgr/rollup Patch

Not sure what this means? Click here to learn what changesets are.

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

@coderabbitai
Copy link

coderabbitai bot commented Jun 1, 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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 1, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@socket-security
Copy link

socket-security bot commented Jun 1, 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-linux-riscv64-musl@​1.7.81001003792100
Updated@​unrs/​resolver-binding-darwin-x64@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-win32-x64-msvc@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-win32-arm64-msvc@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-win32-ia32-msvc@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-x64-gnu@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-x64-musl@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-freebsd-x64@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-arm64-gnu@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-arm64-musl@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-arm-gnueabihf@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-arm-musleabihf@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-ppc64-gnu@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-linux-riscv64-gnu@​1.5.0 ⏵ 1.7.81001003794 +4100
Updated@​unrs/​resolver-binding-linux-s390x-gnu@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​unrs/​resolver-binding-darwin-arm64@​1.5.0 ⏵ 1.7.81001003795 +3100
Updated@​1stg/​common-config@​13.0.1 ⏵ 14.0.0501005095100
Addedis-set@​2.0.3671008251100
Addedis-negative-zero@​2.0.3671008351100
Updated@​babel/​plugin-transform-react-jsx-development@​7.25.9 ⏵ 7.27.11001005794100
Updated@​babel/​plugin-transform-dotall-regex@​7.25.9 ⏵ 7.27.11001006194100
Updated@​babel/​plugin-transform-regexp-modifiers@​7.26.0 ⏵ 7.27.11001006192100
Updated@​babel/​plugin-transform-unicode-regex@​7.25.9 ⏵ 7.27.11001006194100
Updated@​babel/​plugin-syntax-import-source@​7.25.9 ⏵ 7.27.168 +21006294 +3100
Updated@​babel/​plugin-syntax-record-and-tuple@​7.25.9 ⏵ 7.27.1801006294 +3100
Updated@​babel/​plugin-transform-unicode-sets-regex@​7.25.9 ⏵ 7.27.11001006294100
Updated@​babel/​plugin-transform-reserved-words@​7.25.9 ⏵ 7.27.11001006394100
Updated@​babel/​plugin-transform-class-properties@​7.25.9 ⏵ 7.27.11001006394100
See 170 more rows in the dashboard

View full report

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

📊 Package size report   No changes

File Before After
Total (Includes all files) 3.1 MB 3.1 MB
Tarball size 1.1 MB 1.1 MB
Unchanged files
File Size
.changeset/config.json 309 B
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.editorconfig 145 B
.gitattributes 35 B
.github/workflows/autofix.yml 917 B
.github/workflows/ci.yml 1.7 kB
.github/workflows/pkg-pr-new.yml 641 B
.github/workflows/pkg-size.yml 723 B
.github/workflows/release.yml 1.5 kB
.github/workflows/vercel.yml 1.0 kB
.nano-staged.js 48 B
.nvmrc 6 B
.prettierignore 6 B
.remarkrc 42 B
.renovaterc 49 B
.simple-git-hooks.js 49 B
.stylelintignore 99 B
.stylelintrc 42 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.9.1.cjs 3.0 MB
.yarnrc.yml 397 B
CHANGELOG.md 486 B
docs/App.tsx 1.2 kB
docs/global.css 321 B
docs/index.tsx 299 B
eslint.config.js 258 B
index.html 402 B
LICENSE 1.1 kB
package.json 2.9 kB
packages/browser/CHANGELOG.md 1.1 kB
packages/browser/index.d.cts 60 B
packages/browser/index.ts 4.7 kB
packages/browser/openChrome.applescript 2.5 kB
packages/browser/package.json 1.1 kB
packages/browser/tsconfig.json 139 B
packages/core/CHANGELOG.md 2.2 kB
packages/core/index.d.cts 54 B
packages/core/package.json 957 B
packages/core/src/constants.ts 516 B
packages/core/src/helpers.ts 1.9 kB
packages/core/src/index.ts 60 B
packages/core/tsconfig.json 154 B
packages/es-modules/CHANGELOG.md 5.2 kB
packages/es-modules/index.d.cts 64 B
packages/es-modules/index.ts 1.4 kB
packages/es-modules/package.json 1.0 kB
packages/es-modules/README.md 3.7 kB
packages/es-modules/test/test.spec.ts 936 B
packages/es-modules/tsconfig.json 139 B
packages/imagemin/CHANGELOG.md 9.0 kB
packages/imagemin/index.d.cts 57 B
packages/imagemin/package.json 1.3 kB
packages/imagemin/src/cli.ts 508 B
packages/imagemin/src/index.ts 1.2 kB
packages/imagemin/tsconfig.json 154 B
packages/rollup/CHANGELOG.md 21.7 kB
packages/rollup/package.json 1.6 kB
packages/rollup/shim.d.ts 647 B
packages/rollup/src/cli.ts 4.0 kB
packages/rollup/src/config.ts 11.9 kB
packages/rollup/tsconfig.json 132 B
packages/umd-globals/CHANGELOG.md 6.2 kB
packages/umd-globals/index.d.cts 66 B
packages/umd-globals/index.ts 1.8 kB
packages/umd-globals/package.json 919 B
packages/umd-globals/README.md 3.4 kB
packages/umd-globals/test/test.spec.ts 1.9 kB
packages/umd-globals/tsconfig.json 139 B
packages/utils/CHANGELOG.md 12.2 kB
packages/utils/index.d.cts 51 B
packages/utils/package.json 961 B
packages/utils/src/constants.ts 497 B
packages/utils/src/helpers.ts 2.8 kB
packages/utils/src/index.ts 117 B
packages/utils/src/monorepo.ts 691 B
packages/utils/tsconfig.json 154 B
README.md 4.1 kB
test/global.d.ts 41 B
test/tsconfig.json 96 B
tsconfig.base.json 41 B
tsconfig.json 395 B
vercel.json 190 B
vite.config.ts 544 B
vitest.config.ts 342 B

🤖 This report was automatically generated by pkg-size-action

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 1, 2025

Open in StackBlitz

@pkgr/browser

npm i https://pkg.pr.new/@pkgr/browser@404

@pkgr/core

npm i https://pkg.pr.new/@pkgr/core@404

@pkgr/es-modules

npm i https://pkg.pr.new/@pkgr/es-modules@404

@pkgr/imagemin

npm i https://pkg.pr.new/@pkgr/imagemin@404

@pkgr/rollup

npm i https://pkg.pr.new/@pkgr/rollup@404

@pkgr/umd-globals

npm i https://pkg.pr.new/@pkgr/umd-globals@404

@pkgr/utils

npm i https://pkg.pr.new/@pkgr/utils@404

commit: 5a9a28c

@renovate
Copy link
Contributor Author

renovate bot commented Jun 1, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 9.85%. Comparing base (34fe29f) to head (0267aea).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
packages/browser/index.ts 0.00% 4 Missing ⚠️
packages/core/src/constants.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #404      +/-   ##
=========================================
- Coverage    9.95%   9.85%   -0.10%     
=========================================
  Files          12      12              
  Lines         422     426       +4     
  Branches      187     186       -1     
=========================================
  Hits           42      42              
- Misses        380     384       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

Deploy preview for pkgr ready!

✅ Preview
https://pkgr-ehfxc4y2i-1stg.vercel.app

Built with commit 0267aea.
This pull request is being automatically deployed with vercel-action

@JounQin JounQin merged commit 3d28918 into master Jun 1, 2025
34 of 36 checks passed
@JounQin JounQin deleted the renovate/all branch June 1, 2025 01:51
@JounQin JounQin mentioned this pull request Jun 1, 2025
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.

1 participant