Skip to content

Bump the dev-dependencies group across 1 directory with 15 updates#1183

Merged
zoul merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-89d0a6fcea
Feb 25, 2026
Merged

Bump the dev-dependencies group across 1 directory with 15 updates#1183
zoul merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dev-dependencies-89d0a6fcea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the dev-dependencies group with 13 updates in the / directory:

Package From To
@mui/material 7.3.7 7.3.8
@mui/x-charts 8.25.0 8.27.0
@slack/web-api 7.13.0 7.14.1
@vercel/blob 2.0.0 2.2.0
@vercel/functions 3.3.6 3.4.2
@ianvs/prettier-plugin-sort-imports 4.7.0 4.7.1
@playwright/test 1.57.0 1.58.2
@types/node 25.0.9 25.2.3
@typescript-eslint/eslint-plugin 8.53.0 8.55.0
autoprefixer 10.4.23 10.4.24
eslint-config-next 16.1.3 16.1.6
glob-bin 1.0.0 1.1.0
prettier 3.8.0 3.8.1

Updates @mui/material from 7.3.7 to 7.3.8

Release notes

Sourced from @​mui/material's releases.

v7.3.8

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.8

Feb 12, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Commits

Updates @mui/system from 7.3.7 to 7.3.8

Release notes

Sourced from @​mui/system's releases.

v7.3.8

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

7.3.8

Feb 12, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@7.3.8

Core

Docs

... (truncated)

Commits

Updates @mui/x-charts from 8.25.0 to 8.27.0

Release notes

Sourced from @​mui/x-charts's releases.

v8.27.0

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.27.0

@mui/x-data-grid-pro@8.27.0 pro

Same changes as in @mui/x-data-grid@8.27.0.

@mui/x-data-grid-premium@8.27.0 premium

Same changes as in @mui/x-data-grid-pro@8.27.0, plus:

  • [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.27.0

Internal changes.

@mui/x-date-pickers-pro@8.27.0 pro

Same changes as in @mui/x-date-pickers@8.27.0.

Charts

@mui/x-charts@8.27.0

  • [charts] Deprecate AxisId class in favour of to data-axis-id attribute (#21048) @​JCQuintas

@mui/x-charts-pro@8.27.0 pro

Same changes as in @mui/x-charts@8.27.0, plus:

@mui/x-charts-premium@8.27.0 premium

... (truncated)

Changelog

Sourced from @​mui/x-charts's changelog.

v8.27.0

Feb 2, 2026

We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.27.0

@mui/x-data-grid-pro@8.27.0 pro

Same changes as in @mui/x-data-grid@8.27.0.

@mui/x-data-grid-premium@8.27.0 premium

Same changes as in @mui/x-data-grid-pro@8.27.0, plus:

  • [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.27.0

Internal changes.

@mui/x-date-pickers-pro@8.27.0 pro

Same changes as in @mui/x-date-pickers@8.27.0.

Charts

@mui/x-charts@8.27.0

  • [charts] Deprecate AxisId class in favour of to data-axis-id attribute (#21048) @​JCQuintas

@mui/x-charts-pro@8.27.0 pro

Same changes as in @mui/x-charts@8.27.0, plus:

... (truncated)

Commits

Updates @slack/web-api from 7.13.0 to 7.14.1

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​7.14.1

Patch Changes

  • 370cf22: chore(deps): bump axios to ^1.13.5

@​slack/web-api@​7.14.0

Agent Thinking Steps: Display Tasks/Tools, Plans, and Markdown Text

🍿 Preview: Display as Plan

2026-02-11-thinking-steps-js-display-mode-plan.mov

🍿 Preview: Display as Timeline

2026-02-11-thinking-steps-js-display-mode-timeline.mov

📺 Chat Stream with 2 Display Mode

  • Plan Display Mode
  • Timeline Display Mode

👾 Chat Stream Structured Content

Now, you can display a mixture of structured content called "chunks":

  • 🔠 Markdown Text Block to format your text with standard markdown
  • ☑️ Task Card Block to display a single task, representing an AI Tool Call or general action
  • 🗒️ Plan Block to display a collection of related tasks
  • 📚 URL Sources Element to display references within a task card block

Available in:

  • 🔌 API Methods: chat.startStream, chat.appendStream, and chat.stopStream
  • 🛟 Chat Stream Helper: const stream = new ChatStreamer(...);, stream.append(...)

📖 Documentation

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​slack/web-api since your current version.


Updates @vercel/blob from 2.0.0 to 2.2.0

Release notes

Sourced from @​vercel/blob's releases.

@​vercel/blob@​2.2.0

Minor Changes

  • 2b1cbbc: Add ifMatch option to del() for conditional deletes (optimistic concurrency control). Only works for single-URL deletes.

@​vercel/blob@​2.1.0

Minor Changes

  • 6c68442: Add ETag support for conditional writes (optimistic concurrency control)

    • Return etag in all blob responses (put, copy, head, list, multipart)
    • Accept ifMatch option in put/copy/createMultipartUpload for conditional writes
    • Add BlobPreconditionFailedError for ETag mismatch (HTTP 412)

    Usage Example: Preventing Lost Updates

    When multiple users or processes might update the same blob concurrently, use ifMatch to ensure you don't overwrite someone else's changes:

    import { put, head, BlobPreconditionFailedError } from "@vercel/blob";
    // User 1: Read the current blob and get its ETag
    const metadata = await head("config.json");
    console.log(metadata.etag); // e.g., '"abc123"'
    // User 2: Also reads the same blob (same ETag)
    const metadata2 = await head("config.json");
    // User 1: Updates the blob with ifMatch
    // This succeeds because the ETag matches
    const result1 = await put(
    "config.json",
    JSON.stringify({ setting: "user1" }),
    {
    access: "public",
    allowOverwrite: true, // Required when updating existing blobs
    ifMatch: metadata.etag, // Only write if ETag still matches
    }
    );
    console.log(result1.etag); // New ETag: '"def456"'
    // User 2: Tries to update with their (now stale) ETag
    // This fails because User 1 already changed the blob
    try {
    await put("config.json", JSON.stringify({ setting: "user2" }), {
    access: "public",
    allowOverwrite: true,
    ifMatch: metadata2.etag, // Stale ETag - blob was modified!
    });
    } catch (error) {

... (truncated)

Changelog

Sourced from @​vercel/blob's changelog.

2.2.0

Minor Changes

  • 2b1cbbc: Add ifMatch option to del() for conditional deletes (optimistic concurrency control). Only works for single-URL deletes.

2.1.0

Minor Changes

  • 6c68442: Add ETag support for conditional writes (optimistic concurrency control)

    • Return etag in all blob responses (put, copy, head, list, multipart)
    • Accept ifMatch option in put/copy/createMultipartUpload for conditional writes
    • Add BlobPreconditionFailedError for ETag mismatch (HTTP 412)

    Usage Example: Preventing Lost Updates

    When multiple users or processes might update the same blob concurrently, use ifMatch to ensure you don't overwrite someone else's changes:

    import { put, head, BlobPreconditionFailedError } from "@vercel/blob";
    // User 1: Read the current blob and get its ETag
    const metadata = await head("config.json");
    console.log(metadata.etag); // e.g., '"abc123"'
    // User 2: Also reads the same blob (same ETag)
    const metadata2 = await head("config.json");
    // User 1: Updates the blob with ifMatch
    // This succeeds because the ETag matches
    const result1 = await put(
    "config.json",
    JSON.stringify({ setting: "user1" }),
    {
    access: "public",
    allowOverwrite: true, // Required when updating existing blobs
    ifMatch: metadata.etag, // Only write if ETag still matches
    }
    );
    console.log(result1.etag); // New ETag: '"def456"'
    // User 2: Tries to update with their (now stale) ETag
    // This fails because User 1 already changed the blob
    try {
    await put("config.json", JSON.stringify({ setting: "user2" }), {
    access: "public",
    allowOverwrite: true,
    ifMatch: metadata2.etag, // Stale ETag - blob was modified!

... (truncated)

Commits

Bumps the dev-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.7` | `7.3.8` |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `8.25.0` | `8.27.0` |
| [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `7.13.0` | `7.14.1` |
| [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob) | `2.0.0` | `2.2.0` |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `3.3.6` | `3.4.2` |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.7.0` | `4.7.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.2.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.0` | `8.55.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.3` | `16.1.6` |
| [glob-bin](https://github.com/isaacs/glob-bin) | `1.0.0` | `1.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |



Updates `@mui/material` from 7.3.7 to 7.3.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-material)

Updates `@mui/system` from 7.3.7 to 7.3.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-system)

Updates `@mui/x-charts` from 8.25.0 to 8.27.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.27.0/packages/x-charts)

Updates `@slack/web-api` from 7.13.0 to 7.14.1
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.13.0...@slack/web-api@7.14.1)

Updates `@vercel/blob` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/blob/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/blob@2.2.0/packages/blob)

Updates `@vercel/functions` from 3.3.6 to 3.4.2
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@3.4.2/packages/functions)

Updates `@ianvs/prettier-plugin-sort-imports` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1)

Updates `@playwright/test` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.2)

Updates `@types/node` from 25.0.9 to 25.2.3
- [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.53.0 to 8.55.0
- [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.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.0 to 8.56.0
- [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.56.0/packages/parser)

Updates `autoprefixer` from 10.4.23 to 10.4.24
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.23...10.4.24)

Updates `eslint-config-next` from 16.1.3 to 16.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/v16.1.6/packages/eslint-config-next)

Updates `glob-bin` from 1.0.0 to 1.1.0
- [Changelog](https://github.com/isaacs/glob-bin/blob/main/changelog.md)
- [Commits](isaacs/glob-bin@v1.0.0...v1.1.0)

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

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-version: 7.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@mui/system"
  dependency-version: 7.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@mui/x-charts"
  dependency-version: 8.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@slack/web-api"
  dependency-version: 7.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vercel/blob"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vercel/functions"
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-version: 4.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: glob-bin
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Aktualizace závislostí javascript Pull requests that update javascript code labels Feb 23, 2026
@zoul zoul merged commit 20b8214 into master Feb 25, 2026
4 of 5 checks passed
@zoul zoul deleted the dependabot/npm_and_yarn/dev-dependencies-89d0a6fcea branch February 25, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Aktualizace závislostí javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant