Skip to content

build(deps): bump the dependencies group with 16 updates#1036

Merged
WasiqB merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-e4d831eaf6
Jun 10, 2025
Merged

build(deps): bump the dependencies group with 16 updates#1036
WasiqB merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-e4d831eaf6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2025

Bumps the dependencies group with 16 updates:

Package From To
@stylistic/eslint-plugin-js 4.4.0 4.4.1
@stylistic/eslint-plugin-ts 4.4.0 4.4.1
@types/node 22.15.29 22.15.30
@typescript-eslint/eslint-plugin 8.33.0 8.33.1
@typescript-eslint/parser 8.33.0 8.33.1
eslint-import-resolver-typescript 4.4.2 4.4.3
nx 21.1.2 21.1.3
typescript-eslint 8.33.0 8.33.1
@docusaurus/core 3.8.0 3.8.1
@docusaurus/plugin-google-tag-manager 3.8.0 3.8.1
@docusaurus/preset-classic 3.8.0 3.8.1
@docusaurus/theme-classic 3.8.0 3.8.1
@docusaurus/module-type-aliases 3.8.0 3.8.1
@docusaurus/plugin-content-docs 3.8.0 3.8.1
@docusaurus/tsconfig 3.8.0 3.8.1
@docusaurus/types 3.8.0 3.8.1

Updates @stylistic/eslint-plugin-js from 4.4.0 to 4.4.1

Release notes

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

v4.4.1

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Changelog

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

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Commits

Updates @stylistic/eslint-plugin-ts from 4.4.0 to 4.4.1

Release notes

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

v4.4.1

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Changelog

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

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Commits

Updates @types/node from 22.15.29 to 22.15.30

Commits

Updates @typescript-eslint/eslint-plugin from 8.33.0 to 8.33.1

Release notes

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

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

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

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)

❤️ Thank You

  • roottool

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

Commits
  • 936f350 chore(release): publish 8.33.1
  • c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251)
  • e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.33.0 to 8.33.1

Release notes

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

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

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

8.33.1 (2025-06-02)

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

Updates eslint-import-resolver-typescript from 4.4.2 to 4.4.3

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.3

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.3

Patch Changes

Commits

Updates nx from 21.1.2 to 21.1.3

Release notes

Sourced from nx's releases.

21.1.3 (2025-06-06)

🚀 Features

  • nx-dev: AI landing page (#31310)
  • nx-dev: update hero tagline (53ea3062e7)
  • nx-dev: add rss and atom feeds (77dea60a49)
  • repo: add golden list of projects to our Nightly CI (#31414)

🩹 Fixes

  • angular: keep extra target metadata when needed in convert-to-rspack generator (#31309)
  • core: handle killing child processes of continuous tasks on Windows (#31296, #31235)
  • core: generate workspace file readme typo (#31341, #31335)
  • core: fix broken nx-cloud url shortening logic (#31283)
  • core: infer codex environment and use default tasks runner (#31359)
  • core: use next available port when the port for nx graph is in use (#31365, #30915)
  • core: handle run-commands targets with no commands (#31364, #31345)
  • core: implement missing --print flag for nx graph command (#31406, #30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#31430, #31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#31469)
  • core: Update macos pipelines configuration (#31476)
  • gradle: change run and bootRun to cacheable false (#31287)
  • gradle: add migration script to check gradle plugin version (#31304)
  • js: write typescript plugin cache files atomically (#31390, #30239, #31187)
  • js: enable end-to-end tests for Vue application in dev mode (#31415)
  • linter: speed up inferred plugin node processing (#31281)
  • linter: handle ng-package.json file with no lib.entryFile in @nx/enforce-module-boundaries rule (#31360)
  • linter: fix line endings handling in '@​nx/eslint:convert-to-flat-config' generator (#31043)
  • module-federation: enhance remote entry handling with query parameters in paths (#30615, #30602)
  • nextjs: add extension alias support for handling ESM libs (#31323, #30714)
  • node: add project name sanitization for Docker commands. (#31461, #31421)
  • nx-dev: only track analytics in prod envs (#31367)
  • react: add missing dependency when generating a react lib that has testing (#31308)
  • react: routing option to library generator (#31328, #30721)
  • release: sort groups topologically bottom-up and fix typo to allow multi-level group dependencies (#31374)
  • remix: update setup-tailwind generator to correct import statements (#30599, #30343)
  • rspack: fix issue with optimization options in rspack config (#31337, #31268, #30292)
  • rspack: ensure nest applications generated correctly #31204 (#31424, #31204)
  • rspack: Add missing return for rspack composoable plugin (#31372)
  • storybook: improve speed of storybook plugin (#31277, #22953, #31276)
  • vite: bump @​analogjs/vite-plugin-angular to 1.16.x (#31317)
  • vite: add ajv dependency for non-pnpm package managers (#31413)
  • vite: resolve project-specific tsconfig before workspace fallback (#31423, #28945)
  • webpack: add support for retrieving all transitive non-buildable dependencies (#31343)

❤️ Thank You

... (truncated)

Commits
  • 9814837 fix(release): sort groups topologically bottom-up and fix typo to allow multi...
  • 091f962 fix(core): use ts-node option from tsconfig files when creating transpiler ...
  • 09c010c docs(nx-dev): update hero section (#31460)
  • a9170d1 fix(core): print installation logs when installing latest version during `nx ...
  • 560c21f fix(core): ensure nx init implementation for angular correctly resolves `@ang...
  • 434a70c fix(core): update getTouchedProjectsFromLockFile to handle deleted/moved proj...
  • 4bedb9a fix(core): implement missing --print flag for nx graph command (#31406)
  • cc18710 docs(core): improve affected command description to define affected projects ...
  • e5c4a30 fix(core): handle run-commands targets with no commands (#31364)
  • 125dbe0 fix(core): use next available port when the port for nx graph is in use (#31365)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.33.0 to 8.33.1

Release notes

Sourced from typescript-eslint's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

Sourced from typescript-eslint's changelog.

8.33.1 (2025-06-02)

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

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

Commits

Updates @docusaurus/core from 3.8.0 to 3.8.1

Release notes

Sourced from @​docusaurus/core's releases.

3.8.1

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Changelog

Sourced from @​docusaurus/core's changelog.

3.8.1 (2025-06-06)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Commits
  • fa8ae13 v3.8.1
  • ffa7525 fix(bundler): fix docusaurus start using concatenateModules: true (#11222)
  • dd6396d fix: include Arc to supported Chromium Browsers (#11217)
  • 264774a perf: avoid duplicated git log calls in loadContent() and postBuild() f...
  • 68aa3c8 fix(core): fix docusaurus start error for macOS users with no Chromium-base...
  • b126e64 chore: release Docusaurus 3.8 (#11200)
  • 8958c11 chore: fix typos in comment-out (#11197)
  • ba18a8b chore: simplify construction of test paths (#11196)
  • See full diff in compare view

Updates @docusaurus/plugin-google-tag-manager from 3.8.0 to 3.8.1

Release notes

Sourced from @​docusaurus/plugin-google-tag-manager's releases.

3.8.1

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Changelog

Sourced from @​docusaurus/plugin-google-tag-manager's changelog.

3.8.1 (2025-06-06)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Commits

Updates @docusaurus/preset-classic from 3.8.0 to 3.8.1

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.8.1

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.8.1 (2025-06-06)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Commits

Updates @docusaurus/theme-classic from 3.8.0 to 3.8.1

Release notes

Sourced from @​docusaurus/theme-classic's releases.

3.8.1

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Changelog

Sourced from @​docusaurus/theme-classic's changelog.

3.8.1 (2025-06-06)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #11242 fix(theme): fix unability to navigate to category's page when browsing its children items (@​slorber)
  • docusaurus-plugin-css-cascade-layers
  • docusaurus
  • docusaurus-types

🏃‍♀️ Performance

  • docusaurus-plugin-content-blog, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #11211 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (@​slorber)

🔧 Maintenance

Committers: 7

Commits
  • fa8ae13 v3.8.1
  • a36ac15 fix(bundler): upgrade bundler CSS deps to fix potential bugs (#11243)
  • 60df493 fix(theme): fix unability to navigate to category's page when browsing its ch...
  • 264774a perf: avoid duplicated git log calls in loadContent() and postBuild() f...
  • b126e64 chore: release Docusaurus 3.8 (#11200)
  • See full diff in compare view

Updates @docusaurus/module-type-aliases from 3.8.0 to 3.8.1

Release notes

Sourced from

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `4.4.0` | `4.4.1` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `4.4.0` | `4.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `22.15.30` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.33.0` | `8.33.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.33.0` | `8.33.1` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.2` | `4.4.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.1.2` | `21.1.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.33.1` |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.8.0` | `3.8.1` |
| [@docusaurus/plugin-google-tag-manager](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-google-tag-manager) | `3.8.0` | `3.8.1` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.8.0` | `3.8.1` |
| [@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic) | `3.8.0` | `3.8.1` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.8.0` | `3.8.1` |
| [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs) | `3.8.0` | `3.8.1` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.8.0` | `3.8.1` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.8.0` | `3.8.1` |


Updates `@stylistic/eslint-plugin-js` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v4.4.1/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.1/packages/eslint-plugin-js)

Updates `@stylistic/eslint-plugin-ts` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v4.4.1/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.4.1/packages/eslint-plugin-ts)

Updates `@types/node` from 22.15.29 to 22.15.30
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.33.0 to 8.33.1
- [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.33.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.33.0 to 8.33.1
- [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.33.1/packages/parser)

Updates `eslint-import-resolver-typescript` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.4.2...v4.4.3)

Updates `nx` from 21.1.2 to 21.1.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.1.3/packages/nx)

Updates `typescript-eslint` from 8.33.0 to 8.33.1
- [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.33.1/packages/typescript-eslint)

Updates `@docusaurus/core` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus)

Updates `@docusaurus/plugin-google-tag-manager` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-plugin-google-tag-manager)

Updates `@docusaurus/preset-classic` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-classic` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-theme-classic)

Updates `@docusaurus/module-type-aliases` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-module-type-aliases)

Updates `@docusaurus/plugin-content-docs` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-plugin-content-docs)

Updates `@docusaurus/tsconfig` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-tsconfig)

Updates `@docusaurus/types` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.8.1/packages/docusaurus-types)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nx
  dependency-version: 21.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.33.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/core"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/plugin-google-tag-manager"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/preset-classic"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/theme-classic"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/plugin-content-docs"
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/tsconfig"
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@docusaurus/types"
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2025

Reviewers

The following users could not be added as reviewers: boyka-core. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code labels Jun 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 8, 2025 23:35
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code labels Jun 8, 2025
@dependabot dependabot bot requested a review from WasiqB June 8, 2025 23:35
@WasiqB WasiqB merged commit 6a2059c into main Jun 10, 2025
9 checks passed
@github-project-automation github-project-automation bot moved this from 👍 Reviewed to ✅ Done in 🥊 Boyka-Framework Roadmap Jun 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-e4d831eaf6 branch June 10, 2025 12:15
@WasiqB
Copy link
Copy Markdown
Member

WasiqB commented Jun 28, 2025

🚀 This pull request is included in v2.8.0. See Release 2.8.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code

Projects

Development

Successfully merging this pull request may close these issues.

1 participant