Skip to content

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.13 age confidence
@iconify-json/tabler 1.2.231.2.26 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.52.0 age confidence
@typescript-eslint/parser (source) 8.47.08.52.0 age confidence
astro (source) 5.16.05.16.6 age confidence
katex (source) 0.16.250.16.27 age confidence
metascraper (source) 5.49.55.49.15 age confidence
metascraper-description (source) 5.49.55.49.15 age confidence
metascraper-image (source) 5.49.55.49.15 age confidence
metascraper-title (source) 5.49.55.49.15 age confidence
nx (source) 20.6.020.8.3 age confidence
prettier (source) 3.6.23.7.4 age confidence
react (source) 19.2.019.2.3 age confidence
react-dom (source) 19.2.019.2.3 age confidence
stylelint-scss 6.12.16.14.0 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v4.3.13

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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

withastro/astro (astro)

v5.16.6

Compare Source

Patch Changes

v5.16.5

Compare Source

Patch Changes
  • #​14985 c016f10 Thanks @​florian-lefebvre! - Fixes a case where JSDoc annotations wouldn't show for fonts related APIs in the Astro config

  • #​14973 ed7cc2f Thanks @​amankumarpandeyin! - Fixes performance regression and OOM errors when building medium-sized blogs with many content entries. Replaced O(n²) object spread pattern with direct mutation in generateLookupMap.

  • #​14958 70eb542 Thanks @​ascorbic! - Gives a helpful error message if a user sets output: "hybrid" in their Astro config.

    The option was removed in Astro 5, but lots of content online still references it, and LLMs often suggest it. It's not always clear that the replacement is output: "static", rather than output: "server". This change adds a helpful error message to guide humans and robots.

  • #​14901 ef53716 Thanks @​Darknab! - Updates the glob() loader to log a warning when duplicated IDs are detected

  • Updated dependencies [d8305f8]:

v5.16.4

Compare Source

Patch Changes
  • #​14940 2cf79c2 Thanks @​ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from the csp configuration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headers

    Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a
    a new one using the runtime APIs.

v5.16.3

Compare Source

Patch Changes
  • #​14889 4bceeb0 Thanks @​florian-lefebvre! - Fixes actions types when using specific TypeScript configurations

  • #​14929 e0f277d Thanks @​matthewp! - Fixes authentication bypass via double URL encoding in middleware

    Prevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g., /%2561dmin instead of /%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.

v5.16.2

Compare Source

Patch Changes

v5.16.1

Compare Source

Patch Changes
KaTeX/KaTeX (katex)

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.49.15

Compare Source

Note: Version bump only for package metascraper

v5.49.13

Compare Source

Note: Version bump only for package metascraper

v5.49.12

Compare Source

Note: Version bump only for package metascraper

v5.49.7

Compare Source

Note: Version bump only for package metascraper

microlinkhq/metascraper (metascraper-description)

v5.49.15

Compare Source

Note: Version bump only for package metascraper-description

v5.49.12

Compare Source

Note: Version bump only for package metascraper-description

v5.49.7

Compare Source

Note: Version bump only for package metascraper-description

microlinkhq/metascraper (metascraper-image)

v5.49.15

Compare Source

Note: Version bump only for package metascraper-image

v5.49.12

Compare Source

Note: Version bump only for package metascraper-image

v5.49.7

Compare Source

Note: Version bump only for package metascraper-image

nrwl/nx (nx)

v20.8.3

Compare Source

20.8.3 (2025-11-21)
🩹 Fixes
  • linter: handle various flat config override structures (#​33548)
❤️ Thank You

v20.8.2

Compare Source

20.8.2 (2025-05-16)

🚀 Features
  • angular: update angular-rspack to 20.7 (#​30737)
  • linter: add support for package based secondary entry points (#​30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#​30805)
🩹 Fixes
  • core: error when restoring http cache with no outputs (#​30961)
  • module-federation: remove disabling runtimeChunk (#​30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#​30796)
  • release: ensure versionData is always populated even when no bumps (#​30866)
❤️ Thank You

v20.8.1

Compare Source

20.8.1 (2025-04-25)

🚀 Features
🩹 Fixes
  • angular: remove deprecated standaloneConfig from generators (#​30578)
  • angular: handle ssr with convert-to-rspack (#​30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#​30778)
  • core: improve flaky ci test (#​30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#​30834)
  • js: remove check that ts plugin is used for ts sync generator (#​30743)
  • linter: remove empty entry in typescript eslint flat config (#​30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#​30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#​30717)
❤️ Thank You

v20.8.0

Compare Source

20.8.0 (2025-04-14)

🚀 Features
  • angular: add --bundler=rspack option to app generator (#​30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#​30546)
  • core: add --bundler=rspack option to angular stack cnw (#​30629)
  • core: add support for http based caches (#​30593)
  • core: add filter for git checkouts in generated pipelines and docs (#​30547)
  • core: allow globs in project config to extend atomized targets (#​30630)
  • nx-dev: tutorialkit project (#​29992)
  • react: add crystal mf support to host and remote (#​30424)
  • release: revamped nx release version implementation (#​30418)
  • rspack: add support for non-buildable libraries in external dependencies (#​30606)
  • storybook: migrate to latest storybook 8 version (#​30584)
  • testing: add support for cypress v14 (#​30618)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • angular: ensure crystal targets for testing when bundler=rspack (#​30631)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • bundling: Lock webpack version to be compatible with @​angular-devkit (#​30676)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: update resolution of ts path mappings with patterns in target project locator (#​30533)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • core: do not run sync generators when running tasks in ci (#​30591)
  • core: angular rspack should not prompt for SSG (#​30647)
  • core: wasm build should build (#​30655)
  • core: log more information when ProjectConfigurationsError is thrown (#​30661)
  • core: ensure fileworker is cleaned up when workspace context is … (#​30683)
  • core: copy native file atomically to avoid hanging graph creation (#​30695)
  • core: clean up batch process after post run (#​30687)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • js: handle when there are no package manager workspaces' patterns (#​30666)
  • js: ensure the tsconfig files cache is correctly busted when implementation changes (#​30689)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (ebd39bb2ae)
  • nx-dev: update markdoc component to exclude h1 headers (d1ee41793f)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • rspack: do not reuse existing ts-node compiler options when inferring tasks (#​30703)
  • testing: enforce commonjs module for ts-jest (#​30681)
  • testing: do not inherit existing env (#​30688)
  • testing: unset customConditions when running cypress tasks (#​30709)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You

v20.7.2

Compare Source

20.7.2 (2025-04-08)

🩹 Fixes
  • core: do not run sync generators when running tasks in ci (#​30591)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You

v20.7.1

Compare Source

20.7.1 (2025-04-02)

🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (4f1587fc72)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
❤️ Thank You

v20.7.0

Compare Source

20.7.0 (2025-03-31)

🚀 Features
  • angular: add release option to angular publishable libraries (#​29869)
  • angular: support angular 19.2.0 (#​30088)
  • angular: update angular eslint packages (#​30245)
  • angular: add convert-to-rspack generator (#​29860)
  • bundling: support rollup.config.ts (#​29983)
  • bundling: add buildLibsFromSource option to @​nx/rollup:rollup executor (#​30417)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#​30064)
  • core: display perpetual version information in nx report for powerpack (#​30110)
  • core: add activate key (#​30250)
  • core: add activate key " (#​30250, #​30295)
  • core: add maxCacheSize option to limit local artifact size (#​29654)
  • core: add nx register (#​30321)
  • core: provide default value for max cache size (#​30351)
  • js: upgrade verdaccio to 6 (#​30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#​30219)
  • linter: support eslint-config-prettier v10 (#​30480)
  • misc: add useProjectJson flag to project generators (#​30319)
  • misc: enable ts solution setup by default for new workspaces (#​30372)
  • misc: set a development conditional export for buildable libraries when using the ts solution setup (#​30451)
  • misc: add --useProjectJson flag to CNW (#​30475)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#​30003)
  • module-federation: Update to the latest version of @​module-federation (#​30147)
  • module-federation: add ssr support to rspack crystal plugin (#​30437)
  • nx-dev: expose docs embedding search via endpoint (#​30050)
  • nx-dev: allow sampling rate to be configured through env var (#​30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • nx-dev: add angular architecture blog post (#​30400)
  • nx-dev: add java landing page (#​30508)
  • react: Update react-router-dom to latest (#​29919)
  • react: add react-router plugin (#​29965)
  • react: Add react-router to create-nx-workspace and react app generator (#​30316)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#​30044)
  • repo: replace explicit matrix with dynamic parsed from json (#​30120)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#​30121)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#​30345)
  • rspack: alias convert-webpack to convert-to-rspack (#​30367)
  • testing: add type annotation for Jest configuration export (#​30059)
  • vue: add release option to vue publishable libraries (#​29867)
  • webpack: use sass-embedded and modern-compiler for sass (#​29999)
🩹 Fixes
  • angular: correct nx angular migration requirement for 19.2 (#​30234)
  • angular: directory type is not optional (#​30354)
  • angular: include @angular/google-maps in package updates (#​30530)
  • bundling: use projectRoot for assets (#​29978)
  • bundling: remove migration always adding sass-embedded (#​30276)
  • bundling: fix esbuild to work with ts project references (#​30230)
  • core: change to use init generator during import (#​30029)
  • core: add the extends field to nx-sch

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 3 times, most recently from 6fe3a72 to 96a9108 Compare December 31, 2025 13:43
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-npm branch from 96a9108 to 28430ca Compare January 5, 2026 18:04
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.

1 participant