readmeio / rdme

ReadMe's official command-line interface (CLI) and GitHub Action 🌊
https://docs.readme.com/main/docs/rdme
MIT License
103 stars 42 forks source link

chore(deps-dev): bump the minor-development-deps group with 13 updates #985

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

Package From To
@commitlint/cli 19.0.3 19.2.1
@commitlint/config-conventional 19.0.3 19.1.0
@readme/eslint-config 13.5.0 13.5.1
@readme/oas-examples 5.12.1 5.13.0
@vitest/coverage-v8 1.3.1 1.4.0
@vitest/expect 1.3.1 1.4.0
@yao-pkg/pkg 5.11.4 5.11.5
knip 5.0.2 5.7.0
msw 2.2.2 2.2.13
rollup 4.12.0 4.13.2
type-fest 4.10.3 4.14.0
typescript 5.3.3 5.4.3
vitest 1.3.1 1.4.0

Updates @commitlint/cli from 19.0.3 to 19.2.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.2.1

19.2.1 (2024-03-19)

Bug Fixes

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1

v19.2.0

19.2.0 (2024-03-15)

Features

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0

v19.1.0

19.1.0 (2024-03-12)

Bug Fixes

Features

Chore

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

19.2.0 (2024-03-15)

Features

  • cli: introduce new --last flag, to stop recommending HEAD~1 (#3916) (99f4f3f)

19.1.0 (2024-03-12)

Note: Version bump only for package @​commitlint/cli

Commits


Updates @commitlint/config-conventional from 19.0.3 to 19.1.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.1.0

19.1.0 (2024-03-12)

Bug Fixes

Features

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.1.0 (2024-03-12)

Note: Version bump only for package @​commitlint/config-conventional

Commits


Updates @readme/eslint-config from 13.5.0 to 13.5.1

Commits
  • 065e839 chore(release): publish
  • f2af314 chore(deps): bumping out of date deps
  • d59237c chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#824)
  • 7b3026e chore(deps): bump eslint-plugin-typescript-sort-keys from 3.1.0 to 3.2.0 (#822)
  • 14e084d chore(deps-dev): bump @​commitlint/config-conventional (#821)
  • 6301f73 chore(deps): bump @​typescript-eslint/parser from 7.0.1 to 7.1.0 (#823)
  • 71fcd4a chore(deps-dev): bump @​commitlint/cli from 18.6.1 to 19.0.3 (#820)
  • 1ed8716 chore(deps): bump @​typescript-eslint/eslint-plugin from 7.0.1 to 7.1.0 (#819)
  • f5fef5b chore(deps-dev): bump the minor-development-deps group with 2 updates (#818)
  • 3808441 chore(release): publish
  • Additional commits viewable in compare view


Updates @readme/oas-examples from 5.12.1 to 5.13.0

Commits
  • d279105 build: 5.13.0 release
  • df73996 fix: validation issues with the train-travel example
  • ff727f0 chore: bump license and deps
  • fdd40a1 train (#99)
  • 295f634 chore(deps-dev): bump the minor-developent-deps group with 4 updates (#98)
  • fee74d3 chore(deps-dev): bump the minor-developent-deps group with 2 updates (#97)
  • 96a673a chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#96)
  • 924190a chore(deps-dev): bump vitest from 0.34.6 to 1.1.1 (#95)
  • 860b669 chore(deps-dev): bump eslint from 8.54.0 to 8.56.0 (#94)
  • 9c7f3e6 chore(deps-dev): bump the minor-developent-deps group with 2 updates (#93)
  • Additional commits viewable in compare view


Updates @vitest/coverage-v8 from 1.3.1 to 1.4.0

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • 600b44d feat(coverage): support --changed option (#5314)
  • 6eda473 fix(coverage): respect source maps of pre-transpiled sources (#5367)
  • c3eb8de fix(coverage): v8 to ignore type-only files (#5328)
  • 074450e chore(deps): update istanbul-lib-source-maps to v5 (#5304)
  • d68a739 fix(coverage): expensive regexp hangs v8 report generation (#5259)
  • See full diff in compare view


Updates @vitest/expect from 1.3.1 to 1.4.0

Release notes

Sourced from @​vitest/expect's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @yao-pkg/pkg from 5.11.4 to 5.11.5

Release notes

Sourced from @​yao-pkg/pkg's releases.

Release 5.11.5

5.11.5 (2024-03-13)

Bug Fixes

  • add dictionary for thread-stream (Used by pino) (#36) (b01d1ad)
  • dictionary for sqlite3 (#40) (a3b18f8)
  • pass --runtime napi to prebuild-install when binary.napi_versions is set (#38) (d47ee03)

Chores

  • add update dep workflow (12d1872)
  • fix workflow permissions (c279732)
Changelog

Sourced from @​yao-pkg/pkg's changelog.

5.11.5 (2024-03-13)

Bug Fixes

  • add dictionary for thread-stream (Used by pino) (#36) (b01d1ad)
  • dictionary for sqlite3 (#40) (a3b18f8)
  • pass --runtime napi to prebuild-install when binary.napi_versions is set (#38) (d47ee03)

Chores

  • add update dep workflow (12d1872)
  • fix workflow permissions (c279732)
Commits
  • 42fd35e Release 5.11.5
  • b01d1ad fix: add dictionary for thread-stream (Used by pino) (#36)
  • d47ee03 fix: pass --runtime napi to prebuild-install when binary.napi_versions ...
  • a3b18f8 fix: dictionary for sqlite3 (#40)
  • c279732 chore: fix workflow permissions
  • 12d1872 chore: add update dep workflow
  • See full diff in compare view


Updates knip from 5.0.2 to 5.7.0

Release notes

Sourced from knip's releases.

Release 5.7.0

  • Add test + fixture for updated module resolution (478ab3f9)
  • Start using resolve as the default module resolver (47ff3eb4)
  • Add TypeScript repo to integration tests (21895963)
  • Minor refactorings (ee551274)
  • Minor fixes in git ignores parser (e455527f)

Release 5.6.1

  • Fix recursive tsconfig extends retrieval (resolves #574) (78f6a785)
  • Don't return null for vitest environment (fixes #575) (473d7abb)

Release 5.6.0

  • Rename IgnorePatterns → EnablerPatterns in plugin template (2b996ab8)
  • Add testSequencer and globalSetup to jest plugin (bc274b14)
  • Add wrangler plugin (#572) (82c84be3)

Release 5.5.0

  • Minor fixes in git ignores parser (ec11f376)
  • Remove unnecessary check for node.isTypeOf (resolves #571) (4c3160bb)
  • Extend import extraction from source file pragmas (resolves #571) (07998647)
  • Rename for prettier --performance display (5399182b)
  • Refactor some internals (54d2634d)
  • Update some docs/templates (23f98dec)
  • Add reproduction templates and link directly (4c45d3df)

Release 5.4.0

  • Add option to ignore class and enum members in the report (resolves #387) (8e7dc6be)
  • Fix gc for --include-libs (0c202aa4)
  • Add note with npx knip (close #389) (d06fd4ce)

Release 5.3.1

  • Fix pos for computed props in class members (closes #360) (6ce065ea)
  • Skip work if classMembers are not included (be1eb08c)

Release 5.3.0

  • Document the new --include-libs flag (914febb5)
  • Add --include-libs flag and do an extra findReferences for unused exports (resolves #522, closes #534) (2038d5e4)
  • Extend re-exports-ns-types fixtures (closes #529) (8e04d6a9)
  • Add --files flag (shorthand for --include files) (6eda950f)
  • Move handleReferencedDependency to separate module (2d8b432c)
  • Correct link in documentation for eslint config files (#569) (05011dcb)

Release 5.2.2

  • Dedupe extensions (00141f01)
  • Don't override async compilers (fixes #566) (ad3edbfb)
  • Add known issue, improve docs re. auto-fix & tags (92f5c1bb)

Release 5.2.1

  • Restore css in foreign extensions (resolves #563) (032b1d7b)
  • Accept workerDirectory array (closes #562) (1f8ad1d6)

... (truncated)

Commits
  • 176a519 Release 5.7.0
  • 478ab3f Add test + fixture for updated module resolution
  • 47ff3eb Start using resolve as the default module resolver
  • ee55127 Minor refactorings
  • e455527 Minor fixes in git ignores parser
  • e886db0 Release 5.6.1
  • 78f6a78 Fix recursive tsconfig extends retrieval (resolves #574)
  • 473d7ab Don't return null for vitest environment (fixes #575)
  • aa19491 Release 5.6.0
  • 2b996ab Rename IgnorePatterns → EnablerPatterns in plugin template
  • Additional commits viewable in compare view


Updates msw from 2.2.2 to 2.2.13

Release notes

Sourced from msw's releases.

v2.2.13 (2024-03-27)

Bug Fixes

  • use createRequestId() instead of crypto.randomUUID() (#2113) (8f2be77627b94318e6c2e6d6eee38fc49558c6d9) @​kettanaito

v2.2.12 (2024-03-27)

Bug Fixes

  • do not mutate user-defined "X-Request-Id" request header (#2110) (64b6ba516123d655e82d164e8ed1bb1f75b8cff8) @​kettanaito

v2.2.11 (2024-03-26)

Bug Fixes

  • accept a narrower response body type by default (#2107) (d35ef92d0fe07831fb2aaa46050fabf27d3aa709) @​kettanaito

v2.2.10 (2024-03-22)

Bug Fixes

v2.2.9 (2024-03-20)

Bug Fixes

v2.2.8 (2024-03-19)

Bug Fixes

  • setupWorker: remove left-over console.log() (#2099) (cf979915aab2ed1759c6c05a6eb5e038fc0dcb2a) @​kettanaito

v2.2.7 (2024-03-18)

Bug Fixes

  • resolve "~/core" import for .d.mts modules (#2095) (7cdbd1a2c4e02c11ba22e50b50ee042228d00f92) @​kettanaito

v2.2.6 (2024-03-17)

Bug Fixes

  • setupWorker: emit the correct life-cycle events for bypassed requests (#2094) (c485989df15962fb02a36fd85654228719f8fed7) @​kettanaito
  • bypass: support modifying the bypassed request (#2093) (2c8570b7130e2d98f4461ef144e171ac4aa2b8f3) @​kettanaito

v2.2.5 (2024-03-17)

... (truncated)

Commits
  • ad8ebac chore(release): v2.2.13
  • 8f2be77 fix: use createRequestId() instead of crypto.randomUUID() (#2113)
  • c88c84c chore(release): v2.2.12
  • 64b6ba5 fix: do not mutate user-defined "X-Request-Id" request header (#2110)
  • 5d29a42 chore(release): v2.2.11
  • d35ef92 fix: accept a narrower response body type by default (#2107)
  • 16fadfe chore(release): v2.2.10
  • fc44a2c chore: use vitest for type testing (#2033)
  • 9af301a fix: feature "new URL()" in the redundant query params warning (#2102)
  • 30bc5ac docs: add vital to bronze sponsors (#2103)
  • Additional commits viewable in compare view


Updates rollup from 4.12.0 to 4.13.2

Release notes

Sourced from rollup's releases.

v4.13.2

4.13.2

2024-03-28

Bug Fixes

  • Ensure accessing module info is cached after the build phase for improved performance (#5438)
  • Support powerpc64le CPUs (#5350)

Pull Requests

v4.13.1

4.13.1

2024-03-27

Bug Fixes

  • Add new linux-s390x-gnu native binary package (#5346)

Pull Requests

v4.13.0

4.13.0

2024-03-12

Features

  • Ensure that the location of parse errors and other logs is encoded in the error message as well (#5424)

Pull Requests

v4.12.1

... (truncated)

Changelog

Sourced from rollup's changelog.

4.13.2

2024-03-28

Bug Fixes

  • Ensure accessing module info is cached after the build phase for improved performance (#5438)
  • Support powerpc64le CPUs (#5350)

Pull Requests

4.13.1

2024-03-27

Bug Fixes

  • Add new linux-s390x-gnu native binary package (#5346)

Pull Requests

4.13.0

2024-03-12

Features

  • Ensure that the location of parse errors and other logs is encoded in the error message as well (#5424)

Pull Requests

4.12.1

2024-03-06

... (truncated)

Commits
  • b379a59 4.13.2
  • e13e066 Use long cpu name as Rust needs it
  • 1217787 Add support for ppc64le (#5350)
  • 41ba566 Cache module info getters before output generation (#5438)
  • fffaede 4.13.1
  • c152806 Add support for linux s390x gnu (#5346)
  • 23d5282 chore(deps): lock file maintenance minor/patch updates (#5437)
  • 6ead1f7 chore(deps): lock file maintenance minor/patch updates (#5436)
  • a059bb8 chore(deps): lock file maintenance minor/patch updates (#5432)
  • dependabot[bot] commented 5 months ago

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