Skip to content

chore(deps): update all non-major dependencies #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.26.8 -> ^7.26.9 age adoption passing confidence
@sxzz/eslint-config ^5.1.0 -> ^5.1.1 age adoption passing confidence
@sxzz/prettier-config ^2.1.2 -> ^2.2.0 age adoption passing confidence
@types/node (source) ^22.13.1 -> ^22.13.4 age adoption passing confidence
pnpm (source) 10.3.0 -> 10.4.1 age adoption passing confidence
prettier (source) ^3.5.0 -> ^3.5.1 age adoption passing confidence
rollup (source) ^4.34.6 -> ^4.34.8 age adoption passing confidence
tsdown ^0.5.9 -> ^0.5.10 age adoption passing confidence
webpack ^5.97.1 -> ^5.98.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal
sxzz/eslint-config (@​sxzz/eslint-config)

v5.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.2.0

Compare Source

pnpm/pnpm (pnpm)

v10.4.1

Compare Source

Patch Changes
  • Throws an error when the value provided by the --allow-build option overlaps with the pnpm.ignoredBuildDependencies list #​9105.
  • Print pnpm's version after the execution time at the end of the console output.
  • Print warning about ignored builds of dependencies on repeat install #​9106.
  • Setting init-package-manager should work.

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • The pnpm add command now supports a new flag, --allow-build, which allows building the specified dependencies. For instance, if you want to install a package called bundle that has esbuild as a dependency and want to allow esbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle
    

    This will run esbuild's postinstall script and also add it to the pnpm.onlyBuiltDependencies field of package.json. So, esbuild will always be allowed to run its scripts in the future.

    Related PR: #​9086.

  • The pnpm init command adds a packageManager field with the current version of pnpm CLI #​9069. To disable this behaviour, set the init-package-manager setting to false.

Patch Changes
  • pnpm approve-builds should work after two consecutive pnpm install runs #​9083.
  • Fix instruction for updating pnpm with corepack #​9101.
  • The pnpm version specified by packageManager cannot start with v.
prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests
sxzz/tsdown (tsdown)

v0.5.10

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
webpack/webpack (webpack)

v5.98.0

Compare Source

Fixes
Performance Improvements
Chores
Features
Continuous Integration

New Contributors

Full Changelog: webpack/webpack@v5.97.1...v5.98.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies label Feb 3, 2025
Copy link

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

Copy link

socket-security bot commented Feb 3, 2025

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0056e92 to d043f6a Compare February 6, 2025 01:24
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2426482 to 5aa5df1 Compare February 11, 2025 23:39
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Feb 12, 2025
@renovate renovate bot closed this Feb 12, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch February 12, 2025 13:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Feb 17, 2025
@renovate renovate bot reopened this Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e0074d to 5aa5df1 Compare February 17, 2025 03:09
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5aa5df1 to d848c2c Compare February 17, 2025 07:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d848c2c to 99cd136 Compare February 17, 2025 11:57
@renovate renovate bot merged commit 0115ec0 into main Feb 17, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants