Skip to content

fix(deps): update npm dependencies - #1885

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/npm-non-major
Open

fix(deps): update npm dependencies#1885
renovate[bot] wants to merge 1 commit into
devfrom
renovate/npm-non-major

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@alpinejs/focus (source) 3.15.123.17.0 age confidence
@alpinejs/persist (source) 3.15.123.17.1 age confidence
@docusaurus/core (source) 3.10.13.10.2 age confidence
@docusaurus/module-type-aliases (source) 3.10.13.10.2 age confidence
@docusaurus/plugin-ideal-image (source) 3.10.13.10.2 age confidence
@docusaurus/plugin-pwa (source) 3.10.13.10.2 age confidence
@docusaurus/preset-classic (source) 3.10.13.10.2 age confidence
@docusaurus/theme-common (source) 3.10.13.10.2 age confidence
@docusaurus/theme-search-algolia (source) 3.10.13.10.2 age confidence
@docusaurus/types (source) 3.10.13.10.2 age confidence
@fortawesome/fontawesome-free (source) 7.3.07.3.1 age confidence
@types/node (source) 26.2.026.4.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.62.08.68.0 age confidence
@typescript-eslint/parser (source) 8.62.08.68.0 age confidence
@vue/test-utils 2.4.112.5.0 age confidence
alpinejs (source) 3.15.123.17.1 age confidence
autoprefixer 10.5.210.5.4 age confidence
css-loader 7.1.47.1.5 age confidence
happy-dom 20.11.220.12.0 age confidence
katex (source) ^0.17.0^0.18.0 age confidence
postcss (source) 8.5.238.5.26 age confidence
prettier (source) 3.8.53.9.6 age confidence
react (source) 19.2.719.2.8 age confidence
react-dom (source) 19.2.719.2.8 age confidence
video.js (source) 8.23.98.24.0 age confidence
videojs-sprite-thumbnails 2.2.52.2.6 age confidence
vitest (source) 4.1.104.1.11 age confidence
vue (source) 3.5.413.5.42 age confidence
webpack 5.108.15.110.2 age confidence
webpack-bundle-analyzer 5.3.05.3.2 age confidence
webpack-cli (source) 7.1.07.2.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alpinejs/alpine (@​alpinejs/focus)

v3.17.0

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.16.3...v3.17.0

v3.16.3

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.16.2...v3.16.3

v3.16.2

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.16.1...v3.16.2

v3.16.1

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.16.0...v3.16.1

v3.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.15.12...v3.16.0

alpinejs/alpine (@​alpinejs/persist)

v3.17.1

Compare Source

v3.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.16.3...v3.17.0

v3.16.3

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.16.2...v3.16.3

v3.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.16.1...v3.16.2

v3.16.1

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.16.0...v3.16.1

v3.16.0

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.15.12...v3.16.0

facebook/docusaurus (@​docusaurus/core)

v3.10.2

Compare Source

Backport and cherry-pick commits from main for v3.10.2 patch release:

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v7.3.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

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

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

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

v8.67.0

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

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

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

v8.65.0

Compare Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub Releases for more information.

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

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

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

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.68.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.67.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.66.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.65.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#​12465)
❤️ Thank You

See GitHub Releases for more information.

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

v8.64.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.63.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.62.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.

vuejs/test-utils (@​vue/test-utils)

v2.5.0

Compare Source

alpinejs/alpine (alpinejs)

v3.17.1

Compare Source

v3.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.16.3...v3.17.0

v3.16.3

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.16.2...v3.16.3

v3.16.2

Compare Source

What's Changed
New Contributors

Full Changelog: alpinejs/alpine@v3.16.1...v3.16.2

v3.16.1

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.16.0...v3.16.1

v3.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.15.12...v3.16.0

postcss/autoprefixer (autoprefixer)

v10.5.4

Compare Source

v10.5.3

Compare Source

webpack/css-loader (css-loader)

v7.1.5

Compare Source

capricorn86/happy-dom (happy-dom)

v20.12.0

Compare Source

v20.11.15

Compare Source

👷‍♂️ Patch fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Monday"
  • 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 force-pushed the renovate/npm-non-major branch 7 times, most recently from f105776 to 0fde78b Compare July 17, 2026 18:42
@renovate renovate Bot changed the title chore(deps): update npm dependencies fix(deps): update npm dependencies Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 7 times, most recently from 4cb406d to 353500b Compare July 24, 2026 21:58
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 11 times, most recently from e655fc7 to 5b1cbe7 Compare July 30, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 4 times, most recently from fbdb12b to 58711b8 Compare August 7, 2026 18:07
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 5 times, most recently from 3cff31d to 98a86ee Compare August 14, 2026 17:42
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 7 times, most recently from 484eb15 to 8957d94 Compare August 26, 2026 12:09
@renovate
renovate Bot force-pushed the renovate/npm-non-major branch 17 times, most recently from 90b01b2 to 3d2ace3 Compare August 30, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants