Skip to content

chore(deps): update all dependencies - #24

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

chore(deps): update all dependencies#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Apr 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ 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) ^7.2.1^15.0.0 age confidence devDependencies major
@1stg/lib-config (source) ^10.2.1^13.0.0 age confidence devDependencies major
@changesets/changelog-github (source) ^0.4.8^1.0.0 age confidence devDependencies major
@changesets/cli (source) ^2.24.4^3.0.0 age confidence devDependencies major
@size-limit/preset-small-lib ^8.1.2^13.0.0 age confidence devDependencies major
@types/node (source) ^18.7.16^24.0.0 age confidence devDependencies major
@types/react (source) ^18.0.28^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.93^0.0.354 age confidence devDependencies patch
@vitest/coverage-istanbul (source) ^0.23.2^4.0.0 age confidence devDependencies major
actions/checkout v3v7 age confidence action major
actions/setup-node v3v7 age confidence action major
amondnet/vercel-action v25v42 age confidence action major
andresz1/size-limit-action e7493a7 action pinDigest
changesets/action v1v2.1.1 age confidence action major
codecov/codecov-action v3v7 age confidence action major
github/codeql-action v2v4 age confidence action major
pnpm (source) 7.11.011.25.0 age confidence packageManager major
pnpm/action-setup v2v6 age confidence action 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.3.0^7.0.0 age confidence devDependencies major
sirv-cli ^2.0.2^3.0.0 age confidence devDependencies major
size-limit ^8.1.0^13.0.0 age confidence devDependencies major
typescript (source) ~4.7.4~7.0.0 age confidence pnpm.overrides major
typescript (source) ~4.7.4~7.0.0 age confidence resolutions major
typescript (source) ~4.7.4~7.0.0 age confidence devDependencies major
unplugin-auto-import ^0.11.2^21.0.0 age confidence devDependencies major
vitest (source) ^0.23.2^4.0.0 age confidence devDependencies major

Release Notes

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

v15.0.0

Compare Source

Major Changes
Patch Changes

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

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

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

Major Changes
  • d03df9f Thanks @​JounQin! - feat!: migrate to eslint-community packages, bump stylelint
Minor Changes
Patch Changes
changesets/changesets (@​changesets/changelog-github)

v1.0.0

Compare Source

Major Changes
Minor Changes
  • #​2059 070f531 Thanks @​jycouet! - Add an opt-in, experimental template option to render changelog lines from tokens ({summary}, {ref}, {pull}, {commit}, {authors}). Default output is unchanged. The token syntax may change in a patch release; pin the version if you rely on it.

  • #​1871 dfefc4e Thanks @​mihkeleidast! - Use GITHUB_REPOSITORY as the default repo when no repo option is configured

  • #​1969 2c7c043 Thanks @​marcalexiei! - Add a named export that mirrors the current default export

    The default export is slated for removal in the next major release, so this ensures a smoother transition path.

Patch Changes

v0.7.0

Compare Source

Minor Changes

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

Patch Changes

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
changesets/changesets (@​changesets/cli)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • #​2128 7113c01 Thanks @​Andarist! - Renamed the changeset tag command to changeset git-tag.

  • #​2074 3599e47 Thanks @​bluwy! - Set supported package manager versions in "engines" field, including npm >=10.9.0, pnpm >=10.0.0, and yarn >=4.5.2.

  • #​1860 92b1c1b Thanks @​mixelburg! - changeset version now exits with code 1 when there are no unreleased changesets, instead of silently exiting with code 0.

    This makes it easier to detect when a version step is a no-op — for example, to prevent accidentally publishing packages with incorrect version tags when using --snapshot mode.

  • #​1482 df424a4 Thanks @​Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26

  • #​1994 062530b Thanks @​bluwy! - The prettier option in .changeset/config.json has been removed in favor of format. format supports "auto", "prettier", "oxfmt", "deno", and "dprint", and false disables formatting. If you previously used prettier: false, migrate to format: false or remove the option to use automatic formatter detection.

  • #​2190 96b65ee Thanks @​bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

  • #​2145 f5887ff Thanks @​Andarist! - Removed Yarn Classic support

  • #​2097 8c88f6a Thanks @​Andarist! - Packages with only prerelease versions published will now be published with the prerelease tag in the prerelease mode if the target registry doesn't auto-assign latest tag. npm registry itself does that and such packages will continue to be released with latest tag (and not with the configured prerelease tag).

  • #​1879 c76b232 Thanks @​beeequeue! - Removed warning messages about using v1 configs. They will now be silently ignored.

  • #​1655 db46911 Thanks @​bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

  • #​1651 e1df862 Thanks @​bluwy! - Remove support for the --sinceMaster flag for changeset status. Use --since=master or --since=main instead.

  • #​2117 813bbf3 Thanks @​bluwy! - Remove the pre.json initialVersions property and handling as it's unused internally

  • #​1961 07278a7 Thanks @​beeequeue! - CommitFunctions can now be both sync and async, and the defaultCommitFunctions are now sync.

  • #​1482 df424a4 Thanks @​Andarist! - From now on this package is going to be published as ES module.

  • #​1652 a0b5326 Thanks @​bluwy! - Remove support for the deprecated ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.useCalculatedVersionForSnapshots config. The snapshot.useCalculatedVersion config should be used instead.

  • #​2186 3910adf Thanks @​Andarist! - Private packages are no longer versioned by default. Set privatePackages to true to opt into versioning and tagging them, or set privatePackages.version to true to version them without tagging.

  • #​1879 c76b232 Thanks @​beeequeue! - Migrated from enquirer + @inquirer/launch-editor to @clack/prompts + launch-editor.

    This means the CLI flows will have minor changes, but they are largely the same.

    This change also fixes various issues related to enquirer like cancelling prompts crashing the CLI.

  • #​2090 3aae903 Thanks @​beeequeue! - Peer dependencies now bump packages that depend on them by patch instead of major.

    This means a peer dependency update is no longer assumed (forced) to be a breaking change.

    If the dependent package is not compatible with the peer's new release you should manually add a major changeset describing why and how to migrate.

Minor Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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

changeset-bot Bot commented Apr 1, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eefe175

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

coderabbitai Bot commented Apr 1, 2025

Copy link
Copy Markdown

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.

@socket-security

socket-security Bot commented Apr 6, 2025

Copy link
Copy Markdown

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 from 05628a4 to 7267033 Compare May 6, 2025 05:59
@renovate
renovate Bot force-pushed the renovate/all branch from 7267033 to 8819f02 Compare May 9, 2025 06:56
@renovate
renovate Bot force-pushed the renovate/all branch from 8819f02 to ff43122 Compare May 13, 2025 17:15
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from c96723f to 44ade22 Compare May 17, 2025 07:24
@renovate
renovate Bot force-pushed the renovate/all branch from 44ade22 to 4aa678b Compare May 18, 2025 15:04
@renovate
renovate Bot force-pushed the renovate/all branch from 4aa678b to 5cfc433 Compare May 29, 2025 07:03
@renovate
renovate Bot force-pushed the renovate/all branch from 5cfc433 to fcb9e4a Compare June 1, 2025 07:43
@renovate
renovate Bot force-pushed the renovate/all branch from fcb9e4a to a8ff2b2 Compare June 4, 2025 23:57
@renovate
renovate Bot force-pushed the renovate/all branch from a8ff2b2 to e7679e0 Compare June 5, 2025 05:14
@renovate
renovate Bot force-pushed the renovate/all branch from e7679e0 to f009a6c Compare June 8, 2025 18:43
@socket-security

socket-security Bot commented May 24, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​types/​node@​24.13.31001008196100
Addedtypescript@​7.0.29910089100100

View full report

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