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 npm #84

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

fix(deps): update npm #84

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/resolvers (source) 3.3.4 -> 3.6.0 age adoption passing confidence
@preact/preset-vite 2.8.1 -> 2.8.2 age adoption passing confidence
@testing-library/preact 3.2.3 -> 3.2.4 age adoption passing confidence
@types/node (source) 20.10.6 -> 20.14.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.17.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.17.0 -> 6.21.0 age adoption passing confidence
@vitest/ui (source) 1.1.3 -> 1.6.0 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.19 age adoption passing confidence
axios (source) 1.6.0 -> 1.7.2 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-config-preact 1.3.0 -> 1.4.0 age adoption passing confidence
eslint-plugin-jest 27.6.1 -> 27.9.0 age adoption passing confidence
eslint-plugin-prettier 5.1.2 -> 5.1.3 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.5 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.38 age adoption passing confidence
preact (source) 10.19.3 -> 10.22.0 age adoption passing confidence
prettier (source) 3.1.1 -> 3.3.1 age adoption passing confidence
react-hook-form (source) 7.49.2 -> 7.51.5 age adoption passing confidence
tailwindcss (source) 3.4.0 -> 3.4.4 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vitest (source) 1.1.3 -> 1.6.0 age adoption passing confidence
yup 1.3.3 -> 1.4.0 age adoption passing confidence
zustand 4.4.7 -> 4.5.2 age adoption passing confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v3.6.0

Compare Source

Features

v3.5.0

Compare Source

Features

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

preactjs/preset-vite (@​preact/preset-vite)

v2.8.2

Compare Source

What's Changed

Full Changelog: preactjs/preset-vite@2.8.1...2.8.2

testing-library/preact-testing-library (@​testing-library/preact)

v3.2.4

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (@​vitest/ui)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "on monday before 8am" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 15, 2024 02:37
@renovate renovate bot force-pushed the renovate/npm branch 13 times, most recently from 6492181 to 8e01afd Compare January 20, 2024 19:25
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 1fa8742 to e138720 Compare January 29, 2024 19:59
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 4d44dea to 17d1f11 Compare February 3, 2024 03:01
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 9de0637 to 98ebc92 Compare May 15, 2024 16:04
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from de7ba6e to f33f2e8 Compare May 18, 2024 03:17
@renovate renovate bot changed the title chore(deps): update npm fix(deps): update npm May 18, 2024
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 62ee052 to e029ce9 Compare May 24, 2024 22:58
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from a45e3cd to aecd567 Compare June 4, 2024 11:50
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from cd82755 to f010aad Compare June 8, 2024 18:28
Copy link

sonarcloud bot commented Jun 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

0 participants