Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

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/react (source) ^2.3.0 -> ^3.0.0 age confidence devDependencies major
@mdx-js/rollup (source) ^2.3.0 -> ^3.0.0 age confidence devDependencies major
@testing-library/react ^14.0.0 -> ^16.0.0 age confidence devDependencies 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.306 age confidence devDependencies patch
@vitejs/plugin-react-swc (source) ^3.3.0 -> ^4.0.0 age confidence devDependencies major
@vitest/coverage-istanbul (source) ^0.30.0 -> ^4.0.0 age confidence devDependencies major
actions/checkout v3 -> v6 age confidence action major
actions/setup-node v3 -> v6 age confidence action major
andresz1/size-limit-action -> e7493a7 action pinDigest
codecov/codecov-action v3 -> v5 age confidence action major
github/codeql-action v2 -> v4 age confidence action major
jsdom ^21.1.2 -> ^27.0.0 age confidence devDependencies major
node 16 -> 24 age confidence uses-with major
pnpm (source) 8.2.0 -> 10.26.1 age confidence packageManager major
pnpm/action-setup v2 -> v4 age confidence action major
prism-react-renderer ^1.3.5 -> ^2.0.0 age confidence devDependencies 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 (source) ^6.10.0 -> ^7.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
rimraf ^4.4.1 -> ^6.0.0 age confidence devDependencies major
size-limit ^8.2.4 -> ^12.0.0 age confidence devDependencies major
size-limit-preset-node-lib (source) ^0.2.0 -> ^0.4.0 age confidence devDependencies minor
type-fest ^3.8.0 -> ^5.0.0 age confidence devDependencies major
typescript (source) 5.0.4 -> 5.9.3 age confidence devDependencies minor
unplugin-auto-import ^0.15.2 -> ^20.0.0 age confidence devDependencies major
vitest (source) ^0.30.0 -> ^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/react)

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

testing-library/react-testing-library (@​testing-library/react)

v16.3.1

Compare Source

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

[Compare Source](https://redirect.github.com/testing-library/re


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 1, 2025

⚠️ No Changeset found

Latest commit: a47495f

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

@vercel
Copy link

vercel bot commented Apr 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react Error Error Nov 10, 2025 3:06am

@coderabbitai
Copy link

coderabbitai bot commented Apr 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.


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

@socket-security
Copy link

socket-security bot commented Apr 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
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/entities@4.5.0

ℹ 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 support@socket.dev.

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/entities@4.5.0. 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.

Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/entities@6.0.1

ℹ 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 support@socket.dev.

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/entities@6.0.1. 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 11 times, most recently from 1646947 to a909eaa Compare December 10, 2025 22:28
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 2b85dc1 to 65dcc47 Compare December 18, 2025 05:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ca0878b to 52d18a8 Compare December 21, 2025 05:09
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