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 10 updates #1014

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
@readme/oas-examples 5.15.1 5.16.0
@rollup/plugin-replace 5.0.5 5.0.7
@types/validator 13.11.10 13.12.0
@yao-pkg/pkg 5.11.5 5.12.0
ajv 8.15.0 8.16.0
knip 5.17.4 5.23.2
prettier 3.3.0 3.3.2
tsx 4.11.2 4.16.0
type-fest 4.19.0 4.20.1
typescript 5.4.5 5.5.2

Updates @readme/oas-examples from 5.15.1 to 5.16.0

Release notes

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

5.16.0

What's Changed

Full Changelog: https://github.com/readmeio/oas-examples/compare/5.15.1...5.16.0

Commits
  • 6855856 build: 5.16.0 release
  • 82942db chore(deps-dev): bumping out of date deps
  • 5fcb308 feat: creation of a petstore-simple alternative with no tags
  • 06f6aa1 chore(deps-dev): bump the minor-developent-deps group with 3 updates (#109)
  • See full diff in compare view


Updates @rollup/plugin-replace from 5.0.5 to 5.0.7

Changelog

Sourced from @​rollup/plugin-replace's changelog.

v5.0.7

2024-06-05

Bugfixes

  • fix: add missing sourceMap documentation (#1698)

v5.0.6

2024-06-05

Bugfixes

  • fix: ternary operator replacement (#1712)
Commits
  • 7278248 chore(release): replace v5.0.7
  • de709c2 fix(replace): add missing sourceMap documentation (#1698)
  • e35d881 chore(release): replace v5.0.6
  • ee8b432 fix(replace): ternary operator replacement (#1712)
  • 2c18eeb chore(release): replace v5.0.5
  • 047d21c fix(replace): prevent variable before colons from being replaced when prevent...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • 563d83a chore(release): replace v5.0.4
  • See full diff in compare view


Updates @types/validator from 13.11.10 to 13.12.0

Commits


Updates @yao-pkg/pkg from 5.11.5 to 5.12.0

Release notes

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

Release 5.12.0

5.12.0 (2024-06-10)

Features

  • add ignore option to ignore files from build (#68) (54ae1ee)

Bug Fixes

  • use cache directory in users home instead of system-wide tmp dir (#55) (a217727)

Chores

Changelog

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

5.12.0 (2024-06-10)

Features

  • add ignore option to ignore files from build (#68) (54ae1ee)

Bug Fixes

  • use cache directory in users home instead of system-wide tmp dir (#55) (a217727)

Chores

Commits


Updates ajv from 8.15.0 to 8.16.0

Release notes

Sourced from ajv's releases.

v8.16.0

What's Changed

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0

Commits


Updates knip from 5.17.4 to 5.23.2

Release notes

Sourced from knip's releases.

Release 5.23.2

  • Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#700) (83e18a10)
  • Exclude nsExports, classMembers and nsTypes from --exports shortcut (#698) (2e834465)
  • Update marketing materials (62090b40)
  • Update funding options (e8a4a00c)
  • Update marketing materials (4f6a1977)
  • Switch to microsoft/TypeScript main in integration tests (c8c6dabb)
  • Add whitespace in exports coverage (alias-exclude) (a03d4ebc)
  • Add more coverage for tag hints (3d551dbb)

Release 5.23.1

  • Minor refactors (efafcdc3)
  • Add test for re-export with includeEntryExports + ignoreExportsUsedInFile (#698) (c0a0f0be)
  • Consider alias exclude symbols referenced in ignoreExportsUsedInFile (resolves #697) (326b0181)
  • Fix enum members in re-exports in entry files (resolves #703) (3ff2253d)
  • Fix tag hints (#691) (dd051cd0)
  • Minor refactors (3e9806a9)
  • Fix isReferencedInExportedType AST helper (bc2e7165)

Release 5.23.0

  • Update docs (1f945edf)
  • Show unused custom ignored tags as hints (resolves #691) (78255fc7)
  • Don't report exports referenced in exported types (resolves #687) (834c26be)
  • Fix unused exports used in file with substring overlap (#695) (5a2176ea)
  • Name tests/fixtures after option name (a7b9a984)
  • Fix unused exports used in file with substring overlap (resolves #695) (555c1629)
  • Update docs re. issue reproduction (646ed753)

Release 5.22.3

  • Try harder looking up strictly-ns-references recursively (#690) (4cf13377)
  • Also traverse into re-exports and re-exported aliases when looking up strictly-ns-references (resolves #690) (b98c5b9e)
  • Update docs (e906674a)
  • Add support for graphql-codegen plugin level config (resolves #692) (#693) (71de7f17)

Release 5.22.2

  • Fix abs extended tsconfig paths if internal (resolves #689) (d1261c1d)
  • Update release-it and use JSON schema (a4111fe6)

Release 5.22.1

  • Add fixture for #687 (e15da45d)
  • Add require() import with ts ext to commonjs fixture (#681) (0c56610e)
  • Add support for thenable dynamic import w/ destructured arg (resolves #688) (1343826a)
  • Update ts dev dep (67404f39)

Release 5.22.0

  • Replace file-entry-cache with custom impl + built-in serializer (7aa2f6df)

Release 5.21.2

  • Fix: Support Cypress configs with false value for e2e.supportFile and component.supportFile (#684) (bd77bcce)

... (truncated)

Commits
  • f640342 Release 5.23.2
  • 83e18a1 Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#700)
  • 2e83446 Exclude nsExports, classMembers and nsTypes from --exports shortcut (...
  • e8a4a00 Update funding options
  • a03d4eb Add whitespace in exports coverage (alias-exclude)
  • 3d551db Add more coverage for tag hints
  • 35cf1b7 Release 5.23.1
  • efafcdc Minor refactors
  • c0a0f0b Add test for re-export with includeEntryExports + ignoreExportsUsedInFile...
  • 326b018 Consider alias exclude symbols referenced in ignoreExportsUsedInFile (resol...
  • Additional commits viewable in compare view


Updates prettier from 3.3.0 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 -->
</tr></table>

... (truncated)

Commits


Updates tsx from 4.11.2 to 4.16.0

Release notes

Sourced from tsx's releases.

v4.16.0

4.16.0 (2024-06-29)

Bug Fixes

  • cjs: tsx.require to support core modules (f748e19)

Features

  • cjs: improve compatibility with other loaders (3e1e546)

This release is also available on:

v4.15.9

4.15.9 (2024-06-29)

Bug Fixes

  • esm: resolve implicit extension in files containing . (c9c690b), closes #604

This release is also available on:

v4.15.8

4.15.8 (2024-06-28)

Bug Fixes

  • cjs: implicit resolution to correctly try extensions (b94482d)
  • cjs: leaking implicit extension resolver (ae2a1bc)

This release is also available on:

... (truncated)

Commits
  • da3bcb0 chore: upgrade deps
  • 3e1e546 feat(cjs): improve compatibility with other loaders
  • f748e19 fix(cjs): tsx.require to support core modules
  • c67e3ba test: directory import by .
  • c9c690b fix(esm): resolve implicit extension in files containing .
  • ae2a1bc fix(cjs): leaking implicit extension resolver
  • b94482d fix(cjs): implicit resolution to correctly try extensions
  • d120d14 chore: improve issue template
  • 56eb82b refactor(esm): simplify resolve code
  • bcf96c7 test: assert extension resolution order in node_modules
  • Additional commits viewable in compare view


Updates type-fest from 4.19.0 to 4.20.1

Release notes

Sourced from type-fest's releases.

v4.20.1

  • Schema: Fix handling of arrays (#887) c570ec2
  • Paths: Prevent infinite recursion (#891) 7d4e875

https://github.com/sindresorhus/type-fest/compare/v4.20.0...v4.20.1

v4.20.0

  • SimplifyDeep: Support array (#888) a6ab051
  • IsLiteral: Return false for tagged types (#886) 587380c

https://github.com/sindresorhus/type-fest/compare/v4.19.0...v4.20.0

Commits


Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 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.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view


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 2 months ago

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