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 20 updates #823

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
eslint 8.52.0 8.54.0
prettier 3.0.3 3.1.0
@readme/oas-examples 5.12.0 5.12.1
@types/js-yaml 4.0.8 4.0.9
@types/lodash.camelcase 4.3.8 4.3.9
@types/lodash.deburr 4.1.8 4.1.9
@types/lodash.setwith 4.3.8 4.3.9
@types/lodash.startcase 4.4.8 4.4.9
@types/prompts 2.4.7 2.4.9
@types/semver 7.5.4 7.5.6
@types/ssri 7.1.3 7.1.5
@types/update-notifier 6.0.7 6.0.8
@types/uslug 1.0.3 1.0.4
@types/validate-npm-package-name 4.0.1 4.0.2
type-fest 4.6.0 4.8.2
typescript 5.2.2 5.3.2
@types/caseless 0.12.4 0.12.5
@types/content-type 1.1.7 1.1.8
@types/stringify-object 4.0.4 4.0.5
@types/lodash.merge 4.6.8 4.6.9

Updates eslint from 8.52.0 to 8.54.0

Release notes

Sourced from eslint's releases.

v8.54.0

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)

Chores

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)

v8.53.0

Features

  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)

Chores

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.54.0 - November 17, 2023

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
  • 5454c22 Revert "chore: remove metascraper (#17707)" (#17708) (Milos Djermanovic)

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
Commits

Updates prettier from 3.0.3 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • Additional commits viewable in compare view

Updates @readme/oas-examples from 5.12.0 to 5.12.1

Release notes

Sourced from @​readme/oas-examples's releases.

5.12.1

What's Changed

New Contributors

Full Changelog: readmeio/oas-examples@5.12.0...5.12.1

Commits
  • c8707a7 build: 5.12.1 release
  • 07d4d94 refactor: add tags to webhooks (#90)
  • 20cc60a chore(deps-dev): bump the minor-developent-deps group with 2 updates (#88)
  • 2e154af chore(deps-dev): bump @​readme/eslint-config from 12.2.0 to 13.4.0 (#89)
  • c057957 chore(deps): bump actions/setup-node from 3 to 4 (#87)
  • b4e0311 chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 (#86)
  • 650cb78 docs: swapping out our oss header image
  • dfb4571 chore(deps-dev): bump the minor-developent-deps group with 4 updates (#82)
  • 07f3ed7 ci(dependabot): grouping updates together for less noise
  • 331ae23 refactor(test): moving tests over to vitest (#77)
  • Additional commits viewable in compare view

Updates @types/js-yaml from 4.0.8 to 4.0.9

Commits

Updates @types/lodash.camelcase from 4.3.8 to 4.3.9

Commits

Updates @types/lodash.deburr from 4.1.8 to 4.1.9

Commits

Updates @types/lodash.setwith from 4.3.8 to 4.3.9

Commits

Updates @types/lodash.startcase from 4.4.8 to 4.4.9

Commits

Updates @types/prompts from 2.4.7 to 2.4.9

Commits

Updates @types/semver from 7.5.4 to 7.5.6

Commits

Updates @types/ssri from 7.1.3 to 7.1.5

Commits

Updates @types/update-notifier from 6.0.7 to 6.0.8

Commits

Updates @types/uslug from 1.0.3 to 1.0.4

Commits

Updates @types/validate-npm-package-name from 4.0.1 to 4.0.2

Commits

Updates type-fest from 4.6.0 to 4.8.2

Release notes

Sourced from type-fest's releases.

v4.8.2

  • DelimiterCasedPropertiesDeep: Fix handing of string (#768) e26c779

sindresorhus/type-fest@v4.8.1...v4.8.2

v4.8.1

  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#745)" 1b25feb
    • It caused problems when DOM types are not available.

sindresorhus/type-fest@v4.8.0...v4.8.1

v4.8.0

  • PickDeep: Support interface (#755) 1c65935
  • Paths: Support interface (#746) 8fa831e
  • ObjectValue: Support any kind of number index (#753) 972815c
  • Class: Fix type inference (#701) 7294cf0
  • DelimiterCasedPropertiesDeep: Improve array handling (#744) 59411c8
  • PartialDeep : Don't recurse into HTMLElement (#745) d42ea80
  • Add preserveConsecutiveUppercase to PascalCase and friends (#749) e58127a

sindresorhus/type-fest@v4.7.1...v4.8.0

v4.7.1

  • Revert "PartialDeep: Ensure it doesn't recurse into prototype properties" (#743) 9f47b11

sindresorhus/type-fest@v4.7.0...v4.7.1

v4.7.0

New types

Improvements

  • Writable: Support array, map, and set (#726) b9723d4
  • PartialDeep: Ensure it doesn't recurse into prototype properties (#738) 5eeac02
  • ConditionalPickDeep: Ensure it doesn't recurse into prototype properties (#736) 9960ba4

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

Commits

Updates typescript from 5.2.2 to 5.3.2

Release notes

Sourced from typescript's releases.

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

Commits

Updates @types/caseless from 0.12.4 to 0.12.5

Commits

Updates @types/content-type from 1.1.7 to 1.1.8

Commits

Updates @types/stringify-object from 4.0.4 to 4.0.5

Commits

Updates @types/lodash.merge from 4.6.8 to 4.6.9

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 20 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.52.0` | `8.54.0` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [@readme/oas-examples](https://github.com/readmeio/oas-examples) | `5.12.0` | `5.12.1` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.8` | `4.0.9` |
| [@types/lodash.camelcase](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.camelcase) | `4.3.8` | `4.3.9` |
| [@types/lodash.deburr](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.deburr) | `4.1.8` | `4.1.9` |
| [@types/lodash.setwith](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.setwith) | `4.3.8` | `4.3.9` |
| [@types/lodash.startcase](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.startcase) | `4.4.8` | `4.4.9` |
| [@types/prompts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prompts) | `2.4.7` | `2.4.9` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.4` | `7.5.6` |
| [@types/ssri](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssri) | `7.1.3` | `7.1.5` |
| [@types/update-notifier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/update-notifier) | `6.0.7` | `6.0.8` |
| [@types/uslug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uslug) | `1.0.3` | `1.0.4` |
| [@types/validate-npm-package-name](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validate-npm-package-name) | `4.0.1` | `4.0.2` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.6.0` | `4.8.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [@types/caseless](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/caseless) | `0.12.4` | `0.12.5` |
| [@types/content-type](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/content-type) | `1.1.7` | `1.1.8` |
| [@types/stringify-object](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/stringify-object) | `4.0.4` | `4.0.5` |
| [@types/lodash.merge](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.merge) | `4.6.8` | `4.6.9` |


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

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

Updates `@readme/oas-examples` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/readmeio/oas-examples/releases)
- [Commits](readmeio/oas-examples@5.12.0...5.12.1)

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

Updates `@types/lodash.camelcase` from 4.3.8 to 4.3.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.camelcase)

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

Updates `@types/lodash.setwith` from 4.3.8 to 4.3.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.setwith)

Updates `@types/lodash.startcase` from 4.4.8 to 4.4.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.startcase)

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

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

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

Updates `@types/update-notifier` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/update-notifier)

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

Updates `@types/validate-npm-package-name` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validate-npm-package-name)

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

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

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

Updates `@types/content-type` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/content-type)

Updates `@types/stringify-object` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stringify-object)

Updates `@types/lodash.merge` from 4.6.8 to 4.6.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.merge)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@readme/oas-examples"
  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/lodash.camelcase"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/lodash.deburr"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/lodash.setwith"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/lodash.startcase"
  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/ssri"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/update-notifier"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/uslug"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/validate-npm-package-name"
  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
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@types/caseless"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/content-type"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/stringify-object"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@types/lodash.merge"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Dec 1, 2023
@dependabot dependabot bot requested a review from erunion December 1, 2023 05:23
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2023

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

@dependabot dependabot bot closed this Dec 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-6f8d8f32ef branch December 3, 2023 01:02
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