Skip to content

Bump the minor-and-patch group with 6 updates - #1378

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-7d41acd452
Closed

Bump the minor-and-patch group with 6 updates#1378
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-7d41acd452

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 6 updates:

Package From To
@types/node 24.0.3 24.0.11
cspell 9.1.1 9.1.3
globals 16.2.0 16.3.0
prettier 3.5.3 3.6.2
stylelint 16.20.0 16.21.1
typescript-eslint 8.35.1 8.36.0

Updates @types/node from 24.0.3 to 24.0.11

Commits

Updates cspell from 9.1.1 to 9.1.3

Release notes

Sourced from cspell's releases.

v9.1.3

Fixes

fix: Add toml config reader/writer (#7565)

fixes #7563


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7569)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json |  2 +-
 pnpm-lock.yaml                             | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7564)

Update Dictionaries (main)

Summary

... (truncated)

Changelog

Sourced from cspell's changelog.

v9.1.3 (2025-07-05)

Fixes

fix: Add toml config reader/writer (#7565)

fixes #7563


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7569)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json |  2 +-
 pnpm-lock.yaml                             | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7564)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json |  2 +-
 pnpm-lock.yaml                             | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

... (truncated)

Commits

Updates globals from 16.2.0 to 16.3.0

Release notes

Sourced from globals's releases.

v16.3.0

  • Update globals (#304) 8c029d9

sindresorhus/globals@v16.2.0...v16.3.0

Commits

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar


Another
List

<!-- Prettier 3.6.1 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List



<!-- Prettier 3.6.2 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates stylelint from 16.20.0 to 16.21.1

Release notes

Sourced from stylelint's releases.

16.21.1

It fixes 3 bugs.

  • Fixed: unexpected change of syntax in computed EditInfo (#8638) (@​romainmenke).
  • Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@​Solomon-mithra).
  • Fixed: media-feature-range-notation autofix for exact values (#8651) (@​romainmenke).

16.21.0

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Changelog

Sourced from stylelint's changelog.

16.21.1 - 2025-07-03

It fixes 3 bugs.

  • Fixed: unexpected change of syntax in computed EditInfo (#8638) (@​romainmenke).
  • Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@​Solomon-mithra).
  • Fixed: media-feature-range-notation autofix for exact values (#8651) (@​romainmenke).

16.21.0 - 2025-06-19

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Commits
  • 883249a 16.21.1
  • e68ff10 Prepare 16.21.1 (#8640)
  • 3ad2c44 Fix media-feature-range-notation autofix for exact values (#8651)
  • 58b162d Document config, plugin and formatter packages on npm (#8650)
  • a0b4a8d Fix function-linear-gradient-no-nonstandard-direction false positives for C...
  • 3a47448 Bump the jest group across 1 directory with 3 updates (#8634)
  • 1a19d6a Bump rollup from 4.44.0 to 4.44.1 (#8644)
  • f6958a8 Bump prettier from 3.5.3 to 3.6.2 (#8645)
  • 395ae69 Bump eslint from 9.29.0 to 9.30.0 in the eslint group (#8646)
  • ce56d5d Fix unexpected change of syntax in computed EditInfo (#8638)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.35.1 to 8.36.0

Release notes

Sourced from typescript-eslint's releases.

v8.36.0

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.

Changelog

Sourced from typescript-eslint's changelog.

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

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

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 8, 2025

Copy link
Copy Markdown

Deploying dev-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5db3caa
Status: ✅  Deploy successful!
Preview URL: https://0f38d1ff.dev-site-4ua.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mino.dev-site-4ua.pages.dev

View logs

@oalders-mm

Copy link
Copy Markdown
Contributor
╔══════════════════════════════════════════════════════════╤═════════════╤═════════════╗
║ package-lock.json                                        │             │             ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ package                                                  │ old version │ new version ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-bundled-dicts                │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-json-reporter                │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-pipe                         │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-resolver                     │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-service-bus                  │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/cspell-types                        │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-aws                            │ 4.0.10      │ 4.0.11      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-en_us                          │ 4.4.11      │ 4.4.13      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-en-common-misspellings         │ 2.1.1       │ 2.1.2       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-en-gb-mit                      │ 3.1.1       │ 3.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-npm                            │ 5.2.6       │ 5.2.10      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-software-terms                 │ 5.1.0       │ 5.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dict-terraform                      │ 1.1.1       │ 1.1.2       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/dynamic-import                      │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/filetypes                           │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/strong-weak-map                     │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@cspell/url                                 │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@types/node                                 │ 24.0.3      │ 24.0.11     ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/eslint-plugin            │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/parser                   │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/project-service          │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/scope-manager            │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/tsconfig-utils           │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/type-utils               │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/types                    │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/typescript-estree        │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/utils                    │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/@typescript-eslint/visitor-keys             │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell                                      │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-config-lib                           │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-dictionary                           │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-gitignore                            │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-glob                                 │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-grammar                              │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-io                                   │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-lib                                  │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/cspell-trie-lib                             │ 9.1.1       │ 9.1.3       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/globals                                     │ 16.2.0      │ 16.3.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/prettier                                    │ 3.5.3       │ 3.6.2       ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/stylelint                                   │ 16.20.0     │ 16.21.1     ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/stylelint/node_modules/known-css-properties │ 0.36.0      │ 0.37.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/typescript-eslint                           │ 8.35.1      │ 8.36.0      ║
╟──────────────────────────────────────────────────────────┼─────────────┼─────────────╢
║ node_modules/smol-toml                                   │ null        │ 1.4.1       ║
╚══════════════════════════════════════════════════════════╧═════════════╧═════════════╝

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.3` | `24.0.11` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.1.1` | `9.1.3` |
| [globals](https://github.com/sindresorhus/globals) | `16.2.0` | `16.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.20.0` | `16.21.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.36.0` |


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

Updates `cspell` from 9.1.1 to 9.1.3
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.1.3/packages/cspell)

Updates `globals` from 16.2.0 to 16.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.2.0...v16.3.0)

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

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

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cspell
  dependency-version: 9.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: globals
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: stylelint
  dependency-version: 16.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.36.0
  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 force-pushed the dependabot/npm_and_yarn/minor-and-patch-7d41acd452 branch from 77590f7 to 5db3caa Compare July 10, 2025 18:17
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 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 Jul 14, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-7d41acd452 branch July 14, 2025 18:09
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