Skip to content

chore(deps): update all minor, or patch dependencies on npm#408

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-or-patch-dependencies-on-npm
Open

chore(deps): update all minor, or patch dependencies on npm#408
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-or-patch-dependencies-on-npm

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@astrojs/mdx (source) 4.3.124.3.14 age confidence
@astrojs/partytown (source) 2.1.42.1.5 age confidence
@astrojs/rss (source) 4.0.144.0.17 age confidence
@iconify-json/tabler 1.2.231.2.31 age confidence
@supercharge/promise-pool 3.2.03.3.0 age confidence
@​types/metascraper 5.14.35.41.0 age confidence
@​types/metascraper-description 5.14.55.42.0 age confidence
@​types/metascraper-image 5.14.55.42.0 age confidence
@​types/metascraper-title 5.14.55.42.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.47.08.57.1 age confidence
@typescript-eslint/parser (source) 8.47.08.57.1 age confidence
astro (source) 5.16.05.18.1 age confidence
astro-compress 2.3.82.4.0 age confidence
eslint-plugin-astro (source) 1.5.01.6.0 age confidence
katex (source) 0.16.250.16.40 age confidence
metascraper (source) 5.49.55.50.0 age confidence
metascraper-description (source) 5.49.55.50.0 age confidence
metascraper-image (source) 5.49.55.50.0 age confidence
metascraper-title (source) 5.49.55.50.0 age confidence
nx (source) 20.6.020.8.4 age confidence
postcss-html 1.8.01.8.1 age confidence
prettier (source) 3.6.23.8.1 age confidence
react (source) 19.2.019.2.4 age confidence
react-dom (source) 19.2.019.2.4 age confidence
stylelint-no-unsupported-browser-features 8.0.58.1.1 age confidence
stylelint-scss 6.12.16.14.0 age confidence
svgo (source) 2.8.02.8.2 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v4.3.14

Compare Source

Patch Changes

v4.3.13

Compare Source

Patch Changes
withastro/astro (@​astrojs/partytown)

v2.1.5

Compare Source

Patch Changes
withastro/astro (@​astrojs/rss)

v4.0.17

Compare Source

Patch Changes

v4.0.16

Compare Source

Patch Changes

v4.0.15

Compare Source

Patch Changes
superchargejs/promise-pool (@​supercharge/promise-pool)

v3.3.0

Compare Source

Added
  • add dontStoreProcessedItems method to the promise pool to tell the processor to skip storing processed items in memory (Thank you Christopher Zinger! PR 92)
      await PromisePool
        .for([1,2,3,4])
        .dontStoreProcessedItems()
        .process(async (num, index) => {
          // processing …
        })
  • add flushProcessedItems method to the promise pool executor (Thank you Christopher Zinger! PR 91)
      await PromisePool
        .for([1,2,3,4])
        .dontStoreProcessedItems()
        .process(async (num, index, pool) => {
          pool.flushProcessedItems()
        })
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.57.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

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

v8.56.1

Compare Source

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

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

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

v8.57.1

Compare Source

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

See GitHub Releases for more information.

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

v8.57.0

Compare Source

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

See GitHub Releases for more information.

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

v8.56.1

Compare Source

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

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

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

See GitHub Releases for more information.

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

v8.54.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.

v8.53.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.

v8.53.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.

v8.52.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.

v8.51.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.

v8.50.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.

v8.50.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.

v8.49.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.

v8.48.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.

v8.48.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.

PlayForm/Compress (astro-compress)

v2.4.0

Compare Source

v2.3.9

Compare Source

ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v1.6.0

Compare Source

Minor Changes
Patch Changes
KaTeX/KaTeX (katex)

v0.16.40

Compare Source

Bug Fixes

v0.16.39

Compare Source

Bug Fixes

v0.16.38

Compare Source

Bug Fixes

v0.16.37

Compare Source

Bug Fixes

v0.16.36

Compare Source

Bug Fixes

v0.16.35

Compare Source

Bug Fixes

v0.16.34

Compare Source

Bug Fixes

v0.16.33

Compare Source

Bug Fixes

v0.16.32

Compare Source

Bug Fixes

v0.16.31

Compare Source

Bug Fixes

v0.16.30

Compare Source

Bug Fixes

v0.16.29

Compare Source

Bug Fixes

v0.16.28

Compare Source

Bug Fixes
  • type: add missing types definition path to package.json (#​4125) (0ef8921)

v0.16.27

Compare Source

Features
  • support equals sign and surrounding whitespace in \htmlData attribute values (#​4112) (c77aaec)

v0.16.26

Compare Source

Bug Fixes
  • \mathop followed by integral symbol (6fbad18)
microlinkhq/metascraper (metascraper)

v5.50.0

Compare Source

Features

5.49.25 (2026-03-07)

Bug Fixes
Performance Improvements
  • audio,video: replace lodash media scans with native loops (#​811) (c175eb4)
  • audio,video: short-circuit iframe probing on first hit (#​810) (ac8fc2a)
  • audio: cache iframe fetches and dedupe probing urls ([#​818](https://redirect.g

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.

@aws-amplify-us-east-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-408.d1fbfmeuaycsih.amplifyapp.com

@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 2 times, most recently from a5370cb to c535389 Compare November 24, 2025 18:12
@renovate renovate bot changed the title Update all minor, or patch dependencies on npm chore(deps): update all minor, or patch dependencies on npm Nov 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 8 times, most recently from 43054b3 to 71f2b55 Compare December 3, 2025 09:52
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 6 times, most recently from 7d59182 to a3a2f2d Compare December 10, 2025 15:52
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 6 times, most recently from 50f3345 to ffd4752 Compare December 17, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 4 times, most recently from e32bdd4 to 75c1037 Compare December 29, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch from 75c1037 to 4e12b97 Compare December 30, 2025 16:53
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 7 times, most recently from 5cca25c to 68ca362 Compare January 23, 2026 09:40
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 8 times, most recently from ddc5022 to bb8e316 Compare January 29, 2026 17:58
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 2 times, most recently from 6f20044 to 64bfded Compare February 3, 2026 21:41
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 4 times, most recently from 8051309 to cd33186 Compare February 14, 2026 13:35
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 6 times, most recently from 2f66e02 to 5ddd72c Compare February 23, 2026 18:06
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch 2 times, most recently from 05193e5 to 282b314 Compare February 25, 2026 20:03
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.

0 participants