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

Bump the minor group with 16 updates #10920

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the minor group with 16 updates:

Package From To
@sentry/browser 8.51.0 8.54.0
@sentry/react 8.51.0 8.54.0
@sentry/types 8.51.0 8.54.0
@tanstack/react-virtual 3.11.3 3.12.0
caniuse-lite 1.0.30001695 1.0.30001696
es-toolkit 1.31.0 1.32.0
motion 12.0.6 12.0.11
papaparse 5.5.1 5.5.2
react-router 7.1.3 7.1.5
@eslint-react/eslint-plugin 1.25.0 1.26.1
@eslint/compat 1.2.5 1.2.6
@types/webpack-env 1.18.6 1.18.8
@typescript-eslint/eslint-plugin 8.22.0 8.23.0
@typescript-eslint/parser 8.22.0 8.23.0
eslint-plugin-github 5.1.5 5.1.7
typescript-eslint 8.22.0 8.23.0

Updates @sentry/browser from 8.51.0 to 8.54.0

Release notes

Sourced from @​sentry/browser's releases.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.9 KB
@​sentry/browser (incl. Tracing, Replay) 73.27 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.57 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.5 KB
@​sentry/browser (incl. Feedback) 39.51 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.71 KB
@​sentry/react 25.98 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.58 KB
@​sentry/vue (incl. Tracing) 37.75 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.6 KB
CDN Bundle (incl. Tracing, Replay) 72.9 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.23 KB
CDN Bundle - uncompressed 71.92 KB
CDN Bundle (incl. Tracing) - uncompressed 111.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.88 KB
@​sentry/nextjs (client) 38.96 KB
@​sentry/sveltekit (client) 36.4 KB
@​sentry/node 162.85 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 131.23 KB

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

8.52.1

  • fix(v8/nextjs): Fix nextjs build warning (#15226)
  • ref(v8/browser): Add protocol attributes to resource spans #15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

8.52.0

Important Changes

  • feat(solidstart): Add withSentry wrapper for SolidStart config (#15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@solidjs/start/config';
import { withSentry } from '@sentry/solidstart';
export default defineConfig(
withSentry(
{
/* Your SolidStart config options... */
},
{
// Options for setting up source maps
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
},
),
);

... (truncated)

Commits
  • e9a45fe release: 8.54.0
  • ff4fb5f meta(changelog): Update changelog for 8.54.0 (#15261)
  • b6a4a4a fix(node/v8): Add compatibility layer for Prisma v5 (#15210)
  • 3673689 feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • 13aadde Merge branch 'release/8.53.0' into v8
  • 3d8b132 release: 8.53.0
  • f08e613 meta: Update Changelog for 8.53.0 (#15243)
  • ef4f210 fix(v8/react): From location can be undefined in Tanstack Router Instrumentat...
  • 4df3759 feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • 36bdc47 Merge branch 'release/8.52.1' into v8
  • Additional commits viewable in compare view

Updates @sentry/react from 8.51.0 to 8.54.0

Release notes

Sourced from @​sentry/react's releases.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.9 KB
@​sentry/browser (incl. Tracing, Replay) 73.27 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.57 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.5 KB
@​sentry/browser (incl. Feedback) 39.51 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.71 KB
@​sentry/react 25.98 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.58 KB
@​sentry/vue (incl. Tracing) 37.75 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.6 KB
CDN Bundle (incl. Tracing, Replay) 72.9 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.23 KB
CDN Bundle - uncompressed 71.92 KB
CDN Bundle (incl. Tracing) - uncompressed 111.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.88 KB
@​sentry/nextjs (client) 38.96 KB
@​sentry/sveltekit (client) 36.4 KB
@​sentry/node 162.85 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 131.23 KB

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

8.52.1

  • fix(v8/nextjs): Fix nextjs build warning (#15226)
  • ref(v8/browser): Add protocol attributes to resource spans #15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

8.52.0

Important Changes

  • feat(solidstart): Add withSentry wrapper for SolidStart config (#15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@solidjs/start/config';
import { withSentry } from '@sentry/solidstart';
export default defineConfig(
withSentry(
{
/* Your SolidStart config options... */
},
{
// Options for setting up source maps
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
},
),
);

... (truncated)

Commits
  • e9a45fe release: 8.54.0
  • ff4fb5f meta(changelog): Update changelog for 8.54.0 (#15261)
  • b6a4a4a fix(node/v8): Add compatibility layer for Prisma v5 (#15210)
  • 3673689 feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • 13aadde Merge branch 'release/8.53.0' into v8
  • 3d8b132 release: 8.53.0
  • f08e613 meta: Update Changelog for 8.53.0 (#15243)
  • ef4f210 fix(v8/react): From location can be undefined in Tanstack Router Instrumentat...
  • 4df3759 feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • 36bdc47 Merge branch 'release/8.52.1' into v8
  • Additional commits viewable in compare view

Updates @sentry/types from 8.51.0 to 8.54.0

Release notes

Sourced from @​sentry/types's releases.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.9 KB
@​sentry/browser (incl. Tracing, Replay) 73.27 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.57 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.5 KB
@​sentry/browser (incl. Feedback) 39.51 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.71 KB
@​sentry/react 25.98 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.58 KB
@​sentry/vue (incl. Tracing) 37.75 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.6 KB
CDN Bundle (incl. Tracing, Replay) 72.9 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.23 KB
CDN Bundle - uncompressed 71.92 KB
CDN Bundle (incl. Tracing) - uncompressed 111.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.88 KB
@​sentry/nextjs (client) 38.96 KB
@​sentry/sveltekit (client) 36.4 KB
@​sentry/node 162.85 KB
@​sentry/node - without tracing 99.14 KB
@​sentry/aws-serverless 131.23 KB

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB

... (truncated)

Changelog

Sourced from @​sentry/types's changelog.

8.54.0

  • feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • fix(node/v8): Add compatibility layer for Prisma v5 (#15210)

Work in this release was contributed by @​nwalters512. Thank you for your contribution!

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

8.52.1

  • fix(v8/nextjs): Fix nextjs build warning (#15226)
  • ref(v8/browser): Add protocol attributes to resource spans #15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

8.52.0

Important Changes

  • feat(solidstart): Add withSentry wrapper for SolidStart config (#15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@solidjs/start/config';
import { withSentry } from '@sentry/solidstart';
export default defineConfig(
withSentry(
{
/* Your SolidStart config options... */
},
{
// Options for setting up source maps
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
},
),
);

... (truncated)

Commits
  • e9a45fe release: 8.54.0
  • ff4fb5f meta(changelog): Update changelog for 8.54.0 (#15261)
  • b6a4a4a fix(node/v8): Add compatibility layer for Prisma v5 (#15210)
  • 3673689 feat(v8/deps): Upgrade all OpenTelemetry dependencies (#15098)
  • 13aadde Merge branch 'release/8.53.0' into v8
  • 3d8b132 release: 8.53.0
  • f08e613 meta: Update Changelog for 8.53.0 (#15243)
  • ef4f210 fix(v8/react): From location can be undefined in Tanstack Router Instrumentat...
  • 4df3759 feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • 36bdc47 Merge branch 'release/8.52.1' into v8
  • Additional commits viewable in compare view

Updates @tanstack/react-virtual from 3.11.3 to 3.12.0

Release notes

Sourced from @​tanstack/react-virtual's releases.

v3.12.0

Version 3.12.0 - 2/3/25, 4:02 AM

Changes

Feat

  • virtual-core: add getVirtualIndexesAPI (a1cb9ce) by Kevin Van Cott

Other

  • (a485978) by Kevin Van Cott

Packages

  • @​tanstack/virtual-core@​3.12.0
  • @​tanstack/lit-virtual@​3.12.0
  • @​tanstack/react-virtual@​3.12.0
  • @​tanstack/solid-virtual@​3.12.0
  • @​tanstack/svelte-virtual@​3.12.0
  • @​tanstack/vue-virtual@​3.12.0
  • @​tanstack/angular-virtual@​3.12.0
Commits

Updates caniuse-lite from 1.0.30001695 to 1.0.30001696

Commits

Updates es-toolkit from 1.31.0 to 1.32.0

Release notes

Sourced from es-toolkit's releases.

v1.32.0

Released on January 30th, 2024.

Changelog

Sourced from es-toolkit's changelog.

Version v1.32.0

Released on January 30th, 2024.

Commits
  • 2241152 v1.32.0
  • f49a32e feat(compat): Add sortedIndex, sortedIndexBy to compat (#871)
  • e407e15 fix(at, pullAt): Return T[] instead of Array<T | undefined>
  • e4fb039 feat(Semaphore, Mutex): Add Semaphore & Mutex
  • 3aba4da fix(cloneDeep): Do not clone uncloneable objects
  • b7c0972 test(multiply): remove duplicate test from multiply tests (#941)
  • 7eab066 feat(flattenObject): Add Custom Delimiter Support to flattenObject Utility (#...
  • 9e5dd43 feat(isPromise): Add isPromise
  • 06bdc0f feat(retry): add retry (#926)
  • 14843ee feat(multiply): Add multiply to compact layer (#930)
  • Additional commits viewable in compare view

Updates motion from 12.0.6 to 12.0.11

Changelog

Sourced from motion's changelog.

[12.0.11] 2025-02-03

Fixed

  • Moving updateSVGDimensions to its own file to help with tree-shaking.

[12.0.10] 2025-02-03

Fixed

  • Providing MotionValue to motion component from motion/react-client entrypoint.

[12.0.9] 2025-02-03

Fixed

  • Removing React from bundle.

[12.0.8] 2025-02-03

Fixed

  • Infer type of children prop for motion.create.

[12.0.7] 2025-01-28

Fixed

  • Fixed SVG transform animations via animate.
Commits

Updates papaparse from 5.5.1 to 5.5.2

Commits

Updates react-router from 7.1.3 to 7.1.5

Release notes

Sourced from react-router's releases.

v.7.1.5

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715

v7.1.4

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714

Changelog

Sourced from react-router's changelog.

7.1.5

Patch Changes

  • Fix regression introduced in 7.1.4 via #12800 that caused issues navigating to hash routes inside splat routes for applications using Lazy Route Discovery (patchRoutesOnNavigation) (#12927)

7.1.4

Patch Changes

  • Internal reorg to clean up some duplicated route module types (#12799)
  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#12760)
  • Stop erroring on resource routes that return raw strings/objects and instead serialize them as text/plain or application/json responses (#12848)
    • This only applies when accessed as a resource route without the .data extension
    • When accessed from a Single Fetch .data request, they will still be encoded via turbo-stream
  • Optimize Lazy Route Discovery path discovery to favor a single querySelectorAll call at the body level instead of many calls at the sub-tree level (#12731)
  • Properly bubble headers as errorHeaders when throwing a data() result (#12846)
    • Avoid duplication of Set-Cookie headers could be duplicated if also returned from headers
  • Optimize route matching by skipping redundant matchRoutes calls when possible (#12800)
Commits

Updates @eslint-react/eslint-plugin from 1.25.0 to 1.26.1

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.26.1 (2025-02-03)

No notable changes have been made in this release.

Full Changelog: Rel1cx/eslint-react@v1.26.0...v1.26.1

v1.26.0 (2025-01-31)

What's Changed

✨ New

Full Changelog: Rel1cx/eslint-react@v1.25.0...v1.26.0

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.26.1 (2025-02-03)

No notable changes have been made in this release.

v1.26.0 (2025-01-31)

✨ New

Commits

Updates @eslint/compat from 1.2.5 to 1.2.6

Release notes

Sourced from @​eslint/compat's releases.

compat: v1.2.6

1.2.6 (2025-01-31)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.10.0 to ^0.11.0
Commits

Updates @types/webpack-env from 1.18.6 to 1.18.8

Commits

Updates @typescript-eslint/eslint-plugin from 8.22.0 to 8.23.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.23.0

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
  • types: add strict parent types for function-declaration, default-export and named-export nodes (#10685)

🩹 Fixes

  • bump ts-api-utils to ^2.0.1 (#10761)
  • deps: update eslint monorepo to v9.19.0 (#10752)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • bump ts-api-utils to ^2.0.1 (#10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)

❤️ Thank You

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

Commits
  • 2a96020 chore(release): publish 8.23.0
  • 06925f8 feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictN...
  • 884995d fix(eslint-plugin): [no-shadow] ignore declare variables in definition files ...
  • cd15629 docs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)
  • a9cbcc9 fix(eslint-plugin): [no-restricted-imports] support regex option (#10699)
  • 3e44913 fix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature ...
  • 82cb00d fix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)
  • c58d816 fix: bump ts-api-utils to ^2.0.1 (#10761)
  • 345e82e docs(eslint-plugin): remove duplicate option descriptions on various rules (#...
  • 77df70d fix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating ...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.22.0 to 8.23.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.23.0

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
  • types: add strict parent types for function-declaration, default-export and named-export nodes (#10685)

🩹 Fixes

  • bump ts-api-utils to ^2.0.1 (#10761)
  • deps: update eslint monorepo to v9.19.0 (#10752)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.23.0 (2025-02-03)

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.

Commits
  • 2a96020 chore(release): publish 8.23.0
  • See full diff in

Bumps the minor group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.51.0` | `8.54.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.51.0` | `8.54.0` |
| [@sentry/types](https://github.com/getsentry/sentry-javascript) | `8.51.0` | `8.54.0` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.11.3` | `3.12.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001695` | `1.0.30001696` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.31.0` | `1.32.0` |
| [motion](https://github.com/motiondivision/motion) | `12.0.6` | `12.0.11` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.5.1` | `5.5.2` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.3` | `7.1.5` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.25.0` | `1.26.1` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.5` | `1.2.6` |
| [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) | `1.18.6` | `1.18.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.22.0` | `8.23.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.22.0` | `8.23.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.5` | `5.1.7` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.22.0` | `8.23.0` |


Updates `@sentry/browser` from 8.51.0 to 8.54.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.54.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.51.0...8.54.0)

Updates `@sentry/react` from 8.51.0 to 8.54.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.54.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.51.0...8.54.0)

Updates `@sentry/types` from 8.51.0 to 8.54.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.54.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.51.0...8.54.0)

Updates `@tanstack/react-virtual` from 3.11.3 to 3.12.0
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.12.0/packages/react-virtual)

Updates `caniuse-lite` from 1.0.30001695 to 1.0.30001696
- [Commits](browserslist/caniuse-lite@1.0.30001695...1.0.30001696)

Updates `es-toolkit` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.31.0...v1.32.0)

Updates `motion` from 12.0.6 to 12.0.11
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.0.6...v12.0.11)

Updates `papaparse` from 5.5.1 to 5.5.2
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](https://github.com/mholt/PapaParse/commits)

Updates `react-router` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `@eslint-react/eslint-plugin` from 1.25.0 to 1.26.1
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.26.1/packages/plugins/eslint-plugin)

Updates `@eslint/compat` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.5...compat-v1.2.6)

Updates `@types/webpack-env` from 1.18.6 to 1.18.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

Updates `@typescript-eslint/eslint-plugin` from 8.22.0 to 8.23.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.22.0 to 8.23.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser)

Updates `eslint-plugin-github` from 5.1.5 to 5.1.7
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.1.5...v5.1.7)

Updates `typescript-eslint` from 8.22.0 to 8.23.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@sentry/types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/react-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: es-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: papaparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/webpack-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
@auto-merge-helper auto-merge-helper bot enabled auto-merge February 3, 2025 18:57
@bhollis
Copy link
Contributor

bhollis commented Feb 4, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Feb 4, 2025
auto-merge was automatically disabled February 4, 2025 03:12

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-c22eef3510 branch February 4, 2025 03:12
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant