readmeio / rdme

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

chore(deps-dev): bump the minor-development-deps group with 12 updates #954

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Package From To
@rollup/plugin-json 6.0.1 6.1.0
@vitest/coverage-v8 1.1.0 1.1.1
@vitest/expect 1.1.0 1.1.1
eslint 8.55.0 8.56.0
knip 3.4.0 3.9.0
msw 2.0.10 2.0.11
prettier 3.1.0 3.1.1
rollup 4.6.1 4.9.2
ts-node 10.9.1 10.9.2
type-fest 4.8.3 4.9.0
typescript 5.2.2 5.3.3
vitest 1.1.0 1.1.1

Updates @rollup/plugin-json from 6.0.1 to 6.1.0

Changelog

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

v6.1.0

2023-12-12

Features

  • feat: add includeArbitraryNames option (#1641)
Commits
  • e1d317b chore(json): update dependencies
  • 40efea8 chore(repo): assert changelogs (#134)
  • 16f8ba5 docs: normalize Array format in READMEs (#117)
  • cb9775d chore: update homepage link in packages. fixes #111
  • c94427d chore(release): json v4.0.1
  • 445f8ca fix(json): cannot be imported by rollup (#81)
  • 6c1cc76 chore: remove placeholder security script from each plugin (#77)
  • 03a2e57 chore: fix linting errors that snuck through
  • 4f0bff5 feat: export Rollup*Options interfaces (#53)
  • 3d6132a chore: align scripts to use pnpm run
  • Additional commits viewable in compare view


Updates @vitest/coverage-v8 from 1.1.0 to 1.1.1

Release notes

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

v1.1.1

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @vitest/expect from 1.1.0 to 1.1.1

Release notes

Sourced from @​vitest/expect's releases.

v1.1.1

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view


Updates knip from 3.4.0 to 3.9.0

Release notes

Sourced from knip's releases.

Release 3.9.0

  • Fix some links (2ab781ba)
  • Add find to ignored global binaries (closes #413) (80ac4d2d)
  • Add wireit to schema.json, improve consistency (37e58a8c)
  • fix: docs internal link replacement (#415) (18dea2a5)
  • Add LintHTML plugin (#408) (0c688542)
  • Add wireit plugin (#407) (45ff78c8)
  • 11ty plugin (#404) (27632efe)

Release 3.8.4

  • Update dependencies (462615b3)
  • Add custom header component with version selector (4dec0e2d)
  • Update edit link (06459d48)
  • Add Next.js global-error entry file (#406) (f929c41e)
  • Rewrite /v4 to v4 branch deployments, v3 = default (2b7418e5)
  • Auto-format md (38f6d4c5)
  • Keep moving (818838c9)
  • Fix some TS issues (4da056e1)

Release 3.8.3

  • Update dependencies (1b9603ec)
  • Fix individual booleans for analyzeSourceFile (7b822cb0)
  • Swap block for consistency (753303ae)
  • Fix workspace hints in production mode (ed834e97)
  • fix: use svelte plugin options from user config (#401) (77e7c661)

Release 3.8.2

  • Run issue fixer if only --fix-type argument is provided (fcbaed09)
  • add sveltekit entry patterns (#393) (70551205)
  • Fix postcreate-plugin script (4fd44b6f)
  • Edit docs (ef999c49)

Release 3.8.1

  • Fix regexes in ignored bins/deps for non-root workspace (resolves #392) (82635fc8)
  • Update dependencies (9456b898)
  • Publish (4821581f)
  • Add draft "slim down to speed up" (7faa5d6f)

Release 3.8.0

  • Document --isolate-workspaces + reword principal → program (c5f98fd)
  • Add mem usage + major gc events (f72bf62)

Release 3.7.1

  • Filter out some odd stuff in custom settings resolver in eslint plugin (790646a2)
  • Improve handling of import type nodes in JSDoc (8c3d77c9)
  • Deduplicate workspace names (#391) (28d43bb1)

Release 3.7.0

  • Move @npmcli/package-json from dev → dependencies (2157f57e)
  • Introduce experimental --fix feature (resolves #63) (cf1619c6)

... (truncated)

Commits


Updates msw from 2.0.10 to 2.0.11

Release notes

Sourced from msw's releases.

v2.0.11 (2023-12-11)

Bug Fixes

  • expose mockServiceWorker.js file in package exports (#1922) (5736efce63c0271ba37c69d2a7267e5cc614a444) @​thepassle
Commits


Updates prettier from 3.1.0 to 3.1.1

Release notes

Sourced from prettier's releases.

3.1.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.1.1

diff

Fix config file search (#15363 by @​fisker)

Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.

├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
// Prettier 3.1.0
await prettier.resolveConfigFile(new URL("./test.js", import.meta.url));
// <CWD>/test.js/.prettierrc

// Prettier 3.1.1 await prettier.resolveConfigFile(new URL("./test.js", import.meta.url)); // <CWD>/.prettierrc

Skip explicitly passed symbolic links with --no-error-on-unmatched-pattern (#15533 by @​sanmai-NL)

Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.

In Prettier 3.1.1, you can use --no-error-on-unmatched-pattern to simply skip symbolic links.

Consistently use tabs in ternaries when useTabs is true (#15662 by @​auvred)

// Input
aaaaaaaaaaaaaaa
    ? bbbbbbbbbbbbbbbbbb
    : ccccccccccccccc
      ? ddddddddddddddd
      : eeeeeeeeeeeeeee
        ? fffffffffffffff
        : gggggggggggggggg;

// Prettier 3.1.0 aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff </tr></table>

... (truncated)

Commits
  • b86701d Release 3.1.1
  • c97480c Use attributes instead of deprecated assertions (#15758)
  • 0d1ffb3 Consistently use tabs in ternaries when useTabs is true (#15662)
  • 5f7aedc fix example to fit the actual experimentalTernaries behaviour (#15747)
  • 1e30f66 Remove claim, untrue since over 5 years ago, that cursorOffset is incompatibl...
  • 39e4e7b Add cursorOffset to Playground (#15751)
  • 8e816ad Allow skipping symlink patterns, to avoid raising a fault (#15533)
  • 2ca5d75 Fix expect call in dts test (#15766)
  • 15c7428 chore(deps): update dependency flow-parser to v0.223.3 (#15760)
  • d3b3d4f chore(deps): update dependency hermes-parser to v0.18.0 (#15761)
  • Additional commits viewable in compare view


Updates rollup from 4.6.1 to 4.9.2

Release notes

Sourced from rollup's releases.

v4.9.2

4.9.2

2023-12-30

Bug Fixes

  • Extend support for arbitrary namespace identifiers in SystemJS (#5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)

Pull Requests

v4.9.1

4.9.1

2023-12-17

Bug Fixes

  • Fix an issue where break statements could include the wrong label (#5297)

Pull Requests

  • #5297: fix: use a new includedLabels in the body of the LabeledStatement (@​TrickyPi)
  • #5300: chore(deps): lock file maintenance minor/patch updates (@​renovate[bot])

v4.9.0

4.9.0

2023-12-13

Features

  • Fully support arbitrary strings as import and export identifiers (#5298)

Pull Requests

v4.8.0

... (truncated)

Changelog

Sourced from rollup's changelog.

4.9.2

2023-12-30

Bug Fixes

  • Extend support for arbitrary namespace identifiers in SystemJS (#5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)

Pull Requests

4.9.1

2023-12-17

Bug Fixes

  • Fix an issue where break statements could include the wrong label (#5297)

Pull Requests

  • #5297: fix: use a new includedLabels in the body of the LabeledStatement (@​TrickyPi)
  • #5300: chore(deps): lock file maintenance minor/patch updates (@​renovate[bot])

4.9.0

2023-12-13

Features

  • Fully support arbitrary strings as import and export identifiers (#5298)

Pull Requests

4.8.0

2023-12-11

... (truncated)

Commits


Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits


Updates type-fest from 4.8.3 to 4.9.0

Release notes

Sourced from type-fest's releases.

v4.9.0

New types

Improvements

  • ReadonlyDeep: Fix usage with properties defined with void (#782) a919f93
  • ConditionalPickDeep: Support interface (#776) ebb7a59

https://github.com/sindresorhus/type-fest/compare/v4.8.3...v4.9.0

Commits


Updates typescript from 5.2.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 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.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

Commits


Updates vitest from 1.1.0 to 1.1.1

Release notes

Sourced from vitest's releases.

v1.1.1

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c8abbc1 chore: release v1.1.1
  • 2baea35 fix(vitest): show beforeAll/afterAll errors in junit reporter (#4819)
  • 7e6a62a fix: match jest json output by making json reporter output ndjson-compatible ...
  • 5053a5d fix: correct option name --no-parallelism (#4831)
  • 06c14f7 fix(vitest): fix file snapshots in skipped suites considered obsolete (#4795)
  • 8ddb494 chore: always externalize vitest (#4816)
  • 8f6225b fix: don't fail if inline: true is set (#4815)... _Description has been truncated_
kanadgupta commented 10 months ago

we can't bump typescript due to https://github.com/mswjs/msw/pull/1874, so I'm piecemealing this work over in #958

dependabot[bot] commented 10 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.