Skip to content

Bump the npm-packages group with 8 updates#87

Merged
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-8c39f9a1e9
Sep 22, 2025
Merged

Bump the npm-packages group with 8 updates#87
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-8c39f9a1e9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the npm-packages group with 8 updates:

Package From To
@xyflow/react 12.8.4 12.8.5
ra-i18n-polyglot 5.11.2 5.11.3
ra-language-english 5.11.2 5.11.3
react-admin 5.11.2 5.11.3
@eslint/js 9.35.0 9.36.0
@types/node 20.19.14 20.19.17
eslint 9.35.0 9.36.0
typescript-eslint 8.43.0 8.44.0

Updates @xyflow/react from 12.8.4 to 12.8.5

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.8.5

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.8.5

Patch Changes

Commits
  • dee8ab5 chore(packages): bump
  • 1d3a1b5 chore(react): add TSDoc default for elevateEdgesOnSelect
  • d329702 skip force rendering nodes that have handles defined
  • 4783957 Merge pull request #5455 from Sec-ant/fix/check-visibility
  • cf4a369 Merge pull request #5480 from xyflow/fix-connection-pinch
  • 1c218d2 make getIntersectingNodes and isNodeIntersecting behave the same
  • d7a3172 prevent pinch zooming while making a new conection
  • d2df1dc fix: skip resize handler updates when DOM node is not visible
  • See full diff in compare view

Updates ra-i18n-polyglot from 5.11.2 to 5.11.3

Release notes

Sourced from ra-i18n-polyglot's releases.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Changelog

Sourced from ra-i18n-polyglot's changelog.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Commits
  • 8f9b6fe Update changelog for version 5.11.3
  • fbb7a85 v5.11.3
  • 7b1ce57 Merge pull request #10947 from johannchopin-buyco/patch-1
  • 4f9fb43 Merge pull request #10945 from marmelab/shadcn-banner-master
  • c46aabf Merge pull request #10949 from marmelab/fix-logout-redirect-priorities
  • 8519f31 remove unnecessary style from documentation.html
  • e5602f2 new banner script
  • ceab060 Use stories
  • 4b0cf10 Fix useLogout does not redirect to the checkAuth call redirectTo property
  • 9305f99 docs: Update disable sorting property in DataTable documentation
  • Additional commits viewable in compare view

Updates ra-language-english from 5.11.2 to 5.11.3

Release notes

Sourced from ra-language-english's releases.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Changelog

Sourced from ra-language-english's changelog.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Commits
  • 8f9b6fe Update changelog for version 5.11.3
  • fbb7a85 v5.11.3
  • 7b1ce57 Merge pull request #10947 from johannchopin-buyco/patch-1
  • 4f9fb43 Merge pull request #10945 from marmelab/shadcn-banner-master
  • c46aabf Merge pull request #10949 from marmelab/fix-logout-redirect-priorities
  • 8519f31 remove unnecessary style from documentation.html
  • e5602f2 new banner script
  • ceab060 Use stories
  • 4b0cf10 Fix useLogout does not redirect to the checkAuth call redirectTo property
  • 9305f99 docs: Update disable sorting property in DataTable documentation
  • Additional commits viewable in compare view

Updates react-admin from 5.11.2 to 5.11.3

Release notes

Sourced from react-admin's releases.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Changelog

Sourced from react-admin's changelog.

5.11.3

  • Fix useLogout does not redirect to the checkAuth call redirectTo property (#10949) (djhi)
  • [Doc] Update disableSort property in <DataTable> documentation (#10947) (johannchopin-buyco)
Commits
  • 8f9b6fe Update changelog for version 5.11.3
  • fbb7a85 v5.11.3
  • 7b1ce57 Merge pull request #10947 from johannchopin-buyco/patch-1
  • 4f9fb43 Merge pull request #10945 from marmelab/shadcn-banner-master
  • c46aabf Merge pull request #10949 from marmelab/fix-logout-redirect-priorities
  • 8519f31 remove unnecessary style from documentation.html
  • e5602f2 new banner script
  • ceab060 Use stories
  • 4b0cf10 Fix useLogout does not redirect to the checkAuth call redirectTo property
  • 9305f99 docs: Update disable sorting property in DataTable documentation
  • Additional commits viewable in compare view

Updates @eslint/js from 9.35.0 to 9.36.0

Release notes

Sourced from @​eslint/js's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • See full diff in compare view

Updates @types/node from 20.19.14 to 20.19.17

Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits

Updates typescript-eslint from 8.43.0 to 8.44.0

Release notes

Sourced from typescript-eslint's releases.

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.44.0 (2025-09-15)

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-packages group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.8.4` | `12.8.5` |
| [ra-i18n-polyglot](https://github.com/marmelab/react-admin) | `5.11.2` | `5.11.3` |
| [ra-language-english](https://github.com/marmelab/react-admin) | `5.11.2` | `5.11.3` |
| [react-admin](https://github.com/marmelab/react-admin) | `5.11.2` | `5.11.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.36.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.14` | `20.19.17` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.44.0` |


Updates `@xyflow/react` from 12.8.4 to 12.8.5
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.8.5/packages/react)

Updates `ra-i18n-polyglot` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.11.2...v5.11.3)

Updates `ra-language-english` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.11.2...v5.11.3)

Updates `react-admin` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.11.2...v5.11.3)

Updates `@eslint/js` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js)

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

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

Updates `typescript-eslint` from 8.43.0 to 8.44.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.44.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@xyflow/react"
  dependency-version: 12.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: ra-i18n-polyglot
  dependency-version: 5.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: ra-language-english
  dependency-version: 5.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: react-admin
  dependency-version: 5.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: "@eslint/js"
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@types/node"
  dependency-version: 20.19.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: typescript-eslint
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Sep 22, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) September 22, 2025 14:26
@MTSOnGithub MTSOnGithub merged commit 1780d43 into develop Sep 22, 2025
4 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/npm_and_yarn/npm-packages-8c39f9a1e9 branch September 22, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant