Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the npm group across 1 directory with 10 updates #777

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

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

Package From To
@typescript-eslint/eslint-plugin 7.7.0 8.8.0
eslint 8.57.0 9.11.1
eslint-plugin-json 3.1.0 4.0.1
markdownlint-cli2-formatter-pretty 0.0.6 0.0.7
remark-cli 12.0.0 12.0.1
textlint 14.0.4 14.2.0
textlint-rule-stop-words 5.0.8 5.1.2
textlint-rule-terminology 5.2.6 5.2.12
unified 11.0.4 11.0.5
xo 0.58.0 0.59.3

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

Release notes

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

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [return-await] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update missing type information message (#10043)

❤️ Thank You

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

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

  • Abraham Guo

... (truncated)

Changelog

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

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

... (truncated)

Commits
  • 2055cfb chore(release): publish 8.8.0
  • b121bd9 feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)
  • 9028d9d docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)
  • 977e0a1 fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...
  • 6ce66b5 fix: remove export type * in d.ts to support TS<5.0 (#10070)
  • a916ff2 feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)
  • b36d524 fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
  • 7a216fe fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...
  • 94c5484 fix(type-utils): check for type parameters on isBuiltinSymbolLikeRecurser()...
  • ced951b docs: [prefer-literal-enum-member] fix bad examples (#10035)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.11.1

Release notes

Sourced from eslint's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

... (truncated)

Commits
  • 69e9459 9.11.1
  • fcdac44 Build: changelog update for 9.11.1
  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943)
  • 36d8095 chore: package.json update for @​eslint/js release
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931)
  • Additional commits viewable in compare view

Updates eslint-plugin-json from 3.1.0 to 4.0.1

Commits

Updates markdownlint-cli2-formatter-pretty from 0.0.6 to 0.0.7

Changelog

Sourced from markdownlint-cli2-formatter-pretty's changelog.

0.0.7

  • Support .markdownlint-cli2.js and .markdownlint.js
Commits
  • ef8a0b3 Update to version 0.0.7.
  • 5a32da0 Update dependency: eslint to 7.8.0.
  • 45b2cc3 Add support for .markdownlint-cli2.js configuration files.
  • ab64c34 Put local path first for require to resolve Node 10-specific issue.
  • 823ff4a Disable fail-fast strategy for CI (show all failures).
  • 2ef3ec9 Add support for .markdownlint.js configuration files.
  • 8e5aba0 Minor refactorings to simplify code.
  • bfd70b1 Refactor to perform parent directory walk once per directory (vs. once per fi...
  • 30def18 Add test case for deeply-nested files with shallowly-nested configuration.
  • 8fb0cf4 Make a full editing pass on README.md.
  • Additional commits viewable in compare view

Updates remark-cli from 12.0.0 to 12.0.1

Release notes

Sourced from remark-cli's releases.

[email protected]

  • a185821b Update internal import-meta-resolve

Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]@12.0.1

Commits
  • 84a2c41 remark-cli: 12.0.1
  • 884e14d Fix build by downgrading Node
  • f9c1a41 Update Actions
  • 1d706ed Add remark-custom-header-id to list of plugins
  • a185821 cli: update import-meta-resolve
  • 95a6156 Update dev-dependencies
  • 6e0a70b Add remark-github-blockquote-alert to list of plugins
  • d0886dc Add remark-github-admonitions-to-directives to list of plugins
  • 618a9ad Add remark-hexo to list of plugins
  • 5017a27 15.0.1
  • Additional commits viewable in compare view

Updates textlint from 14.0.4 to 14.2.0

Commits
  • 9e57c91 chore(release): v14.2.0 (#1418)
  • 4d62022 fix(textlint-scripts): update to pkg-to-readme@3 (#1417)
  • 82edb8d chore(release): v14.1.0 (#1416)
  • c628f8a feat(textlint): Add linter.scanFilePath API (#1414)
  • 5eab05f fix(docs): remove Lato from the documentation website (#1407)
  • 80cea10 chore(deps): update dependency eol-converter-cli to ^1.1.0
  • feadc16 fix(deps): update dependency @​babel/preset-env to ^7.25.3
  • b441ff8 chore(release): v14.0.5 (#1402)
  • 2113ac8 refactor(markdown-to-ast): migrate to neotraverse (#1401)
  • c077145 fix(deps): update dependency @​babel/core to ^7.25.2
  • Additional commits viewable in compare view

Updates textlint-rule-stop-words from 5.0.8 to 5.1.2

Release notes

Sourced from textlint-rule-stop-words's releases.

v5.1.2

5.1.2 (2024-09-26)

Bug Fixes

v5.1.1

5.1.1 (2024-09-05)

Bug Fixes

  • Suggest replacing "therefore" with "thus" (5c0b7c9)

v5.1.0

5.1.0 (2024-08-28)

Bug Fixes

  • Catch issues in front of an ellipsis (de99534)

Features

  • Upgrade the project setup (c37b910)

v5.0.10

5.0.10 (2024-08-28)

Bug Fixes

  • Remove "and so forth", don't require point after "etc" (5c12d96)

v5.0.9

5.0.9 (2024-08-13)

Bug Fixes

Commits
  • d9cf955 fix: Remove "therefore"
  • 5c0b7c9 fix: Suggest replacing "therefore" with "thus"
  • c37b910 feat: Upgrade the project setup
  • de99534 fix: Catch issues in front of an ellipsis
  • 5c12d96 fix: Remove "and so forth", don't require point after "etc"
  • e493d5b fix: Remove "truly"
  • See full diff in compare view

Updates textlint-rule-terminology from 5.2.6 to 5.2.12

Release notes

Sourced from textlint-rule-terminology's releases.

v5.2.12

5.2.12 (2024-09-28)

Bug Fixes

v5.2.11

5.2.11 (2024-09-28)

Bug Fixes

  • Add "must have", "should have", "could have", and "won’t have" (34054c9)

v5.2.10

5.2.10 (2024-09-28)

Bug Fixes

v5.2.9

5.2.9 (2024-09-24)

Bug Fixes

v5.2.8

5.2.8 (2024-09-24)

Bug Fixes

v5.2.7

5.2.7 (2024-09-05)

Bug Fixes

  • Add "continues integration" → "continuous integration" typo replacement (8c04520)
Commits
  • 3709eb7 fix: Add "nice to have"
  • 34054c9 fix: Add "must have", "should have", "could have", and "won’t have"
  • 4e76441 fix: Add "by-product"
  • 8a6fdc3 fix: Add "autoimport"
  • 07ca1e0 fix: Add "reexport"
  • 8c04520 fix: Add "continues integration" → "continuous integration" typo replacement
  • See full diff in compare view

Updates unified from 11.0.4 to 11.0.5

Release notes

Sourced from unified's releases.

11.0.5

Fix

Full Changelog: unifiedjs/unified@11.0.4...11.0.5

Commits

Updates xo from 0.58.0 to 0.59.3

Release notes

Sourced from xo's releases.

v0.59.3

  • Allow using experimental Node.js features 3eb8436
  • Fix TypeScript extension support (#764) 46a91e0

xojs/xo@v0.59.2...v0.59.3

v0.59.2

  • Respect nodeVersion: false option (#762) c965843

xojs/xo@v0.59.1...v0.59.2

v0.59.1

  • Fix XO to not override rules from user&#39;s config (#761) 9cdab84

xojs/xo@v0.59.0...v0.59.1

v0.59.0

New rules

Breaking

  • Re-enable eslint-plugin-promise (#656) b168f08

xojs/xo@v0.58.0...v0.59.0

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

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

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.7.0` | `8.8.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.11.1` |
| [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) | `3.1.0` | `4.0.1` |
| [markdownlint-cli2-formatter-pretty](https://github.com/DavidAnson/markdownlint-cli2) | `0.0.6` | `0.0.7` |
| [remark-cli](https://github.com/remarkjs/remark) | `12.0.0` | `12.0.1` |
| [textlint](https://github.com/textlint/textlint) | `14.0.4` | `14.2.0` |
| [textlint-rule-stop-words](https://github.com/sapegin/textlint-rule-stop-words) | `5.0.8` | `5.1.2` |
| [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) | `5.2.6` | `5.2.12` |
| [unified](https://github.com/unifiedjs/unified) | `11.0.4` | `11.0.5` |
| [xo](https://github.com/xojs/xo) | `0.58.0` | `0.59.3` |



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

Updates `eslint` from 8.57.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.11.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 `markdownlint-cli2-formatter-pretty` from 0.0.6 to 0.0.7
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.0.6...v0.0.7)

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/[email protected]@12.0.1)

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

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

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

Updates `unified` from 11.0.4 to 11.0.5
- [Release notes](https://github.com/unifiedjs/unified/releases)
- [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md)
- [Commits](unifiedjs/unified@11.0.4...11.0.5)

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

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-plugin-json
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: markdownlint-cli2-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: remark-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: textlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: textlint-rule-stop-words
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: textlint-rule-terminology
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: unified
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
@github-actions github-actions bot enabled auto-merge October 1, 2024 13:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #778.

@dependabot dependabot bot closed this Nov 1, 2024
auto-merge was automatically disabled November 1, 2024 13:15

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-8632fbf165 branch November 1, 2024 13:15
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.

0 participants