delvedor / find-my-way

A crazy fast HTTP router
MIT License
1.46k stars 133 forks source link

chore: bump the dev-dependencies group with 6 updates #356

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps the dev-dependencies group with 6 updates:

Package From To
@types/node 14.18.63 20.11.28
chalk 4.1.2 5.3.0
inquirer 8.2.6 9.2.16
standard 14.3.4 17.1.0
tap 16.3.10 18.7.1
tsd 0.13.1 0.30.7

Updates @types/node from 14.18.63 to 20.11.28

Commits


Updates chalk from 4.1.2 to 5.3.0

Release notes

Sourced from chalk's releases.

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1

v5.1.0

  • Expose style names (#566) d7d7571

https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0

v5.0.1

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1

v5.0.0

Breaking

  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#433) 4cf2e40

... (truncated)

Commits


Updates inquirer from 8.2.6 to 9.2.16

Release notes

Sourced from inquirer's releases.

inquirer@9.2.9

  • Modified lodash imports to help with tree-shaking
  • Replace unmaintained through dependency (only affect users of the old bottom bar)

inquirer@9.1.4

Fix issue with the default value disappearing from prompt.

inquirer@9.0.0

Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules

If you cannot migrate, please remember you can keep using the v8.x release line until you're ready.

Commits
  • 2de191a Publish
  • c5f195b Chore: Bump dependencies
  • 3aff249 Feat: Throw custom errors and expose them from @​inquirer/core (#1369)
  • 1d26129 Chore: Add attw checks to pre-release and CI (#1370)
  • 85fba23 Publish
  • d66e22b Fix: missed .only presence in test file (note to self: don't push after codin...
  • df32550 Fix: remove unused dependency
  • d5ced9a Fix: lockfile issue
  • beafae6 Fix: missed eslint warning
  • 0f2474a Chore: Add tests covering usePrefix from @​inquirer/core
  • Additional commits viewable in compare view


Updates standard from 14.3.4 to 17.1.0

Release notes

Sourced from standard's releases.

v17.1.0

  • Update dependencies and prepare release 17.1.0 (#1908) a4049f8
  • Add version-guard to silent failure on old node (#1829) 7dc2ab0 85316d1 26efe34 f635e4e 6dd2162

https://github.com/standard/standard/compare/v17.0.0...v17.1.0

v17.0.0

We're super excited to announce standard 17!

This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.

When you upgrade, consider running standard --fix to automatically format your code to match the current set of rules.

This is the first release by two of our standard co-maintainers @​theoludwig and @​voxpelli. Buy them a cake if you run into them, thanks for getting this release out!

Major changes

  • eslint-config-node has been replaced with the up to date fork eslint-config-n. If you have used comments like // eslint-disable-line node/no-deprecated-api you now have to reference the n/ rules instead.
  • object-shorthand rule (as warning)
  • Use of ESLint 8, which allows for support for all of the latest syntax that ESLint 8 includes, such as top level await #1548 #1775
  • --verbose by default

Changed features

  • Update eslint from ~7.18.0 to ^8.13.0
  • Update eslint-config-standard from 16.0.3 to 17.0.0 to adapt to ESLint 8
  • Update eslint-config-standard-jsx from 10.0.0 to ^11.0.0 to adapt to ESLint 8
  • Update standard-engine from ^14 to ^15.0.0 to adapt to ESLint 8, see its CHANGELOG
  • Move from eslint-plugin-node@~11.1.0 to eslint-plugin-n@^15.1.0 to adapt to ESLint 8
  • Update eslint-plugin-import from ~2.24.2 to ^2.26.0
  • Update eslint-plugin-promise from ~5.1.0 to ^6.0.0
  • Update eslint-plugin-react from ~7.25.1 to ^7.28.0

https://github.com/standard/standard/compare/v16.0.4...v17.0.0

v17.0.0-2

  • fix: update eslint-config-standard-jsx to fix #1548 (#1775) c120a60

https://github.com/standard/standard/compare/v17.0.0-1...v17.0.0-2

v17.0.0-1

https://github.com/standard/standard/compare/v17.0.0-0...v17.0.0-1

v17.0.0-0

We're finally able to offer a pre-release of ESLint 8 based standard 17!

... (truncated)

Changelog

Sourced from standard's changelog.

[17.1.0] - 2023-05-29

[17.0.0] - 2022-04-20

We're super excited to announce standard 17!

This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.

When you upgrade, consider running standard --fix to automatically format your code to match the current set of rules.

This is the first release by two of our standard co-maintainers @​Divlo and @​voxpelli. Buy them a cake if you run into them, thanks for getting this release out!

Major changes

  • eslint-config-node has been replaced with the up to date fork eslint-config-n. If you have used comments like // eslint-disable-line node/no-deprecated-api you now have to reference the n/ rules instead.
  • object-shorthand rule (as warning)
  • Use of ESLint 8, which allows for support for all of the latest syntax that ESLint 8 includes, such as top level await #1548 #1775
  • --verbose by default

Changed features

  • Update eslint from ~7.18.0 to ^8.13.0
  • Update eslint-config-standard from 16.0.3 to 17.0.0 to adapt to ESLint 8
  • Update eslint-config-standard-jsx from 10.0.0 to ^11.0.0 to adapt to ESLint 8
  • Update standard-engine from ^14 to ^15.0.0 to adapt to ESLint 8, see its CHANGELOG
  • Move from eslint-plugin-node@~11.1.0 to eslint-plugin-n@^15.1.0 to adapt to ESLint 8
  • Update eslint-plugin-import from ~2.24.2 to ^2.26.0
  • Update eslint-plugin-promise from ~5.1.0 to ^6.0.0
  • Update eslint-plugin-react from ~7.25.1 to ^7.28.0

[17.0.0-2] - 2022-02-03

  • Fix: Follow up to the fix of #1548 in 17.0.0-1 #1775

[17.0.0-1] - 2022-01-31

  • Fix: Ensure we support all of the latest syntax that ESLint 8 includes, such as top level await #1548

[17.0.0-0] - 2022-01-31

We're finally able to offer a pre-release of ESLint 8 based standard 17!

This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.

This pre-release exists to test out the ESLint 8 related changes and discover

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for standard since your current version.


Updates tap from 16.3.10 to 18.7.1

Release notes

Sourced from tap's releases.

tap@18.7.1

No release notes provided.

tap@18.7.0

No release notes provided.

tap@18.6.1

No release notes provided.

tap@18.6.0

No release notes provided.

tap@18.5.8

No release notes provided.

tap@18.5.7

No release notes provided.

tap@18.5.6

No release notes provided.

tap@18.5.5

No release notes provided.

tap@18.5.4

No release notes provided.

tap@18.5.1

No release notes provided.

tap@18.5.0

No release notes provided.

tap@18.4.6

No release notes provided.

tap@18.4.5

No release notes provided.

tap@18.4.4

No release notes provided.

tap@18.4.3

No release notes provided.

tap@18.4.1

No release notes provided.

tap@18.4.0

What's Changed

... (truncated)

Commits
  • 3d15986 update versions
  • 89f0a0d make run tests pass with global-singleton TAP root obj
  • e6dfb7a default allow-empty-coverage if disable-coverage set
  • 2d16686 make the root tap object a true global singleton
  • 0230e40 @​tapjs/processinfo@​3.1.7
  • 7b5cf3f update tshy
  • 5187113 update versions
  • 5bb7ca8 remove shell:true from publish script
  • 2f9abd3 changelog 18.7
  • f105701 late-bind t.context, so it can be set in before()
  • Additional commits viewable in compare view


Updates tsd from 0.13.1 to 0.30.7

Release notes

Sourced from tsd's releases.

v0.30.7

  • Add ts18046 to known errors (#211) 700679e

https://github.com/tsdjs/tsd/compare/v0.30.6...v0.30.7

v0.30.6

  • Add ts2551 to known errors (#209) f17b96f

https://github.com/tsdjs/tsd/compare/v0.30.5...v0.30.6

v0.30.5

  • Add code 2740 to known errors (#208) 12b8fcf

https://github.com/tsdjs/tsd/compare/v0.30.4...v0.30.5

v0.30.4

  • Add decorator-related diagnostic codes to expectError (#207) 8eeab3d

https://github.com/tsdjs/tsd/compare/v0.30.3...v0.30.4

v0.30.3

  • Add code 2561 to known errors (#205) 6896a11

https://github.com/tsdjs/tsd/compare/v0.30.2...v0.30.3

v0.30.2

  • Actually add ts2353 to known errors (#204) 9b8dc9b

https://github.com/tsdjs/tsd/compare/v0.30.1...v0.30.2

v0.30.1

  • Add ts2353 to known errors (#202) f75a8b4

https://github.com/tsdjs/tsd/compare/v0.30.0...v0.30.1

v0.30.0

  • Upgrade to TypeScript 5.3 5859b92

https://github.com/tsdjs/tsd/compare/v0.29.0...v0.30.0

v0.29.0

  • Upgrade to TypeScript 5.2 701e314

https://github.com/SamVerschueren/tsd/compare/v0.28.1...v0.29.0

v0.28.1

  • Fix error messages when tsd fails (#189) c785d9c

https://github.com/SamVerschueren/tsd/compare/v0.28.0...v0.28.1

... (truncated)

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #357.