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

Update all non-major dependencies #473

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 3.12.1 -> 3.14.0 age adoption passing confidence
@types/node (source) 22.10.4 -> 22.10.7 age adoption passing confidence
eslint (source) 9.17.0 -> 9.18.0 age adoption passing confidence
hono (source) 4.6.15 -> 4.6.16 age adoption passing confidence
lint-staged 15.3.0 -> 15.4.1 age adoption passing confidence
pnpm (source) 9.15.2 -> 9.15.4 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
valibot (source) 1.0.0-beta.9 -> 1.0.0-beta.12 age adoption passing confidence
vitest (source) 3.0.0-beta.3 -> 3.0.1 age adoption passing confidence

Release Notes

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

v3.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.18.0

Compare Source

honojs/hono (hono)

v4.6.16

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.6.15...v4.6.16

lint-staged/lint-staged (lint-staged)

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
pnpm/pnpm (pnpm)

v9.15.4

Compare Source

v9.15.3

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

fabian-hiller/valibot (valibot)

v1.0.0-beta.12

Compare Source

Many thanks to @​KubaJastrz for contributing to this release.

  • Fix bug by removing invalid @__NO_SIDE_EFFECTS__ notation from assert, parse and parseAsync (issue #​1015)

v1.0.0-beta.11

Compare Source

Many thanks to @​esdmr for contributing to this release.

  • Fix bug by removing invalid @__NO_SIDE_EFFECTS__ notation from _addIssue (issue #​1007)

v1.0.0-beta.10

Compare Source

Many thanks to @​antfu, @​EltonLobo07, @​serkodev, @​andersk, @​hendrikheil, @​kurtextrem, @​kazizi55 and @​ikeyan for contributing to this release.

  • Add rfcEmail action to validate RFC 5322 email addresses (pull request #​912)
  • Add @__NO_SIDE_EFFECTS__ notation to improve tree shaking (pull request #​995)
  • Change TypeScript build target to ES2020 for better compatibility (pull request #​984)
  • Fix TypeScript error of keyof method for objects with many keys (pull request #​988)
  • Fix options filtering in enum_ schema (pull request #​941)
vitest-dev/vitest (vitest)

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-beta.4

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

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 dependencies Pull requests that update a dependency file label Dec 18, 2023
@renovate renovate bot changed the title Update dependency @types/node to v20.10.5 Update all non-major dependencies Dec 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6d10bd2 to c1cedfe Compare December 24, 2023 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fa827e6 to a9113bf Compare December 30, 2023 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2df8b90 to 7c0a470 Compare January 9, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from c4a0ce3 to 64f16a4 Compare January 17, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dcf2d91 to f9f0565 Compare January 23, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5925284 to 4d994fb Compare December 15, 2024 12:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 998584a to f3ed237 Compare December 23, 2024 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fddf7c3 to 54faa3f Compare January 1, 2025 03:10
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Jan 3, 2025
@renovate renovate bot closed this Jan 3, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 3, 2025 04:20
@renovate renovate bot changed the title Update all non-major dependencies - autoclosed Update all non-major dependencies Jan 6, 2025
@renovate renovate bot reopened this Jan 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fb421c2 to d757623 Compare January 11, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4339c16 to 5ac3d20 Compare January 16, 2025 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ac3d20 to b594a5e Compare January 16, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants