Skip to content

fix(deps): update all dependencies#18

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#18
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@1stg/app-config (source) ^8.0.1^14.0.0 age confidence devDependencies major
@1stg/lib-config (source) ^11.0.1^13.0.0 age confidence devDependencies major
@changesets/changelog-github (source) ^0.4.8^0.5.0 age confidence devDependencies minor
@mdx-js/rollup (source) ^2.3.0^3.0.0 age confidence devDependencies major
@svgr/core (source) ^7.0.0^8.0.0 age confidence dependencies major
@types/node (source) ^18.15.11^24.0.0 age confidence devDependencies major
@types/react (source) ^18.0.33^19.0.0 age confidence devDependencies major
@types/react-dom (source) ^18.0.11^19.0.0 age confidence devDependencies major
@types/web ^0.0.99^0.0.327 age confidence devDependencies patch
@vitejs/plugin-react-swc (source) ^3.2.0^4.0.0 age confidence devDependencies major
@vitest/coverage-istanbul (source) ^0.29.8^4.0.0 age confidence devDependencies major
JamesIves/github-pages-deploy-action d92aa23 action pinDigest
actions/checkout v3v6 age confidence action major
actions/setup-node v3v6 age confidence action major
amondnet/vercel-action 16e87c0 action pinDigest
codecov/codecov-action v3v5 age confidence action major
cpy ^9.0.1^13.0.0 age confidence dependencies major
esbuild ^0.17.0^0.27.0 age confidence peerDependencies minor
github/codeql-action v2v4 age confidence action major
node 1624 age confidence uses-with major
pkg-size/action a637fb0 action pinDigest
pnpm (source) 8.1.110.28.2 age confidence packageManager major
pnpm/action-setup v2v4 age confidence action major
prettier (source) ^2.8.7^3.0.0 age confidence resolutions major
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.10.0^7.0.0 age confidence devDependencies major
remark-gfm ^3.0.1^4.0.0 age confidence devDependencies major
sirv-cli ^2.0.2^3.0.0 age confidence devDependencies major
tsx (source) ^3.12.6^4.0.0 age confidence devDependencies major
unplugin-auto-import ^0.15.2^21.0.0 age confidence devDependencies major
vite (source) ^2.0.0 || ^3.0.0 || ^4.0.0^7.0.0 age confidence peerDependencies major
vite (source) ^4.2.1^7.0.0 age confidence devDependencies major
vitest (source) ^0.29.8^4.0.0 age confidence devDependencies major

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
  • d03df9f Thanks @​JounQin! - feat!: migrate to eslint-community packages, bump stylelint
Patch Changes

v10.0.1

Compare Source

Patch Changes

v10.0.0

Compare Source

Major Changes
Patch Changes

v9.0.1

Compare Source

Patch Changes

v9.0.0

Compare Source

Major Changes
Patch Changes

v8.1.0

Compare Source

Minor Changes
Patch Changes
changesets/changesets (@​changesets/changelog-github)

v0.5.2

Compare Source

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • #​1185 a971652 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.
Patch Changes
mdx-js/mdx (@​mdx-js/rollup)

v3.1.1

Compare Source

Fix
Types
  • 933ab44 @mdx-js/mdx: add attributes to export/import declarations
Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: mdx-js/mdx@3.0.1...3.1.0

v3.0.1

Compare Source

Fix
Types
Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

v3.0.0

Compare Source

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change
Change (unlikely to affect you)
  • c961af8 Remove useDynamicImport option
  • 9cb26fd @mdx-js/register: remove package
  • 0d1558a @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f92422 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb4 @mdx-js/react: remove deprecated MDXContext, withMDXComponents
Add
  • e12f307 Add support for passing baseUrl when running
  • 2c511a4 Add support for baseUrl as a URL
  • 1863914 Add deprecation warning for classic runtime
  • a34177c Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9ca Add support for await in MDX
  • 3a7f194 Add tableCellAlignToStyle option, to use align
  • fdfe17b @mdx-js/rollup: add support for Vite development mode
    by @​remcohaszing in #​2376
Misc
Docs
Site

Full Changelog: mdx-js/mdx@2.3.0...3.0.0

gregberge/svgr (@​svgr/core)

v8.1.0

Compare Source

Bug Fixes
Features

8.0.1 (2023-05-09)

Bug Fixes

v8.0.0

Compare Source

Bug Fixes
  • parseObject error causes website broken (05f2946)
Features
BREAKING CHANGES
  • index template now receives an array of objects containing both the created
    component path (path) and the original SVG path (originalPath)
microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.327

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

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

Compare Source

asynciterable.d.ts

No changes

index.d.ts

New interfaces

  • GPUAdapterInfo

iterable.d.ts

No changes

ts5.5/asynciterable.d.ts

No changes

ts5.5/index.d.ts

New interfaces

  • GPUAdapterInfo

ts5.5/iterable.d.ts

No changes

ts5.6/asynciterable.d.ts

No changes

ts5.6/index.d.ts

New interfaces

  • GPUAdapterInfo

ts5.6/iterable.d.ts

No changes

ts5.9/asynciterable.d.ts

No changes

ts5.9/index.d.ts

New interfaces

  • GPUAdapterInfo

ts5.9/iterable.d.ts

No changes

v0.0.324

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

Compare Source

asynciterable.d.ts

No changes

index.d.ts

No changes

iterable.d.ts

No changes

`ts5.5/asynciterable.d.t


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.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Jan 1, 2026

⚠️ No Changeset found

Latest commit: ecef356

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 Jan 1, 2026

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.

  • 🔍 Trigger a full review

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

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to dcc0e75 in 1 minute and 19 seconds. Click for details.
  • Reviewed 292 lines of code in 10 files
  • Skipped 1 files when reviewing.
  • Skipped posting 6 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/ci.yml:29
  • Draft comment:
    Ensure the CI matrix (Node 16 and 18) is intentionally different from deployment workflows using Node 24. A brief comment explaining this discrepancy would improve clarity.
  • Reason this comment was not posted:
    Comment was on unchanged code.
2. .github/workflows/pages.yml:20
  • Draft comment:
    The step name 'Setup Node.js 16' is misleading since the node-version is set to 24. Consider updating the step name to accurately reflect the Node version in use.
  • Reason this comment was not posted:
    Comment was on unchanged code.
3. package.json:55
  • Draft comment:
    React and React-DOM have been updated to ^19.0.0. Verify that all related code and dependencies are compatible with React 19, as this is a major version bump.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is asking the PR author to verify compatibility with a major version bump, which falls under the rule of not asking the author to ensure compatibility or test the change. It does not provide a specific suggestion or point out a specific issue.
4. package.json:70
  • Draft comment:
    Prettier has been upgraded to ^3.0.0, a major update. Ensure that your ESLint and Prettier configurations are fully compatible with this new version.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is about a dependency change, specifically the upgrade of Prettier to a new major version. It advises the author to ensure compatibility with ESLint and Prettier configurations. This falls under the rule of not commenting on dependency changes or asking the author to ensure compatibility, which is not allowed.
5. package.json:20
  • Draft comment:
    The 'codesandbox:install' script calls pnpm@8.1.1 while the project now uses pnpm@10.27.0. Update this script for consistency or document the rationale for using the older version.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
6. packages/@vitery/svgr/package.json:29
  • Draft comment:
    The dependency '@svgr/core' has been bumped to ^8.0.0, which may introduce breaking API changes. Confirm that the plugin’s implementation is compatible with the new version.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is about a dependency change and asks the author to confirm compatibility, which violates the rules against commenting on dependency changes and asking for confirmation.

Workflow ID: wflow_HTB2vrJlydf4dUKs

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@socket-security
Copy link

socket-security bot commented Jan 1, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 4f1997f to 9c05e77 Compare January 10, 2026 06:39
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ba6d0e3 to eb1b326 Compare January 17, 2026 03:56
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 9bc90e5 to 8b92cba Compare January 26, 2026 23:11
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9cb1c5f to 78d17ce Compare February 2, 2026 07:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e70569a to 72a22fd Compare February 4, 2026 12:14
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