Skip to content

chore(deps): update all dependencies #8

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/eslintrc 3.2.0 -> 3.3.1 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.19.0 -> 9.31.0 age adoption passing confidence devDependencies minor
@testing-library/react 16.2.0 -> 16.3.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.10 -> 22.16.4 age adoption passing confidence devDependencies minor
@types/react (source) 19.0.8 -> 19.1.8 age adoption passing confidence devDependencies minor
@types/react-dom (source) 19.0.3 -> 19.1.6 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.37.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.21.0 -> 8.37.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.3.4 -> 4.6.0 age adoption passing confidence devDependencies minor
@vitest/browser (source) 3.1.1 -> 3.2.4 age adoption passing confidence devDependencies minor
actions/dependency-review-action v4.5.0 -> v4.7.1 age adoption passing confidence action minor
actions/setup-node v4.1.0 -> v4.4.0 age adoption passing confidence action minor
esbuild ^0.24.0 -> ^0.25.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence devDependencies patch
github/codeql-action v3.28.5 -> v3.29.2 age adoption passing confidence action minor
globals ^15.13.0 -> ^16.0.0 age adoption passing confidence devDependencies major
jsdom 26.0.0 -> 26.1.0 age adoption passing confidence devDependencies minor
prettier (source) 3.4.2 -> 3.6.2 age adoption passing confidence devDependencies minor
prismjs 1.29.0 -> 1.30.0 age adoption passing confidence devDependencies minor
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence devDependencies minor
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence devDependencies minor
sass 1.83.4 -> 1.89.2 age adoption passing confidence devDependencies minor
typedoc (source) ^0.27.2 -> ^0.28.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.3 -> 5.8.3 age adoption passing confidence devDependencies minor
vitest (source) 3.1.1 -> 3.2.4 age adoption passing confidence devDependencies minor
vitest-browser-react ^0.1.1 -> ^1.0.0 age adoption passing confidence devDependencies major

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

Features
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)
Bug Fixes
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)
Documentation
  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Chores

v9.24.0

Compare Source

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#​19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#​19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#​19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#​19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#​19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#​19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#​19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#​19493) (Tanuj Kanti)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#​19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#​19584) (Francesco Trotta)

Documentation

  • f857820 docs: update documentation for --experimental-strip-types (#​19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#​19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#​19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#​19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#​19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)

Chores

v9.23.0

Compare Source

v9.22.0

Compare Source

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#​19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#​19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#​19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#​19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#​19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#​19459) (Amaresh S M)

Chores

v9.21.0

Compare Source

Features

Bug Fixes

  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.0

Compare Source

Features

  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)

Chores

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

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

Compare Source

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

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

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.1

Compare Source

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

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

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

Compare Source

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

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

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title chore(deps): update actions/setup-node action to v4.2.0 chore(deps): update all dependencies Jan 27, 2025
Copy link

socket-security bot commented Jan 27, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​parcel/​watcher-linux-arm-musl@​2.5.0 ⏵ 2.5.11001003577100
Updated@​parcel/​watcher-darwin-x64@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-darwin-arm64@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-win32-x64@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-win32-arm64@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-win32-ia32@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-linux-x64-glibc@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-linux-x64-musl@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-linux-arm64-glibc@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-linux-arm64-musl@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-linux-arm-glibc@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-android-arm64@​2.5.0 ⏵ 2.5.11001003578100
Updated@​parcel/​watcher-freebsd-x64@​2.5.0 ⏵ 2.5.11001003578100
Addedis-negative-zero@​2.0.3671008351100
Updatedobject.entries@​1.1.8 ⏵ 1.1.9671008552100
Updatedis-weakref@​1.1.0 ⏵ 1.1.167 +110081 +152100
Updatedis-boolean-object@​1.2.1 ⏵ 1.2.26710084 +153100
Updatedwhich-typed-array@​1.1.18 ⏵ 1.1.196610090 +153100
Updatedarray-includes@​3.1.8 ⏵ 3.1.96610010053100
Added@​rolldown/​pluginutils@​1.0.0-beta.191001006698100
Updated@​babel/​plugin-transform-react-jsx-source@​7.25.9 ⏵ 7.27.11001006892100
Updated@​vitest/​spy@​3.1.1 ⏵ 3.2.4100 +110068 +197100
Updated@​babel/​plugin-transform-react-jsx-self@​7.25.9 ⏵ 7.27.11001006892100
Updated@​vitest/​pretty-format@​3.1.1 ⏵ 3.2.4100 +110068 +197100
Updated@​typescript-eslint/​visitor-keys@​8.21.0 ⏵ 8.37.0100 +11006897100
Updated@​typescript-eslint/​parser@​8.21.0 ⏵ 8.37.0100 +110069 +197100
Updated@​babel/​helper-plugin-utils@​7.26.5 ⏵ 7.27.11001006992100
Updated@​babel/​helper-validator-option@​7.25.9 ⏵ 7.27.11001006992100
Added@​typescript-eslint/​project-service@​8.37.01001006997100
Updatedtinyspy@​3.0.2 ⏵ 4.0.31001006984100
Updated@​typescript-eslint/​type-utils@​8.21.0 ⏵ 8.37.010010070 -497100
Updated@​types/​babel__generator@​7.6.8 ⏵ 7.27.0100 +110070 +177100
See 126 more rows in the dashboard

View full report

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 0f1b320 to 42b642c Compare February 4, 2025 00:23
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 718a2c7 to c34949f Compare February 12, 2025 19:37
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 563481d to 7443e71 Compare February 17, 2025 18:53
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 191601d to 68af7ea Compare February 22, 2025 06:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3b65d47 to a3db1bf Compare June 17, 2025 23:24
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 01014b7 to 76635bd Compare June 28, 2025 09:53
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from aa8d2ae to f13014a Compare July 2, 2025 19:05
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4a03998 to ee35125 Compare July 14, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants