Skip to content

Bump the minor-and-patch group across 1 directory with 13 updates#1619

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/minor-and-patch-090e7b0994
Closed

Bump the minor-and-patch group across 1 directory with 13 updates#1619
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/minor-and-patch-090e7b0994

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 12 updates in the / directory:

Package From To
luxon 3.6.1 3.7.1
@types/luxon 3.6.2 3.7.1
mui-rff 8.0.4 8.1.0
react-i18next 15.5.3 15.6.1
react-select 5.10.1 5.10.2
smol-toml 1.4.0 1.4.1
typescript 5.8.3 5.9.2
@playwright/test 1.53.2 1.54.2
@types/lodash 4.17.19 4.17.20
@types/react-virtualized-auto-sizer 1.0.4 1.0.8
eslint 9.30.0 9.32.0
vite 7.0.6 7.1.1

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates @types/luxon from 3.6.2 to 3.7.1

Commits

Updates mui-rff from 8.0.4 to 8.1.0

Release notes

Sourced from mui-rff's releases.

v8.1.0

8.1.0 (2025-07-06)

Features

  • add build-example script (b928ee9)
  • add release-please integration (520eb74)
  • add release-please npm package (e9b0881)
  • update lockfile (e01525a)
  • upgrade MUI to v7 and related dependencies - Upgrade @​mui/material to v7.1.1 - Upgrade @​mui/system to v7.1.1 - Upgrade @​mui/x-date-pickers to v8.5.2 - Upgrade @​emotion/react and @​emotion/styled to v11.14.0 - Upgrade date-fns to v4.1.0 - Upgrade @​date-io/core to v3.2.0 - Upgrade @​date-io/date-fns to v3.2.1 - Fix TypeScript errors in date picker components - Update test snapshots for MUI v7 compatibility - Fix example project configuration for local module resolution - Change locale from Russian to French in example (d10596b)
  • upgrade to Yarn 4 - Update package.json files, add .yarnrc.yml, update GitHub Actions, docs and .gitignore (1fbcd4d)

Bug Fixes

  • add build-example (1805738)
  • add missing manifest (9f1a94c)
  • add package.json to tabs rule (76fe1da)
  • attempt to configure git to get verified commits (26a0202)
  • build example wasn't being called (e473e41)
  • don't include component in tag (bbcb13c)
  • ensure onBlur is passed to MUI Checkbox to correctly set touched state (closes #1187) (67cc8d5)
  • ensure onBlur is passed to MUI Radio to correctly set touched state (closes #1187) (831490c)
  • improve Yarn 4 setup in GitHub Actions (c59f9a8)
  • pass placeholder via textFieldProps for Autocomplete, resolves TS 5.3.3 error (closes #1098) (ff16223)
  • remove cache for now so that master can build once first. we can add this back later. (4f6118a)
  • remove outdated script targets (ce5c3d0)
  • set bootstrap version for release-please (c2e263d)
  • simplify vite config (aa0c337)
  • update GitHub Actions to properly setup Yarn 4 (26cb6d5)
  • use relative asset paths for GitHub Pages deployment (d1d9cbf)
Changelog

Sourced from mui-rff's changelog.

8.1.0 (2025-07-06)

Features

  • add build-example script (b928ee9)
  • add release-please integration (520eb74)
  • add release-please npm package (e9b0881)
  • update lockfile (e01525a)
  • upgrade MUI to v7 and related dependencies - Upgrade @​mui/material to v7.1.1 - Upgrade @​mui/system to v7.1.1 - Upgrade @​mui/x-date-pickers to v8.5.2 - Upgrade @​emotion/react and @​emotion/styled to v11.14.0 - Upgrade date-fns to v4.1.0 - Upgrade @​date-io/core to v3.2.0 - Upgrade @​date-io/date-fns to v3.2.1 - Fix TypeScript errors in date picker components - Update test snapshots for MUI v7 compatibility - Fix example project configuration for local module resolution - Change locale from Russian to French in example (d10596b)
  • upgrade to Yarn 4 - Update package.json files, add .yarnrc.yml, update GitHub Actions, docs and .gitignore (1fbcd4d)

Bug Fixes

  • add build-example (1805738)
  • add missing manifest (9f1a94c)
  • add package.json to tabs rule (76fe1da)
  • attempt to configure git to get verified commits (26a0202)
  • build example wasn't being called (e473e41)
  • don't include component in tag (bbcb13c)
  • ensure onBlur is passed to MUI Checkbox to correctly set touched state (closes #1187) (67cc8d5)
  • ensure onBlur is passed to MUI Radio to correctly set touched state (closes #1187) (831490c)
  • improve Yarn 4 setup in GitHub Actions (c59f9a8)
  • pass placeholder via textFieldProps for Autocomplete, resolves TS 5.3.3 error (closes #1098) (ff16223)
  • remove cache for now so that master can build once first. we can add this back later. (4f6118a)
  • remove outdated script targets (ce5c3d0)
  • set bootstrap version for release-please (c2e263d)
  • simplify vite config (aa0c337)
  • update GitHub Actions to properly setup Yarn 4 (26cb6d5)
  • use relative asset paths for GitHub Pages deployment (d1d9cbf)
Commits
  • 549e7bc Merge pull request #1234 from lookfirst/release-please--branches--master--com...
  • 71aabbe chore(master): release 8.1.0
  • 90a2ee2 Merge pull request #1233 from lookfirst/release-please-fix
  • bb8296a chore: remove failed attempt at git
  • cb1d1c9 Merge pull request #1232 from lookfirst/release-please-fix
  • 26a0202 fix: attempt to configure git to get verified commits
  • e473e41 fix: build example wasn't being called
  • 4cb247f Merge pull request #1230 from lookfirst/release-please-fix
  • bbcb13c fix: don't include component in tag
  • c062f0b Merge pull request #1228 from lookfirst/release-please-fix
  • Additional commits viewable in compare view

Updates react-i18next from 15.5.3 to 15.6.1

Changelog

Sourced from react-i18next's changelog.

15.6.1

avoid exception when passing bindI18n: false 1856

15.6.0

fix: passing components as object should still allow for indexed matching of children 1854

Commits

Updates react-select from 5.10.1 to 5.10.2

Release notes

Sourced from react-select's releases.

react-select@5.10.2

Patch Changes

Commits

Updates smol-toml from 1.4.0 to 1.4.1

Release notes

Sourced from smol-toml's releases.

v1.4.1

A little fix for asNeeded not being implemented correctly.

What's Changed

fix: properly implement asNeeded by @​cyyynthia

Full Changelog: squirrelchat/smol-toml@v1.4.0...v1.4.1

Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @playwright/test from 1.53.2 to 1.54.2

Release notes

Sourced from @​playwright/test's releases.

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Highlights

microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.0

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@playwright/test';
    export default defineConfig({
    reporter: [['html', { noSnippets: true }]]
    });

  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

... (truncated)

Commits

Updates @types/lodash from 4.17.19 to 4.17.20

Commits

Updates @types/luxon from 3.6.2 to 3.7.1

Commits

Updates @types/react-virtualized-auto-sizer from 1.0.4 to 1.0.8

Commits

Updates eslint from 9.30.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates typescript-eslint from 8.35.1 to 8.39.0

Release notes

Sourced from typescript-eslint's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

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

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

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

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

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

Commits
  • c98d513 chore(release): publish 8.39.0
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • 84b7a2e chore(release): publish 8.36.0
  • 0c40c7a feat(typescript-eslint): support basePath in tseslint.config() (#11357)
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • See full diff in compare view

Updates vite from 7.0.6 to 7.1.1

Release notes

Sourced from vite's releases.

v7.1.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.1.0

Please refer to

Bumps the minor-and-patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [luxon](https://github.com/moment/luxon) | `3.6.1` | `3.7.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.6.2` | `3.7.1` |
| [mui-rff](https://github.com/lookfirst/mui-rff) | `8.0.4` | `8.1.0` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.5.3` | `15.6.1` |
| [react-select](https://github.com/JedWatson/react-select) | `5.10.1` | `5.10.2` |
| [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.4.0` | `1.4.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.53.2` | `1.54.2` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.19` | `4.17.20` |
| [@types/react-virtualized-auto-sizer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-virtualized-auto-sizer) | `1.0.4` | `1.0.8` |
| [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.32.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.6` | `7.1.1` |



Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

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

Updates `mui-rff` from 8.0.4 to 8.1.0
- [Release notes](https://github.com/lookfirst/mui-rff/releases)
- [Changelog](https://github.com/lookfirst/mui-rff/blob/master/CHANGELOG.md)
- [Commits](lookfirst/mui-rff@v8.0.4...v8.1.0)

Updates `react-i18next` from 15.5.3 to 15.6.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.5.3...v15.6.1)

Updates `react-select` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.10.1...react-select@5.10.2)

Updates `smol-toml` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.4.0...v1.4.1)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@playwright/test` from 1.53.2 to 1.54.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.53.2...v1.54.2)

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

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

Updates `@types/react-virtualized-auto-sizer` from 1.0.4 to 1.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-virtualized-auto-sizer)

Updates `eslint` from 9.30.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.30.0...v9.32.0)

Updates `typescript-eslint` from 8.35.1 to 8.39.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.39.0/packages/typescript-eslint)

Updates `vite` from 7.0.6 to 7.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mui-rff
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-i18next
  dependency-version: 15.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-select
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: smol-toml
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.54.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react-virtualized-auto-sizer"
  dependency-version: 1.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type:dependencies Pull requests that update a dependency file label Aug 8, 2025
@github-actions github-actions Bot added the status:conflicts Conflicts with another pull request or issue label Aug 11, 2025
@github-actions

Copy link
Copy Markdown

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 11, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-090e7b0994 branch August 11, 2025 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:conflicts Conflicts with another pull request or issue type:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants