Skip to content
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

fix(deps): update all non-major dependencies #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sxzz/eslint-config ^4.5.1 -> ^4.6.0 age adoption passing confidence
@sxzz/prettier-config ^2.0.2 -> ^2.1.1 age adoption passing confidence
@sxzz/test-utils ^0.3.11 -> ^0.4.0 age adoption passing confidence
@types/node (source) ^22.10.2 -> ^22.12.0 age adoption passing confidence
bumpp ^9.9.2 -> ^9.11.1 age adoption passing confidence
eslint (source) ^9.17.0 -> ^9.19.0 age adoption passing confidence
fast-glob ^3.3.2 -> ^3.3.3 age adoption passing confidence
lightningcss ^1.28.2 -> ^1.29.1 age adoption passing confidence
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence
rollup (source) ^4.29.1 -> ^4.32.1 age adoption passing confidence
tsup (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence
unplugin ^2.1.0 -> ^2.1.2 age adoption passing confidence
vite (source) ^6.0.6 -> ^6.0.11 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v4.6.0

Compare Source

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

v2.1.1

Compare Source

v2.1.0

Compare Source

sxzz/test-utils (@​sxzz/test-utils)

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.19.0

Compare Source

v9.18.0

Compare Source

mrmlnc/fast-glob (fast-glob)

v3.3.3

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.2...3.3.3

💬 Common

🐛 Bug fixes

  • Apply absolute negative patterns to full path instead of file path (#​441, thanks @​webpro)
parcel-bundler/lightningcss (lightningcss)

v1.29.1

Compare Source

v1.29.0

Compare Source

Added

  • Implement view transitions level 2, including the @view-transition rule, view-transition-class and view-transition-group properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #​885
  • Support parsing the @font-feature-values rule – #​840
  • Add a feature flag to explicitly enable or disable transpiling the light-dark() function – parcel-bundler/lightningcss@3043896

Fixed

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
rollup/rollup (rollup)

v4.32.1

Compare Source

2025-01-28

Bug Fixes
  • Fix possible crash when optimizing logical expressions (#​5804)
Pull Requests

v4.32.0

Compare Source

2025-01-24

Features
  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#​5799)
Bug Fixes
  • Fix incorrect urls in CLI warnings (#​5809)
Pull Requests

v4.31.0

Compare Source

2025-01-19

Features
  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#​5803)
Bug Fixes
  • Handle files with more than one UTF-8 BOM header (#​5806)
Pull Requests

v4.30.1

Compare Source

2025-01-07

Bug Fixes
  • Prevent invalid code when simplifying unary expressions in switch cases (#​5786)
Pull Requests

v4.30.0

Compare Source

2025-01-06

Features
  • Inline values of resolvable unary expressions for improved tree-shaking (#​5775)
Pull Requests

v4.29.2

Compare Source

2025-01-05

Bug Fixes
  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#​5781)
Pull Requests
egoist/tsup (tsup)

v8.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

unjs/unplugin (unplugin)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
  • esbuild: Pass original build for custom esbuild setup  -  by @​sxzz (9f85a)
    View changes on GitHub
vitejs/vite (vite)

v6.0.11

Compare Source

v6.0.10

Compare Source

v6.0.9

Compare Source

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

v6.0.8

Compare Source

v6.0.7

Compare Source


Configuration

📅 Schedule: Branch creation - "* 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.

Copy link

stackblitz bot commented Dec 30, 2024

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

@renovate renovate bot changed the title chore(deps): update pnpm to v9.15.2 fix(deps): update all non-major dependencies Dec 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4492b4e to f23c327 Compare January 6, 2025 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3c2727d to df3668d Compare January 8, 2025 21:48
Copy link

socket-security bot commented Jan 8, 2025

New and updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sxzz/[email protected] 🔁 npm/@sxzz/[email protected] Transitive: eval, filesystem, network, shell, unsafe +240 33.9 MB sxzz
npm/@sxzz/[email protected] 🔁 npm/@sxzz/[email protected] None 0 3.44 kB sxzz
npm/@sxzz/[email protected] 🔁 npm/@sxzz/[email protected] Transitive: filesystem +3 177 kB sxzz
npm/@types/[email protected] 🔁 npm/@types/[email protected] None +1 2.38 MB types
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, filesystem, network, shell +62 5.2 MB antfu
npm/[email protected] 🔁 npm/[email protected] Transitive: eval, filesystem, shell, unsafe +84 10.7 MB eslintbot, openjsfoundation
npm/[email protected] 🔁 npm/[email protected] None +17 508 kB mrmlnc
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem, shell +1 517 kB devongovett
npm/[email protected] 🔁 npm/[email protected] None +1 2.64 MB lukastaegert
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, network, shell, unsafe +74 7.45 MB egoist
npm/[email protected] 🔁 npm/[email protected] None 0 22.7 MB typescript-bot
npm/[email protected] 🔁 npm/[email protected] Transitive: environment +2 759 kB antfu, sxzz
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, filesystem, network, shell +5 3.37 MB antfu, patak, soda, ...2 more

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2be21ad to c0188d4 Compare January 15, 2025 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0007c7e to 166684f Compare January 21, 2025 12:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from df53703 to d338743 Compare January 28, 2025 09:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d338743 to 0181e6f Compare January 29, 2025 12:35
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