Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps the npm group with 30 updates in the / directory:

Package From To
@fortawesome/fontawesome-svg-core 6.7.2 7.1.0
@fortawesome/free-brands-svg-icons 6.7.2 7.1.0
@fortawesome/free-regular-svg-icons 6.7.2 7.1.0
@fortawesome/free-solid-svg-icons 6.7.2 7.1.0
@astrojs/mdx 4.3.12 4.3.13
@github/markdownlint-github 0.6.3 0.8.0
@playwright/test 1.56.1 1.57.0
@textlint-rule/textlint-rule-no-unmatched-pair 2.0.3 2.0.4
@types/node 20.19.24 24.10.2
@typescript-eslint/eslint-plugin 7.7.0 8.49.0
astro 5.16.4 5.16.5
autoprefixer 10.4.21 10.4.22
babel-loader 9.2.1 10.0.0
eslint 8.57.0 9.39.1
eslint-plugin-json 3.1.0 4.0.1
glob 10.5.0 13.0.0
markdownlint-cli2-formatter-pretty 0.0.6 0.0.9
remark-cli 12.0.0 12.0.1
remark-preset-lint-consistent 6.0.0 6.0.1
remark-preset-lint-markdown-style-guide 6.0.0 6.0.1
remark-preset-lint-recommended 7.0.0 7.0.1
remark-retext 6.0.0 6.0.1
sass 1.93.3 1.95.1
sass-loader 14.2.1 16.0.6
textlint 14.0.4 15.5.0
textlint-rule-stop-words 5.0.8 5.2.0
textlint-rule-terminology 5.2.6 5.2.16
webpack 5.94.0 5.103.0
webpack-cli 5.1.4 6.0.1
xo 0.58.0 1.2.3

Updates @fortawesome/fontawesome-svg-core from 6.7.2 to 7.1.0

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-brands-svg-icons from 6.7.2 to 7.1.0

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-regular-svg-icons from 6.7.2 to 7.1.0

Release notes

Sourced from @​fortawesome/free-regular-svg-icons's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.7.2 to 7.1.0

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @astrojs/mdx from 4.3.12 to 4.3.13

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.3.13

Patch Changes

  • Updated dependencies [d8305f8]:
    • @​astrojs/markdown-remark@​6.3.10
Changelog

Sourced from @​astrojs/mdx's changelog.

4.3.13

Patch Changes

  • Updated dependencies [d8305f8]:
    • @​astrojs/markdown-remark@​6.3.10
Commits

Updates @github/markdownlint-github from 0.6.3 to 0.8.0

Release notes

Sourced from @​github/markdownlint-github's releases.

v0.8.0

Returns support for browser environments by removing the dependency on Node's fs tooling. Also makes the init method synchronous.

What's Changed

Other changes

Full Changelog: github/markdownlint-github@v0.7.0...v0.8.0

v0.7.0

What's Changed

Breaking: to support future versions of markdownlint, this version moves the library from CommonJS to ESM

... (truncated)

Commits
  • c5d7531 Update config files to use plain JS instead of JSON (#149)
  • 6a47732 chore: Bump eslint from 9.24.0 to 9.25.0 in the all-dependencies group (#148)
  • af0814e chore: Bump eslint from 9.23.0 to 9.24.0 in the all-dependencies group (#147)
  • de4f8c7 Bump eslint-plugin-github from 5.1.8 to 6.0.0 (#146)
  • 14d7d0c chore: group dependabot (#145)
  • aa45b18 Bump eslint-plugin-github from 5.1.7 to 5.1.8 (#144)
  • 141772d Bump eslint-plugin-github from 5.1.5 to 5.1.7 (#142)
  • 6ea710c Bump github/accessibility-alt-text-bot from 1.6.0 to 1.7.1 (#143)
  • eff2496 Bump eslint-plugin-github from 5.1.4 to 5.1.5 (#140)
  • a503dbb Bump markdownlint from 0.37.3 to 0.37.4 (#141)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.56.1 to 1.57.0

Release notes

Sourced from @​playwright/test's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits

Updates @textlint-rule/textlint-rule-no-unmatched-pair from 2.0.3 to 2.0.4

Release notes

Sourced from @​textlint-rule/textlint-rule-no-unmatched-pair's releases.

v2.0.4

What's Changed

Documentation

New Contributors

Full Changelog: textlint-rule/textlint-rule-no-unmatched-pair@v2.0.3...v2.0.4

Commits

Updates @types/node from 20.19.24 to 24.10.2

Commits

Updates @typescript-eslint/eslint-plugin from 7.7.0 to 8.49.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

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

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

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

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

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

8.48.1 (2025-12-02)

🩹 Fixes

  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)

❤️ Thank You

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

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

... (truncated)

Commits
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 56149a2 feat(eslint-plugin): use Intl.Segmenter instead of graphemer (#11804)
  • 34a49a4 fix(deps): update dependency prettier to v3.7.2 (#11820)
  • d2d7ace docs: fixes bad link to jest docs in unbound-method rule page (#11823)
  • 8fe3445 chore(release): publish 8.48.1
  • 5ac66a6 fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...
  • 906cc3c fix(eslint-plugin): [restrict-template-expressions] check base types in allow...
  • 16cf0f7 test(eslint-plugin): [consistent-type-exports] add more shadowed imports test...
  • 0db02ac fix(eslint-plugin): honor ignored base types on generic classes (#11767)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates astro from 5.16.4 to 5.16.5

Release notes

Sourced from astro's releases.

astro@5.16.5

Patch Changes

  • #14985 c016f10 Thanks @​florian-lefebvre! - Fixes a case where JSDoc annotations wouldn't show for fonts related APIs in the Astro config

  • #14973 ed7cc2f Thanks @​amankumarpandeyin! - Fixes performance regression and OOM errors when building medium-sized blogs with many content entries. Replaced O(n²) object spread pattern with direct mutation in generateLookupMap.

  • #14958 70eb542 Thanks @​ascorbic! - Gives a helpful error message if a user sets output: "hybrid" in their Astro config.

    The option was removed in Astro 5, but lots of content online still references it, and LLMs often suggest it. It's not always clear that the replacement is output: "static", rather than output: "server". This change adds a helpful error message to guide humans and robots.

  • #14901 ef53716 Thanks @​Darknab! - Updates the glob() loader to log a warning when duplicated IDs are detected

  • Updated dependencies [d8305f8]:

    • @​astrojs/markdown-remark@​6.3.10
Changelog

Sourced from astro's changelog.

5.16.5

Patch Changes

  • #14985 c016f10 Thanks @​florian-lefebvre! - Fixes a case where JSDoc annotations wouldn't show for fonts related APIs in the Astro config

  • #14973 ed7cc2f Thanks @​amankumarpandeyin! - Fixes performance regression and OOM errors when building medium-sized blogs with many content entries. Replaced O(n²) object spread pattern with direct mutation in generateLookupMap.

  • #14958 70eb542 Thanks @​ascorbic! - Gives a helpful error message if a user sets output: "hybrid" in their Astro config.

    The option was removed in Astro 5, but lots of content online still references it, and LLMs often suggest it. It's not always clear that the replacement is output: "static", rather than output: "server". This change adds a helpful error message to guide humans and robots.

  • #14901 ef53716 Thanks @​Darknab! - Updates the glob() loader to log a warning when duplicated IDs are detected

  • Updated dependencies [d8305f8]:

    • @​astrojs/markdown-remark@​6.3.10
Commits

Updates autoprefixer from 10.4.21 to 10.4.22

Release notes

Sourced from autoprefixer's releases.

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Changelog

Sourced from autoprefixer's changelog.

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Commits

Updates babel-loader from 9.2.1 to 10.0.0

Release notes

Sourced from babel-loader's releases.

v10.0.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Docs

Dependencies

Internal

New Contributors

Full Changelog: babel/babel-loader@v9.1.3...v10.0.0

Commits

Updates eslint from 8.57.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)

Bumps the npm group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.1.0` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.1.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.1.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.1.0` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.3.12` | `4.3.13` |
| [@github/markdownlint-github](https://github.com/github/markdownlint-github) | `0.6.3` | `0.8.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [@textlint-rule/textlint-rule-no-unmatched-pair](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair) | `2.0.3` | `2.0.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.24` | `24.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.7.0` | `8.49.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.16.4` | `5.16.5` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.22` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.2.1` | `10.0.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.39.1` |
| [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) | `3.1.0` | `4.0.1` |
| [glob](https://github.com/isaacs/node-glob) | `10.5.0` | `13.0.0` |
| [markdownlint-cli2-formatter-pretty](https://github.com/DavidAnson/markdownlint-cli2) | `0.0.6` | `0.0.9` |
| [remark-cli](https://github.com/remarkjs/remark) | `12.0.0` | `12.0.1` |
| [remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint) | `6.0.0` | `6.0.1` |
| [remark-preset-lint-markdown-style-guide](https://github.com/remarkjs/remark-lint) | `6.0.0` | `6.0.1` |
| [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) | `7.0.0` | `7.0.1` |
| [remark-retext](https://github.com/remarkjs/remark-retext) | `6.0.0` | `6.0.1` |
| [sass](https://github.com/sass/dart-sass) | `1.93.3` | `1.95.1` |
| [sass-loader](https://github.com/webpack/sass-loader) | `14.2.1` | `16.0.6` |
| [textlint](https://github.com/textlint/textlint) | `14.0.4` | `15.5.0` |
| [textlint-rule-stop-words](https://github.com/sapegin/textlint-rule-stop-words) | `5.0.8` | `5.2.0` |
| [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) | `5.2.6` | `5.2.16` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.103.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `6.0.1` |
| [xo](https://github.com/xojs/xo) | `0.58.0` | `1.2.3` |



Updates `@fortawesome/fontawesome-svg-core` from 6.7.2 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.1.0)

Updates `@fortawesome/free-brands-svg-icons` from 6.7.2 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.1.0)

Updates `@fortawesome/free-regular-svg-icons` from 6.7.2 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.1.0)

Updates `@fortawesome/free-solid-svg-icons` from 6.7.2 to 7.1.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.1.0)

Updates `@astrojs/mdx` from 4.3.12 to 4.3.13
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.13/packages/integrations/mdx)

Updates `@github/markdownlint-github` from 0.6.3 to 0.8.0
- [Release notes](https://github.com/github/markdownlint-github/releases)
- [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md)
- [Commits](github/markdownlint-github@v0.6.3...v0.8.0)

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

Updates `@textlint-rule/textlint-rule-no-unmatched-pair` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/releases)
- [Commits](textlint-rule/textlint-rule-no-unmatched-pair@v2.0.3...v2.0.4)

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

Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 8.49.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.49.0/packages/eslint-plugin)

Updates `astro` from 5.16.4 to 5.16.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.5/packages/astro)

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

Updates `babel-loader` from 9.2.1 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.2.1...v10.0.0)

Updates `eslint` from 8.57.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v9.39.1)

Updates `eslint-plugin-json` from 3.1.0 to 4.0.1
- [Release notes](https://github.com/azeemba/eslint-plugin-json/releases)
- [Commits](https://github.com/azeemba/eslint-plugin-json/commits)

Updates `glob` from 10.5.0 to 13.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.5.0...v13.0.0)

Updates `markdownlint-cli2-formatter-pretty` from 0.0.6 to 0.0.9
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.0.6...v0.0.9)

Updates `remark-cli` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-cli@12.0.0...remark-cli@12.0.1)

Updates `remark-preset-lint-consistent` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits)

Updates `remark-preset-lint-markdown-style-guide` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits)

Updates `remark-preset-lint-recommended` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](remarkjs/remark-lint@7.0.0...7.0.1)

Updates `remark-retext` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/remarkjs/remark-retext/releases)
- [Commits](remarkjs/remark-retext@6.0.0...6.0.1)

Updates `sass` from 1.93.3 to 1.95.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.93.3...1.95.1)

Updates `sass-loader` from 14.2.1 to 16.0.6
- [Release notes](https://github.com/webpack/sass-loader/releases)
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/sass-loader@v14.2.1...v16.0.6)

Updates `textlint` from 14.0.4 to 15.5.0
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v14.0.4...v15.5.0)

Updates `textlint-rule-stop-words` from 5.0.8 to 5.2.0
- [Release notes](https://github.com/sapegin/textlint-rule-stop-words/releases)
- [Commits](sapegin/textlint-rule-stop-words@v5.0.8...v5.2.0)

Updates `textlint-rule-terminology` from 5.2.6 to 5.2.16
- [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases)
- [Commits](sapegin/textlint-rule-terminology@v5.2.6...v5.2.16)

Updates `webpack` from 5.94.0 to 5.103.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.103.0)

Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.1)

Updates `xo` from 0.58.0 to 1.2.3
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.58.0...v1.2.3)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@astrojs/mdx"
  dependency-version: 4.3.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@github/markdownlint-github"
  dependency-version: 0.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@textlint-rule/textlint-rule-no-unmatched-pair"
  dependency-version: 2.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 24.10.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.49.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: astro
  dependency-version: 5.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: autoprefixer
  dependency-version: 10.4.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: babel-loader
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-plugin-json
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: glob
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: markdownlint-cli2-formatter-pretty
  dependency-version: 0.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-cli
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-preset-lint-consistent
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-preset-lint-markdown-style-guide
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-preset-lint-recommended
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-retext
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.95.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass-loader
  dependency-version: 16.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: textlint
  dependency-version: 15.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: textlint-rule-stop-words
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: textlint-rule-terminology
  dependency-version: 5.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: webpack
  dependency-version: 5.103.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack-cli
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: xo
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2025
@github-actions github-actions bot enabled auto-merge December 10, 2025 17:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

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

@dependabot dependabot bot closed this Jan 1, 2026
auto-merge was automatically disabled January 1, 2026 13:06

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-f812310541 branch January 1, 2026 13:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant