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 7 updates #1005

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
@readme/oas-examples 5.15.0 5.15.1
@rollup/plugin-commonjs 25.0.7 25.0.8
ajv 8.13.0 8.14.0
knip 5.13.0 5.17.3
rollup 4.17.2 4.18.0
tsx 4.9.3 4.11.0
type-fest 4.18.2 4.18.3

Updates @readme/oas-examples from 5.15.0 to 5.15.1

Commits
Maintainer changes

This version was pushed to npm by kanadgupta, a new releaser for @​readme/oas-examples since your current version.


Updates @rollup/plugin-commonjs from 25.0.7 to 25.0.8

Changelog

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

v25.0.8

2024-05-22

Bugfixes

  • fix: preserve the class body property keys even if they are special keywords (#1688)
Commits
  • 8949965 chore(release): commonjs v25.0.8
  • 0bb872b fix(commonjs): preserve the class body property keys even if they are special...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • See full diff in compare view


Updates ajv from 8.13.0 to 8.14.0

Release notes

Sourced from ajv's releases.

v8.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

Commits


Updates knip from 5.13.0 to 5.17.3

Release notes

Sourced from knip's releases.

Release 5.17.3

  • Add ‘kill’ and ‘ssh’ as globally available binaries (#660) (5e576a28)
  • Remove version selector (9ad1d466)
  • Timerify (de)serialize functions (0e04f1e4)
  • Update docs (935a7066)

Release 5.17.2

  • Fix external require.resolve (resolves #657) (c188a7a7)

Release 5.17.1

  • Any is OK (28ad084b)
  • Fix (de)serialization of maps (resolves #656) (3ab95ef7)
  • Fix graphql-codegen config filter (resolves #658) (24c13553)

Release 5.17.0

  • Fix --watch after refactors (db2a2616)
  • Improve getHasStrictlyNsReferences and traverse into re-exports (9d75e0d4)
  • Restore imports in Footer.astro (c836517a)

Release 5.17.0-canary.2

  • Bring isGitIgnored into fields of sanity (1075b305)
  • Get rid of internalWorkspaceFilePaths and handle in analyzeSourceFile (d3d7fa08)
  • Minor refactor (b968da8f)
  • fix(Auto-fix): ignore is not applied (#654) (32ddd715)
  • Refactor ignore deps/bins + config hints (99d978a1)
  • Fix formatting (693192b9)
  • Fix more links (2ceee1a0)
  • Update urls from webpro/knip → webpro-nl/knip (70df0916)

Release 5.17.0-canary.1

  • Simplify pseudo re-export handling (94cfb94c)
  • Refactor importedAs to map (#647) (0b1ce0b9)
  • Always return TS resolved module (resolves #651) (4055e314)

Release 5.17.0-canary.0

  • Refactor internal dep graph & module resolution (f5faf52b)
  • Defer principal deletion if --isolate-workspaces (6616fe1e)
  • Start support for dist → src file path rewiring (4408a34e)
  • Fix module resolution across multiple dependent workspaces with incompatible tsconfigs (#611) (f99e5f1f)
  • Just get that symbol (resolves #647) (bbc5f1a1)
  • Support GraphQL Config in graphql-codegen plugin (#645) (8b12dedb)
  • Add typescript-eslint to projects using Knip (4ccc696b)
  • Add issue reproduction template for monorepo (199f0307)
  • Remove obsolete file (6f9b8c85)
  • Webpack plugin: support absolute entry paths (#640) (fb5023ec)
  • Remove unused file in integration test (cb436119)
  • Add anonymous const (efb45c86)
  • Refactor configuration hints + ignored binaries/dependencies (8d838e83)
  • Supported 'oneOf' rule in webpack plugin (#644) (a8a12372)
  • Add UnoCSS plugin (#638) (46ec674f)

... (truncated)

Commits


Updates rollup from 4.17.2 to 4.18.0

Release notes

Sourced from rollup's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates tsx from 4.9.3 to 4.11.0

Release notes

Sourced from tsx's releases.

v4.11.0

4.11.0 (2024-05-23)

Bug Fixes

  • only error on invalid tsconfig if explicitly passed in (#30) (b6bf39b)

Features

  • esm api: configurable tsconfig (3f42ae3)

This release is also available on:

v4.10.5

4.10.5 (2024-05-18)

Bug Fixes


This release is also available on:

v4.10.4

4.10.4 (2024-05-17)

Bug Fixes


This release is also available on:

... (truncated)

Commits
  • b6bf39b fix: only error on invalid tsconfig if explicitly passed in (#30)
  • 3f42ae3 feat(esm api): configurable tsconfig
  • 52d696c docs: use .md extension in links
  • b54131c refactor: reuse tsconfig util
  • eeaefd6 test: separate tsconfig tests
  • 9cf2115 test: refactor organize fixtures
  • a71c437 chore: update tsconfig.json
  • 86cf87c fix: handle parsing variable of
  • 4a8a2dc fix(cjs): support file url (#18)
  • 942e9bc fix: V8 coverage support
  • Additional commits viewable in compare view


Updates type-fest from 4.18.2 to 4.18.3

Release notes

Sourced from type-fest's releases.

v4.18.3

  • ConditionalKeys: Fix filtering out never type (#881) 863511d

https://github.com/sindresorhus/type-fest/compare/v4.18.2...v4.18.3

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

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml