From 61d086b15e3990dd76de7e9e0cd0988517d68cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:07:13 -0500 Subject: [PATCH 1/2] chore(deps): bump oas from 24.1.0 to 24.3.1 (#995) Bumps [oas](https://github.com/readmeio/oas/tree/HEAD/packages/oas) from 24.1.0 to 24.3.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oas&package-manager=npm_and_yarn&previous-version=24.1.0&new-version=24.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index a497e7106..88d51a635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9569,11 +9569,15 @@ ] }, "node_modules/jsonpath-plus": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", - "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-8.1.0.tgz", + "integrity": "sha512-qVTiuKztFGw0dGhYi3WNqvddx3/SHtyDT0xJaeyz4uP0d1tkpG+0y5uYQ4OcIo1TLAz3PE/qDOW9F0uDt3+CTw==", + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/jsonpointer": { @@ -12100,19 +12104,19 @@ } }, "node_modules/oas": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/oas/-/oas-24.1.0.tgz", - "integrity": "sha512-Jd6JaojipX4zURHINZ+Vzc713TeKB+1tP37xaGBdiutRDQIyCoGQWGpdo9KON6JqkNcoKFJZLkj6y5NWOHHxxg==", + "version": "24.3.1", + "resolved": "https://registry.npmjs.org/oas/-/oas-24.3.1.tgz", + "integrity": "sha512-ReRvLbK8LihwBSBFtbJCTOKEyRrxacCbdACRz/dhBcj+JDdNy8a6pdMNm44sL5Opazr7jYajaqwVlCzS1OsznA==", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", "json-schema-merge-allof": "^0.8.1", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^8.0.0", "jsonpointer": "^5.0.0", "memoizee": "^0.4.14", - "oas-normalize": "^11.0.1", + "oas-normalize": "^11.0.4", "openapi-types": "^12.1.1", - "path-to-regexp": "^6.2.0", + "path-to-regexp": "^6.2.2", "remove-undefined-objects": "^5.0.0" }, "engines": { @@ -12141,9 +12145,9 @@ } }, "node_modules/oas-normalize": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.0.1.tgz", - "integrity": "sha512-y+tM2XhLys9o2MNnQBtcRgi6u86jjqTXR2MCMX3rf379t7uVdTqfJPhUD/ruxNSIxSIf+jtO3tPCwCKFScyJCg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/oas-normalize/-/oas-normalize-11.0.4.tgz", + "integrity": "sha512-mbpZD6yOSEwT30GkMOwqLnbhPU8x6vPHurpuY0h4TdBkEwidYOro6NwmO+39GQbl34cQy3JMbj4UdPnGJKgpcQ==", "dependencies": { "@readme/openapi-parser": "^2.5.0", "@readme/postman-to-openapi": "^4.1.0", @@ -12887,9 +12891,9 @@ } }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", + "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" }, "node_modules/path-type": { "version": "4.0.0", From a2d746b73d6f64771fa835bfea314ad14e072b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:28:45 -0500 Subject: [PATCH 2/2] chore(deps-dev): bump the minor-development-deps group with 13 updates (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the minor-development-deps group with 13 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.3.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.1.0` | `19.2.2` | | [@readme/oas-examples](https://github.com/readmeio/oas-examples) | `5.13.0` | `5.15.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.4.0` | `1.5.3` | | [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `1.4.0` | `1.5.3` | | [ajv](https://github.com/ajv-validator/ajv) | `8.12.0` | `8.13.0` | | [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) | `5.7.0` | `5.11.0` | | [msw](https://github.com/mswjs/msw) | `2.2.13` | `2.2.14` | | [rollup](https://github.com/rollup/rollup) | `4.13.2` | `4.17.2` | | [tsx](https://github.com/privatenumber/tsx) | `4.7.3` | `4.8.0` | | [type-fest](https://github.com/sindresorhus/type-fest) | `4.14.0` | `4.18.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.4.0` | `1.5.3` | Updates `@commitlint/cli` from 19.2.1 to 19.3.0
Release notes

Sourced from @​commitlint/cli's releases.

v19.3.0

19.3.0 (2024-04-23)

Features

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

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

Changelog

Sourced from @​commitlint/cli's changelog.

19.3.0 (2024-04-23)

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

19.2.2 (2024-04-14)

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

Commits

Updates `@commitlint/config-conventional` from 19.1.0 to 19.2.2
Release notes

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

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

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

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

Changelog

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

19.2.2 (2024-04-14)

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

Commits

Updates `@readme/oas-examples` from 5.13.0 to 5.15.0
Release notes

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

5.15.0

What's Changed

Full Changelog: https://github.com/readmeio/oas-examples/compare/5.14.0...5.15.0

5.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/readmeio/oas-examples/compare/5.12.1...5.14.0

Commits

Updates `@vitest/coverage-v8` from 1.4.0 to 1.5.3
Release notes

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

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

  • api: startVitest() to accept stdout and stdin  -  by @​AriPerkkio in vitest-dev/vitest#5493 (780b1)
    • This is listed as a feature, but it doesn't increase the minor version because startVitest API is experimental and doesn't follow semver.

   🐞 Bug Fixes

    View changes on GitHub

v1.5.0

   🚀 Features

... (truncated)

Commits

Updates `@vitest/expect` from 1.4.0 to 1.5.3
Release notes

Sourced from @​vitest/expect's releases.

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

  • api: startVitest() to accept stdout and stdin  -  by @​AriPerkkio in vitest-dev/vitest#5493 (780b1)
    • This is listed as a feature, but it doesn't increase the minor version because startVitest API is experimental and doesn't follow semver.

   🐞 Bug Fixes

    View changes on GitHub

v1.5.0

   🚀 Features

... (truncated)

Commits

Updates `ajv` from 8.12.0 to 8.13.0
Release notes

Sourced from ajv's releases.

v8.13.0

  • add named exports
  • update dependencies
  • update node.js
Commits

Updates `knip` from 5.7.0 to 5.11.0
Release notes

Sourced from knip's releases.

Release 5.11.0

  • Install peer deps in workspace (9bf286fe)
  • Fix some module/resolution configs in fixtures (9d319cf8)
  • Add support for isJSDocImportTag (introduced in TS v5.5.0) (504738df)
  • No more back & forth (014ca2a4)
  • Back & forth (589ee177)

Release 5.10.1

  • Update some dependencies (57c21b0c)
  • Add new arg to defaults in tests (b7db9762)
  • Fix storybook core.builder.name handling (resolves #602) (8ad04069)
  • Temp job with Node.js v22 + typescript v5.5-beta (21bbf28c)
  • Back & forth (f054070c)

Release 5.10.0

Please see https://twitter.com/webprolific/status/1782695065380684124 for a walk-through of the main features in this release (the commits below don't cover what was in the canary releases).

  • vitest: add bench file extension (03b93841)
  • Fix Windows path issue (92de4118)
  • Add debug log for raw watch events (49862ab5)
  • Check and remove unused vars/imports (f3694ee5)
  • Fix up some dev commands (6c511ca9)
  • Update docs (988b6320)
  • Format (01a27671)
  • Add monorepo demo folder (3c9d9ad2)
  • Don't re-analyze files that are still in the unused files cache (4d337b01)
  • Add file removal to auto-fix (c5fe4c25)
  • Mark issues as fixed in fix mode and print in grey in default reporter (d4324f82)
  • Add file removal to auto-fix (34abc720)
  • Fix CLI help text (a430a1ff)
  • Remove obsolete workaround in tag helper (5cb4f511)
  • Minor refactor (a98a7fc6)
  • Tiny bits of fast + safe in import refs finder (7893d0f3)
  • Remove obsolete by set (359abc15)
  • Refactor to improve tests + readability of member access handling during AST traversal (c0323713)
  • Rename and throw a few things around (a1f49876)
  • Update integration test cmd (b140cbd0)
  • Skip test in bun (17b90a37)
  • We weren't testing much due to a bug in Bun (oven-sh/bun#10353) (48b883de)
  • Fix up some fixture pkg names (9af92afb)

Please see https://twitter.com/webprolific/status/1782695065380684124 for a walk-through of the main features in this release (the commits below don't cover what was in the canary releases).

Release 5.10.0-canary.4

  • Add support for destructuring pattern on member access of (re)exported symbol (933dd35c)
  • Fix up some fixture pkg names (73aacf22)

Release 5.10.0-canary.3

  • Support deeper levels of tracing when looking up id refs (3ecbbf22)

... (truncated)

Commits

Updates `msw` from 2.2.13 to 2.2.14
Release notes

Sourced from msw's releases.

v2.2.14 (2024-04-17)

Bug Fixes

Commits

Updates `rollup` from 4.13.2 to 4.17.2
Release notes

Sourced from rollup's releases.

v4.17.2

4.17.2

2024-04-30

Bug Fixes

  • Fix tree-shaking problems when using spread arguments (#5503)

Pull Requests

v4.17.1

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

v4.17.0

4.17.0

2024-04-27

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

Bug Fixes

  • Reduce browser WASM size to a fraction by changing optimization settings (#5494)

Pull Requests

v4.16.4

... (truncated)

Changelog

Sourced from rollup's changelog.

4.17.2

2024-04-30

Bug Fixes

  • Fix tree-shaking problems when using spread arguments (#5503)

Pull Requests

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

4.17.0

2024-04-27

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

Bug Fixes

  • Reduce browser WASM size to a fraction by changing optimization settings (#5494)

Pull Requests

4.16.4

2024-04-23

... (truncated)

Commits

Updates `tsx` from 4.7.3 to 4.8.0
Release notes

Sourced from tsx's releases.

v4.8.0

4.8.0 (2024-05-01)

Features


This release is also available on:

Commits

Updates `type-fest` from 4.14.0 to 4.18.0
Release notes

Sourced from type-fest's releases.

v4.18.0

New types

Improvements

  • TsConfigJson: Add preserve module type and ES2022 lib types (#874) 7096613
  • Opaque: Mark as deprecated (#867) ef7b580
  • UnwrapOpaque: Mark as deprecated (#867) ef7b580

https://github.com/sindresorhus/type-fest/compare/v4.17.0...v4.18.0

v4.17.0

New types

Fixes

  • Zero: Fix missing export (#870) 91a2b1e

https://github.com/sindresorhus/type-fest/compare/v4.16.0...v4.17.0

v4.16.0

New types

Fixes

  • Integer: Fix handling of some edge-cases (#857) f5b09de
  • Float: Fix handling of some edge-cases (#857) f5b09de

https://github.com/sindresorhus/type-fest/compare/v4.15.0...v4.16.0

v4.15.0

New types

Fixes

  • ConditionalKeys: Fix TypeScript 5.4 compatibility (#852) 0fb2d62
  • WritableDeep: Fix TypeScript 5.4 compatibility (#839) 2878773
  • ReadonlyDeep: Fix TypeScript 5.4 compatibility (#839) 2878773

... (truncated)

Commits