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

chore(deps): update devdependencies #3245

Merged
merged 1 commit into from
Mar 25, 2025
Merged

chore(deps): update devdependencies #3245

merged 1 commit into from
Mar 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/ws (source) ^8.5.14 -> ^8.18.0 age adoption passing confidence
@unlazy/nuxt (source) ^0.12.1 -> ^0.12.3 age adoption passing confidence
bumpp ^10.0.1 -> ^10.1.0 age adoption passing confidence
consola ^3.4.0 -> ^3.4.2 age adoption passing confidence
lint-staged ^15.4.2 -> ^15.5.0 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence

Release Notes

johannschopplich/unlazy (@​unlazy/nuxt)

v0.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.12.2

Compare Source

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

v10.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v10.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.0.2

Compare Source

No significant changes

    View changes on GitHub
lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.
toplenboren/simple-git-hooks (simple-git-hooks)

v2.12.1

Compare Source

What's Changed

Full Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1

privatenumber/tsx (tsx)

v4.19.3

Compare Source

Bug Fixes
  • upgrade esbuild to ~0.25.0 to address vuln report (#​698) (e04e6c6)

This release is also available on:


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.

@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Mar 24, 2025
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for elk-docs canceled.

Name Link
🔨 Latest commit 2e8fb45
🔍 Latest deploy log https://app.netlify.com/sites/elk-docs/deploys/67e10cdac1d7b800089f91b6

Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for elk-zone ready!

Name Link
🔨 Latest commit 2e8fb45
🔍 Latest deploy log https://app.netlify.com/sites/elk-zone/deploys/67e10cda8b882200082e6223
😎 Deploy Preview https://deploy-preview-3245--elk-zone.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

socket-security bot commented Mar 24, 2025

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

Package New capabilities Transitives Size Publisher
npm/@types/[email protected]8.18.0 None +1 2.36 MB types
npm/@unlazy/[email protected]0.12.3 Transitive: environment, filesystem +8 737 kB johannschopplich
npm/[email protected]10.1.0 environment Transitive: filesystem +9 896 kB antfu

View full report↗︎

@renovate renovate bot force-pushed the renovate/devdependencies branch from 7beb1cd to 56b14f1 Compare March 24, 2025 07:41
@renovate renovate bot force-pushed the renovate/devdependencies branch from 56b14f1 to 2e8fb45 Compare March 24, 2025 07:42
@shuuji3 shuuji3 added this pull request to the merge queue Mar 25, 2025
Merged via the queue into main with commit 1492083 Mar 25, 2025
16 checks passed
@shuuji3 shuuji3 deleted the renovate/devdependencies branch March 25, 2025 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant