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.16.0 age adoption passing confidence
@types/node (source) 22.10.4 -> 22.10.10 age adoption passing confidence
eslint (source) 9.17.0 -> 9.19.0 age adoption passing confidence
hono (source) 4.6.15 -> 4.6.18 age adoption passing confidence
lint-staged 15.3.0 -> 15.4.2 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.14 age adoption passing confidence
vite (source) 6.0.9 -> 6.0.11 age adoption passing confidence
vitest (source) 3.0.0-beta.3 -> 3.0.4 age adoption passing confidence

Release Notes

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

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub

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.19.0

Compare Source

v9.18.0

Compare Source

honojs/hono (hono)

v4.6.18

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.6.17...v4.6.18

v4.6.17

Compare Source

What's Changed

New Contributors

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

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.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

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: 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

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

fabian-hiller/valibot (valibot)

v1.0.0-beta.14

Compare Source

Many thanks to @​m-kutnik and @​AndreiCravtov for contributing to this release.

  • Change MarkOptional type to fix order of entries and TS error when using generic schemas (issue #​1021)
  • Change VariantOption and VariantOptionAsync type to fix TS error when using generic schemas (issue #​842)

v1.0.0-beta.13

Compare Source

Many thanks to @​andersk, @​EltonLobo07, @​xcfox, @​Bilboramix, @​genki, @​ivands, @​bachmacintosh, @​sandros94, @​Hugos68 and @​typed-sigterm for contributing to this release.

See discussion #​1022 and issue #​983 for more details and context on this release.

  • Add exactOptional and exactOptionalAsync schema (PR #​1013)
  • Change validation of missing object entries in looseObject, looseObjectAsync, object, objectAsync, objectWithRest, objectWithRestAsync, strictObject and strictObject (PR #​1013)
  • Change type signature of optional and optionalAsync when used within an object schema (PR #​1013)

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)
vitejs/vite (vite)

v6.0.11

Compare Source

v6.0.10

Compare Source

vitest-dev/vitest (vitest)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0

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 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 8 times, most recently from b594a5e to 2a7fc26 Compare January 19, 2025 08:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 3e714e9 to 4b6df07 Compare January 23, 2025 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b6df07 to a65cf65 Compare January 24, 2025 20:43
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