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 #207

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.4 age adoption passing confidence dependencies minor
@tsconfig/next (source) 2.0.1 -> 2.0.3 age adoption passing confidence devDependencies patch
@tsconfig/strictest (source) 2.0.2 -> 2.0.5 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.11 -> 29.5.14 age adoption passing confidence devDependencies patch
@types/node (source) 20.10.6 -> 20.17.14 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.46 -> 18.3.18 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.2.18 -> 18.3.5 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 6.17.0 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.17.0 -> 6.21.0 age adoption passing confidence devDependencies minor
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence devDependencies patch
clsx 2.1.0 -> 2.1.1 age adoption passing confidence dependencies patch
dotenv 16.3.1 -> 16.4.7 age adoption passing confidence devDependencies minor
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-config-next (source) 13.5.6 -> 13.5.8 age adoption passing confidence devDependencies patch
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.2 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.1.2 -> 5.2.2 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.33.2 -> 7.37.4 age adoption passing confidence devDependencies minor
eslint-plugin-tailwindcss 3.13.1 -> 3.17.5 age adoption passing confidence devDependencies minor
framer-motion 10.17.4 -> 10.18.0 age adoption passing confidence dependencies minor
jotai 2.6.1 -> 2.11.0 age adoption passing confidence dependencies minor
next (source) 13.5.6 -> 13.5.8 age adoption passing confidence dependencies patch
next-themes 0.2.1 -> 0.4.4 age adoption passing confidence dependencies minor
node (source) 18.19.0 -> 18.20.5 age adoption passing confidence volta minor
node 18.17.0-bullseye -> 18.20.5-bullseye age adoption passing confidence final minor
pnpm (source) 8.14.0 -> 8.15.9 age adoption passing confidence packageManager minor
pnpm (source) 8.14.0 -> 8.15.9 age adoption passing confidence volta minor
postcss (source) 8.4.32 -> 8.5.1 age adoption passing confidence devDependencies minor
prettier (source) 3.1.1 -> 3.4.2 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-hook-form (source) 7.49.2 -> 7.54.2 age adoption passing confidence dependencies minor
sharp (source, changelog) 0.33.1 -> 0.33.5 age adoption passing confidence dependencies patch
stylelint-config-recess-order 4.4.0 -> 4.6.0 age adoption passing confidence devDependencies minor
tailwind-variants 0.1.20 -> 0.3.0 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.0 -> 3.4.17 age adoption passing confidence devDependencies patch
tailwindcss-radix 2.8.0 -> 2.9.0 age adoption passing confidence devDependencies minor
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.7.3 age adoption passing confidence devDependencies minor

Release Notes

radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

tsconfig/bases (@​tsconfig/next)

v2.0.3

Compare Source

v2.0.2

Compare Source

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.

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

vercel/next.js (eslint-config-next)

v13.5.8

Compare Source

v13.5.7

Compare Source

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow <img src="*.svg" role="img" /> #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for <svg role="img" /> daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937

v6.10.0

Compare Source

Fixed
  • [New] label-has-associated-control: add additional error message #1005
  • [Fix] label-has-associated-control: ignore undetermined label text #966
Commits
  • [Tests] switch from jest to tape a284cbf
  • [New] add eslint 9 support deac4fd
  • [New] add attributes setting a1ee7f8
  • [New] allow polymorphic linting to be restricted 6cd1a70
  • [Tests] remove duplicate tests 74d5dec
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235
  • [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9
  • [Tests] use npm audit instead of aud 05a5e49
  • [Deps] upda

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 📦️ build Build system or dependency changes. 🤖 renovate Changes by renovate. labels Oct 29, 2024
Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quiz-rally ❌ Failed (Inspect) Jan 16, 2025 1:59am

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 36e0709 to 72e3071 Compare October 29, 2024 20:23
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 72e3071 to 341b174 Compare October 31, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 341b174 to 5247fa0 Compare October 31, 2024 18:31
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 5247fa0 to 4807ce5 Compare November 3, 2024 04:59
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 4807ce5 to 75beea2 Compare November 4, 2024 04:09
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 75beea2 to b54f0eb Compare November 4, 2024 21:28
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b54f0eb to 6011962 Compare November 9, 2024 01:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 6011962 to 0150214 Compare November 10, 2024 21:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 0150214 to 83a0de8 Compare November 11, 2024 12:50
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 83a0de8 to 885860c Compare November 11, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 885860c to c23e36e Compare November 12, 2024 14:06
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from c23e36e to ee453f4 Compare November 13, 2024 00:42
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from ee453f4 to 8c4e2ff Compare November 14, 2024 19:52
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 7b31906 to ea3f5e9 Compare December 20, 2024 02:13
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from ea3f5e9 to 229ea4d Compare December 21, 2024 01:34
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 229ea4d to 71095f2 Compare December 21, 2024 04:08
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 71095f2 to e33e9f0 Compare December 23, 2024 07:49
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from e33e9f0 to f6d80a0 Compare December 24, 2024 04:18
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f6d80a0 to 171bf7e Compare January 4, 2025 23:51
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 171bf7e to 6339382 Compare January 6, 2025 11:10
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 6339382 to 6cdbb72 Compare January 8, 2025 22:05
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 6cdbb72 to 58e43b5 Compare January 13, 2025 05:33
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 58e43b5 to a3b4bcc Compare January 13, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from a3b4bcc to 879e060 Compare January 14, 2025 18:27
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 879e060 to 22e173c Compare January 15, 2025 00:11
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 22e173c to b53423a Compare January 15, 2025 08:56
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b53423a to 49cab3f Compare January 16, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦️ build Build system or dependency changes. 🤖 renovate Changes by renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants