Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the patch-and-minor-dependencies group with 13 updates #685

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the patch-and-minor-dependencies group with 13 updates:

Package From To
@babel/core 7.26.0 7.26.7
@swc/core 1.10.8 1.10.11
@testing-library/user-event 14.6.0 14.6.1
@types/node 22.10.7 22.10.10
lint-staged 15.4.1 15.4.3
markdownlint-cli 0.43.0 0.44.0
stylelint 16.13.2 16.14.0
ra-data-simple-rest 5.5.0 5.5.2
ra-i18n-polyglot 5.5.0 5.5.2
react-admin 5.5.0 5.5.2
ra-core 5.5.0 5.5.2
next 15.1.5 15.1.6
eslint-config-next 15.1.5 15.1.6

Updates @babel/core from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/core's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @swc/core from 1.10.8 to 1.10.11

Changelog

Sourced from @​swc/core's changelog.

[1.10.11] - 2025-01-27

Bug Fixes

  • (es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)

  • (es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)

  • (es/parser) Parse yield<T> (v: T)=>v (#9915) (04333aa)

  • (ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)

  • (typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations (#9869) (e4c1e03)

Features

Miscellaneous Tasks

  • (es/minifier) Add a script for samply profiler (#9923) (8f8dcaa)

  • (preset-env) Update browserslist-rs (#9918) (606ffe5)

Performance

  • (es/react) Use proper string types for react configuration (#9949) (1bf837e)

... (truncated)

Commits
  • e68829c chore: Publish 1.10.11 with swc_core v11.0.1
  • 19e12f0 chore: Update changelog
  • d2b5dc4 chore: Publish 1.10.11-nightly-20250127.1 with swc_core v11.0.1
  • 31634ca chore: Publish crates with swc_core v11.0.1
  • 11df8e0 chore(ci): Disable graphql-yoga ecosystem test
  • 72e5455 fix(es): Restore JSON config & Adjust feature renaming (#9967)
  • afda34f chore: Publish 1.10.10-nightly-20250127.1 with swc_core v11.0.0
  • fbb946f chore: Publish crates with swc_core v11.0.0
  • 4b14eec refactor(swc): Remove typo feature (#9965)
  • 1c2f7e9 refactor: Apply all pending breaking changes (#9966)
  • Additional commits viewable in compare view

Updates @testing-library/user-event from 14.6.0 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)
Commits

Updates @types/node from 22.10.7 to 22.10.10

Commits

Updates lint-staged from 15.4.1 to 15.4.3

Release notes

Sourced from lint-staged's releases.

v15.4.3

Patch Changes

  • #1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Patch Changes

  • #1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
Changelog

Sourced from lint-staged's changelog.

15.4.3

Patch Changes

  • #1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

15.4.2

Patch Changes

  • #1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
Commits
  • e53f950 chore(changeset): release
  • 089da56 test: fail Jest when coverage is under 100%
  • 19aa461 ci: remove code coverage action since it's not working in PRs from forks
  • cbfed1d fix: update types.d.ts (#1512)
  • aef9e5c chore(changeset): release (#1510)
  • 8827ebf build(dependencies): update dependencies and switch to caret ranges (#1509)
  • 7f69b3f docs: generalize description from 'linting' to 'tasks' (#1507)
  • See full diff in compare view

Updates markdownlint-cli from 0.43.0 to 0.44.0

Release notes

Sourced from markdownlint-cli's releases.

v0.44.0

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot
Commits
  • 586c3ea Bump version 0.44.0
  • 82e9668 Bump commander from 13.0.0 to 13.1.0
  • fc06ac9 Revert glob and minimatch dependencies to the most recent versions that suppo...
  • 0a592eb chore: enable npm engine-strict
  • 82b0f3f Bump katex from 0.16.15 to 0.16.21
  • e3c5347 Bump ignore from 7.0.1 to 7.0.3
  • a0e96c6 Bump markdownlint from 0.37.3 to 0.37.4
  • 1e9ab20 Bump glob from 11.0.0 to 11.0.1
  • 77a19b3 Bump ignore from 7.0.0 to 7.0.1
  • c3e1a5a Add Node 23 to CI matrix.
  • Additional commits viewable in compare view

Updates stylelint from 16.13.2 to 16.14.0

Release notes

Sourced from stylelint's releases.

16.14.0

  • Added: replaced text and corresponding range to Warning type (#8234) (@​romainmenke).
  • Fixed: SyntaxError: The requested module 'table'... (#8325) (@​denisx).
  • Fixed: RuleContext['fix'] type (#8309) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated autofix of border-color and overflow (#8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for overflow-x and overflow-y (#8340) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for scrollbar-color (#8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for non-standard syntax values (#8329) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated warning message for overflow: <keyword> <keyword> (#8340) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :has-slotted (#8332) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

16.14.0 - 2025-01-25

It fixes 8 bugs and adds features to our Warning type.

  • Added: replaced text and corresponding range to Warning type (#8234) (@​romainmenke).
  • Fixed: SyntaxError: The requested module 'table'... (#8325) (@​denisx).
  • Fixed: RuleContext['fix'] type (#8309) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated autofix of border-color and overflow (#8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for overflow-x and overflow-y (#8340) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for scrollbar-color (#8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for non-standard syntax values (#8329) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated warning message for overflow: <keyword> <keyword> (#8340) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :has-slotted (#8332) (@​Mouvedia).
Commits
  • 15b90ad 16.14.0
  • 4fa5a91 Prepare 16.14.0 (#8330)
  • f24921c Fix SyntaxError: The requested module 'table'... (#8325)
  • e9b772f Add declaration-property-value-keyword-no-deprecated autofix for shorthands...
  • 02b814d Fix declaration-property-value-keyword-no-deprecated warning message for `o...
  • 16efbb7 Fix at-rule-descriptor-no-unknown false positives for page and margin conte...
  • 9674518 Add replaced text and corresponding range to Warning type (#8234)
  • 9e19713 Fix declaration-property-value-keyword-no-deprecated false positives for `b...
  • a2420f9 Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in the eslint group (#8335)
  • 2f1655f Bump ignore from 7.0.1 to 7.0.3 (#8337)
  • Additional commits viewable in compare view

Updates ra-data-simple-rest from 5.5.0 to 5.5.2

Release notes

Sourced from ra-data-simple-rest's releases.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Changelog

Sourced from ra-data-simple-rest's changelog.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Commits

Updates ra-i18n-polyglot from 5.5.0 to 5.5.2

Release notes

Sourced from ra-i18n-polyglot's releases.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Changelog

Sourced from ra-i18n-polyglot's changelog.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Commits

Updates react-admin from 5.5.0 to 5.5.2

Release notes

Sourced from react-admin's releases.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Changelog

Sourced from react-admin's changelog.

5.5.2

5.5.1

  • Fix TabbedForm and TabbedShowLayout with react-router v7 (#10469) (slax57)
  • Simplify ra-data-localforage setup (#10455) (djhi)
  • [Doc] Document how to have sourcemaps in production (#10466) (djhi)
  • [Doc] Impove scrollToTop in buttons doc and document _scrollToTop in useRedirect (#10449) (erwanMarmelab)
  • [Doc] Document live filtering with ReferenceManyField and ReferenceManyToManyField (#10467) (erwanMarmelab)
  • [Doc] Fix the <ReferenceManyToManyInput mutationOption={{onError}}> doc (#10462) (erwanMarmelab)
  • [Doc] Fix link to Spanish translation package (#10457) (adrien-may)
  • [Doc] Udate MultiLevelMenu screenshot (#10468) (erwanMarmelab)
  • [Demo] Simplify demo titles (#10461) (djhi)
  • [Demo] Fix UI glitches due to multiple conflicting MUI packages (#10464) (djhi)
  • [Tutorial] Fix tutorial has multiple conflicting MUI packages (#10465) (djhi)
Commits

Updates ra-core from 5.5.0 to 5.5.2

Release notes

Sourced from ra-core's releases.

5.5.2

5.5.1

Bumps the patch-and-minor-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.7` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.8` | `1.10.11` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.0` | `14.6.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.1` | `15.4.3` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.43.0` | `0.44.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.13.2` | `16.14.0` |
| [ra-data-simple-rest](https://github.com/marmelab/react-admin) | `5.5.0` | `5.5.2` |
| [ra-i18n-polyglot](https://github.com/marmelab/react-admin) | `5.5.0` | `5.5.2` |
| [react-admin](https://github.com/marmelab/react-admin) | `5.5.0` | `5.5.2` |
| [ra-core](https://github.com/marmelab/react-admin) | `5.5.0` | `5.5.2` |
| [next](https://github.com/vercel/next.js) | `15.1.5` | `15.1.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.5` | `15.1.6` |


Updates `@babel/core` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)

Updates `@swc/core` from 1.10.8 to 1.10.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.8...v1.10.11)

Updates `@testing-library/user-event` from 14.6.0 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6...v14.6.1)

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

Updates `lint-staged` from 15.4.1 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.4.1...v15.4.3)

Updates `markdownlint-cli` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)

Updates `stylelint` from 16.13.2 to 16.14.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.13.2...16.14.0)

Updates `ra-data-simple-rest` from 5.5.0 to 5.5.2
- [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.5.0...v5.5.2)

Updates `ra-i18n-polyglot` from 5.5.0 to 5.5.2
- [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.5.0...v5.5.2)

Updates `react-admin` from 5.5.0 to 5.5.2
- [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.5.0...v5.5.2)

Updates `ra-core` from 5.5.0 to 5.5.2
- [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.5.0...v5.5.2)

Updates `next` from 15.1.5 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.5...v15.1.6)

Updates `eslint-config-next` from 15.1.5 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: ra-data-simple-rest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: ra-i18n-polyglot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: react-admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: ra-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
@alimpens alimpens merged commit ef0234b into main Jan 28, 2025
3 checks passed
@alimpens alimpens deleted the dependabot/npm_and_yarn/patch-and-minor-dependencies-926d56e934 branch January 28, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant