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

chore(deps-dev): bump the minor-development-deps group with 19 updates #935

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the minor-development-deps group with 19 updates:

Package From To
@readme/eslint-config 13.1.0 13.3.1
@rollup/plugin-commonjs 25.0.5 25.0.7
@rollup/plugin-node-resolve 15.2.2 15.2.3
@rollup/plugin-replace 5.0.3 5.0.5
@types/command-line-args 5.2.1 5.2.2
@types/command-line-usage 5.0.2 5.0.3
@types/configstore 6.0.0 6.0.1
@types/debug 4.1.9 4.1.10
@types/js-yaml 4.0.6 4.0.8
@types/mime-types 2.1.2 2.1.3
@types/parse-link-header 2.0.1 2.0.2
@types/pluralize 0.0.31 0.0.32
@types/prompts 2.4.5 2.4.7
@types/semver 7.5.3 7.5.4
@types/validator 13.11.2 13.11.5
eslint 8.50.0 8.52.0
knip 2.30.1 2.38.4
nock 13.3.3 13.3.7
type-fest 4.3.3 4.6.0

Updates @readme/eslint-config from 13.1.0 to 13.3.1

Commits
  • 110528d chore(release): publish
  • ec48ada fix(plugin): renaming the plugin to eslint-plugin-readme
  • 8639126 chore(release): publish
  • dd6f716 fix: version
  • 9a6287b fix: plugin accessconfig
  • a2b4568 fix: pre-version change to the new eslint plugin
  • 2b0422b feat(eslint-plugin): creation of a new custom eslint plugin (#766)
  • ce5faeb chore(release): publish
  • c4c3bc9 feat(eslint): disabling default exports in ESM libraries (#765)
  • c646e8c chore(deps): bump @​babel/traverse from 7.22.8 to 7.23.2 (#764)
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 25.0.5 to 25.0.7

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v25.0.7

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v25.0.6

2023-10-15

Bugfixes

  • fix: Keep the shebang at the top of the file content #1610
Commits
  • ad406ba chore(release): commonjs v25.0.7
  • 8e2ed59 fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...
  • 88687f0 chore(release): commonjs v25.0.6
  • cb579c8 fix(commonjs): Keep the shebang at the top of the file content (#1610)
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 15.2.2 to 15.2.3

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v15.2.3

2023-10-08

Bugfixes

  • fix: modulePaths default is not set #1534
Commits

Updates @rollup/plugin-replace from 5.0.3 to 5.0.5

Changelog

Sourced from @​rollup/plugin-replace's changelog.

v5.0.5

2023-10-29

Bugfixes

  • fix: prevent variable before colons from being replaced when preventAssigment is true (#1609)

v5.0.4

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596
Commits
  • 8e2ed59 fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • ec974f2 chore(release): replace v5.0.2
  • f5aa3c3 fix(commonjs,dynamic-import-vars,inject,replace,strip): update magic-string (...
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • 8791470 chore(release): replace v5.0.1
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • bdc099e chore(release): replace v5.0.0
  • cba9788 fix(replace): prepare for Rollup 3 (#1286)
  • Additional commits viewable in compare view

Updates @types/command-line-args from 5.2.1 to 5.2.2

Commits

Updates @types/command-line-usage from 5.0.2 to 5.0.3

Commits

Updates @types/configstore from 6.0.0 to 6.0.1

Commits

Updates @types/debug from 4.1.9 to 4.1.10

Commits

Updates @types/js-yaml from 4.0.6 to 4.0.8

Commits

Updates @types/mime-types from 2.1.2 to 2.1.3

Commits

Updates @types/parse-link-header from 2.0.1 to 2.0.2

Commits

Updates @types/pluralize from 0.0.31 to 0.0.32

Commits

Updates @types/prompts from 2.4.5 to 2.4.7

Commits

Updates @types/semver from 7.5.3 to 7.5.4

Commits

Updates @types/validator from 13.11.2 to 13.11.5

Commits

Updates eslint from 8.50.0 to 8.52.0

Release notes

Sourced from eslint's releases.

v8.52.0

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

  • 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) (Milos Djermanovic)
  • d63d4fe chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)
  • ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)

v8.51.0

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.52.0 - October 20, 2023

  • 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) (Milos Djermanovic)
  • d63d4fe chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
  • 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
  • f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)
  • ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)
  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)
  • 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

v8.51.0 - October 6, 2023

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 1866da5 docs: Update README (GitHub Actions Bot)
  • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)
  • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
  • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Commits
  • 331cf62 8.52.0
  • 7dc28ed Build: changelog update for 8.52.0
  • 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671)
  • d63d4fe chore: package.json update for @​eslint/js release
  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664)
  • 5de9637 fix: Ensure shared references in rule configs are separated (#17666)
  • f30cefe test: fix FlatESLint tests for caching (#17658)
  • ef650cb test: update tests for no-promise-executor-return (#17661)
  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649)
  • Additional commits viewable in compare view

Updates knip from 2.30.1 to 2.38.4

Release notes

Sourced from knip's releases.

Release 2.38.4

  • Ignore --require for adb program (4afe6db)

Release 2.38.3

  • Downgrade zod-validation-error (for Node.js v16 support) (fixes #321) (974216f)

Release 2.38.2

  • Update dependencies (805ac5e)
  • Filter http url's out from script dependencies (resolves #318) (1ffd290)
  • Ignore unresolved imports that look external but have ignored extension (resolves #311) (e8859e7)
  • Fix entry file patterns in storybook plugin (resolves #313) (cdff59b)

Release 2.38.1

  • Update depdencies (bbfd39c)
  • Update Storybook entry patterns and support pattern object (fixes #312) (bba540d)
  • Minor housekeeping (762cc2c)

Release 2.38.0

  • Add graphql-codegen support (#305) (eb64c62)

Release 2.37.0

  • Reuse same obj w/ slightly different pos (EOL on win32 is one more char) (d1c6cf4)
  • Add jsonExt reporter to output JSON with row/col of exports/types issues (#288) (7e483d4)
  • Add line, col & pos to exports/types issues (#288) (92c4a80)

Release 2.36.0

  • Update dependencies (e765d74)
  • Extend PackageJson type with plugin config keys (6d67c07)
  • Return production dependency from typescript plugin (#186) (1da495f)
  • Fix typo in schema.json (085b8a1)
  • Extend async function config support to vitest plugin (#303) (407be68)
  • Support mjs files for prettier configuration (#306) (766a9a0)

Release 2.35.0

  • Support (async) function in vite plugin (resolves #303) (7b1686b)
  • Also make astro, gatsby, next and remix entry patterns overridable (e2aebc3)
  • support postcss cjs format (#304) (47b09c9)

Release 2.34.1

  • Add finalData.counters and use finalData.report (#300) (1a19087)

Release 2.34.0

  • Add support for class get/set accessors (resolves #297) (d027e97)
  • Base total error count on report after preprocessing (fixes #300) (3e29758)
  • Add --directory [dir] argument to run the process from a different dir (b331033)
  • Update compilers docs + fixtures (7f63c75)
  • Regenerate docs (02bc3e3)
  • Add test suite for all current config loading systems (#301) (a18f2a6)
  • Add astro plugin (#298) (50dd048)
  • Change Nx detection to the new npm scope (#302) (4d6dea8)

... (truncated)

Commits
  • e5b0fed Release 2.38.4
  • 4afe6db Ignore --require for adb program
  • a21beb5 Release 2.38.3
  • 974216f Downgrade zod-validation-error (for Node.js v16 support) (fixes #321)
  • 2c06dd3 Release 2.38.2
  • 805ac5e Update dependencies
  • 1ffd290 Filter http url's out from script dependencies (resolves #318)
  • e8859e7 Ignore unresolved imports that look external but have ignored extension (reso...
  • cdff59b Fix entry file patterns in storybook plugin (resolves #313)
  • ac0816c Release 2.38.1
  • Additional commits viewable in compare view

Updates nock from 13.3.3 to 13.3.7

Release notes

Sourced from nock's releases.

v13.3.7

13.3.7 (2023-10-30)

Reverts

  • Revert "chore(deps-dev): bump @​definitelytyped/dtslint from 0.0.163 to 0.0.183" (#2544) (d978acd), closes #2544 #2534

v13.3.6

13.3.6 (2023-10-19)

Bug Fixes

v13.3.5

13.3.5 (2023-10-19)

Bug Fixes

v13.3.4

13.3.4 (2023-10-10)

Bug Fixes

  • typescript: support nock(new URL('https://example.test/')) (#2526) (6987327)
Commits
  • d978acd Revert "chore(deps-dev): bump @​definitelytyped/dtslint from 0.0.163 to 0.0.18...
  • df091ae chore(deps-dev): bump @​definitelytyped/dtslint from 0.0.163 to 0.0.183 (#2534)
  • c8a4c0a chore(deps): bump actions/checkout from 3 to 4 (#2525)
  • 2a7d907 test: improve node16 check in test (#2539)
  • 11d6514 test: fix tests in Node 16.20.x (#2538)
  • f7216e9 fix: remove semver usage (#2531)
  • dd417f0 docs: add Uzlopak as a contributor for code, test, and maintenance (#2537)
  • 7bfcb31 fix(deps): remove lodash (#2529)
  • 0ba089c chore(deps-dev): bump eslint from 8.46.0 to 8.51.0
  • 8a26c79 chore(deps-dev): bump semantic-release from 21.0.7 to 22.0.5
  • Additional commits viewable in compare view

Updates type-fest from 4.3.3 to 4.6.0

Release notes

Sourced from type-fest's releases.

v4.6.0

New types

Fixes

  • LastArrayElement: Fix handling of tuple with spread elements (#727) 9630089
  • PartialDeep: Skip constructor (#730) 75edeef
  • ReadonlyDeep: Skip constructor (#728) 3ee234a
  • WritableDeep: Fix array handling (#724) 9baccc3

Meta

sindresorhus/type-fest@v4.5.0...v4.6.0

v4.5.0

New types

Improvements

  • Jsonify: Improve type inference for objects with .toJSON() extending primitives (#690) 157ed07
  • OverrideProperties: Fix autocomplete in the type (#712) fcdcfe9

sindresorhus/type-fest@v4.4.0...v4.5.0

v4.4.0

  • UnionToIntersection: Allow indexing by the resulting type (#682) 61f2ff9

sindresorhus/type-fest@v4.3.3...v4.4.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 minor-development-deps group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@readme/eslint-config](https://github.com/readmeio/standards) | `13.1.0` | `13.3.1` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.5` | `25.0.7` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.2` | `15.2.3` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.3` | `5.0.5` |
| [@types/command-line-args](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/command-line-args) | `5.2.1` | `5.2.2` |
| [@types/command-line-usage](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/command-line-usage) | `5.0.2` | `5.0.3` |
| [@types/configstore](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/configstore) | `6.0.0` | `6.0.1` |
| [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) | `4.1.9` | `4.1.10` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.6` | `4.0.8` |
| [@types/mime-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mime-types) | `2.1.2` | `2.1.3` |
| [@types/parse-link-header](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/parse-link-header) | `2.0.1` | `2.0.2` |
| [@types/pluralize](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pluralize) | `0.0.31` | `0.0.32` |
| [@types/prompts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prompts) | `2.4.5` | `2.4.7` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.3` | `7.5.4` |
| [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) | `13.11.2` | `13.11.5` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.52.0` |
| [knip](https://github.com/webpro/knip) | `2.30.1` | `2.38.4` |
| [nock](https://github.com/nock/nock) | `13.3.3` | `13.3.7` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.3.3` | `4.6.0` |


Updates `@readme/eslint-config` from 13.1.0 to 13.3.1
- [Release notes](https://github.com/readmeio/standards/releases)
- [Commits](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected])

Updates `@rollup/plugin-commonjs` from 25.0.5 to 25.0.7
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.7/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.2.2 to 15.2.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

Updates `@rollup/plugin-replace` from 5.0.3 to 5.0.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace)

Updates `@types/command-line-args` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/command-line-args)

Updates `@types/command-line-usage` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/command-line-usage)

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

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

Updates `@types/js-yaml` from 4.0.6 to 4.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)

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

Updates `@types/parse-link-header` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/parse-link-header)

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

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

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

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

Updates `eslint` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.52.0)

Updates `knip` from 2.30.1 to 2.38.4
- [Release notes](https://github.com/webpro/knip/releases)
- [Changelog](https://github.com/webpro/knip/blob/main/docs/release-notes-v2.md)
- [Commits](webpro-nl/knip@2.30.1...2.38.4)

Updates `nock` from 13.3.3 to 13.3.7
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.3...v13.3.7)

Updates `type-fest` from 4.3.3 to 4.6.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.3.3...v4.6.0)

---
updated-dependencies:
- dependency-name: "@readme/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/command-line-args"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/command-line-usage"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/configstore"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/debug"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/js-yaml"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/mime-types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/parse-link-header"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/pluralize"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/semver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@dependabot dependabot bot requested review from erunion and kanadgupta November 1, 2023 14:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

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

@dependabot dependabot bot closed this Nov 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-9b35e7bfee branch November 1, 2023 17:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants