delvedor / find-my-way

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

chore: bump the dev-dependencies group across 1 directory with 6 updates #375

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@types/node 14.18.63 20.14.2
chalk 4.1.2 5.3.0
inquirer 8.2.6 9.2.23
standard 14.3.4 17.1.0
tap 16.3.10 19.2.3
tsd 0.13.1 0.31.0

Updates @types/node from 14.18.63 to 20.14.2

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.23

Release notes

Sourced from inquirer's releases.

inquirer@9.2.22

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #1405

inquirer@9.2.18

  • On windows, we will now use unicode characters whenever possible

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
  • 209b4ce Publish
  • 8e3f5e4 Chore(deps): Bump tar from 6.1.15 to 6.2.1 in the npm_and_yarn group across 1...
  • b79c1c3 Chore: Bump dependencies
  • 8b47d18 Fix #983: Add sideEffects to package.json to enable tree-shaking
  • a2d9254 Publish
  • 303f4a1 Fix: Open editor with default value (#1406)
  • 3b2032a Chore: Bump dependencies
  • 450c1d3 Chore: Add x invalid task configuration
  • 27d1c0a Publish
  • 7f1f592 Fix (core): makeTheme should perform deep merges of objects (#1403)
  • 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 19.2.3

Release notes

Sourced from tap's releases.

tap@19.2.3

No release notes provided.

tap@19.2.2

No release notes provided.

tap@19.2.1

No release notes provided.

tap@19.2.0

No release notes provided.

tap@19.1.1

No release notes provided.

tap@19.1.0

No release notes provided.

tap@19.0.2

No release notes provided.

tap@19.0.1

No release notes provided.

tap@18.8.0

No release notes provided.

tap@18.7.3

No release notes provided.

tap@18.7.2

No release notes provided.

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.

... (truncated)

Commits
  • c2005fa update versions
  • 31bace4 chdir: don't need to depend on @​tapjs/after
  • c32cded fixture: safely delete when in a subdir of testdir
  • 4c23c76 update versions
  • 5edeb4b run: add missing origin in resolveImport
  • b540d4e update versions
  • 956aeb5 chdir: fix detection of original cwd
  • 71570ad add @​tapjs/chdir to typedocs
  • 42f02af update versions
  • 4e65ee7 changelog 19.2
  • Additional commits viewable in compare view


Updates tsd from 0.13.1 to 0.31.0

Release notes

Sourced from tsd's releases.

v0.31.0

  • Upgrade to TypeScript 5.4 10a84ba

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

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

... (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 3 months ago

Superseded by #376.