Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the minor-development-deps group with 5 updates #850

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

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

Package From To
lerna 8.0.1 8.0.2
prettier 3.1.1 3.2.4
@vitest/coverage-v8 1.1.1 1.2.2
type-fest 4.9.0 4.10.2
typescript 5.2.2 5.3.3

Updates lerna from 8.0.1 to 8.0.2

Release notes

Sourced from lerna's releases.

v8.0.2

8.0.2 (2024-01-05)

Bug Fixes

  • add-caching: explicitly set targetDefaults for all scripts (#3929) (dae18c9)
Changelog

Sourced from lerna's changelog.

8.0.2 (2024-01-05)

Bug Fixes

  • add-caching: explicitly set targetDefaults for all scripts (#3929) (dae18c9)
Commits

Updates prettier from 3.1.1 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }
// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;
// Prettier 3.2.2
1++;
// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
| ^

// Input
try {} catch (error = 1){}
// Prettier 3.2.2
try {
} catch (error) {}
// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table>

... (truncated)

Commits

Updates @vitest/coverage-v8 from 1.1.1 to 1.2.2

Release notes

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

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub

v1.2.1

   🐞 Bug Fixes

    View changes on GitHub

v1.2.0

... (truncated)

Commits
  • b1462a4 chore: release v1.2.2
  • d53b858 fix(coverage): remove coverage/.tmp files after run (#5008)
  • 6421c27 chore: release v1.2.1
  • 4b41131 fix(coverage): thresholds.autoUpdate to work with arrow function configurat...
  • b561c32 chore: release v1.2.0
  • 96dc6e9 feat(coverage): custom reporter support (#4828)
  • a73c1c2 chore: release v1.1.3
  • be5a259 chore: release v1.1.2
  • See full diff in compare view

Updates type-fest from 4.9.0 to 4.10.2

Release notes

Sourced from type-fest's releases.

v4.10.2

  • MergeDeep: Fix compatibility with TypeScript 5.4 (#807) 5f6165a

sindresorhus/type-fest@v4.10.1...v4.10.2

v4.10.1

  • Fix support for exactOptionalPropertyTypes: true tsconfig (#804) a54e313

sindresorhus/type-fest@v4.10.0...v4.10.1

v4.10.0

  • Get: Fix handling of readonly array (#799) 4a38651
  • SharedUnionFieldsDeep: Skip if input type is not a union type (#798) 6f1db93
  • DelimiterCasedPropertiesDeep: Don&#39;t recurse into intersection type that include primitive value (#789) eb96609
  • Merge: Don&#39;t turn undefined into optional key (#787) 0aec247

sindresorhus/type-fest@v4.9.0...v4.10.0

Commits
  • e02f228 4.10.2
  • 5f6165a MergeDeep: Fix compatibility with TypeScript 5.4 (#807)
  • eccf171 4.10.1
  • a54e313 Fix support for exactOptionalPropertyTypes: true tsconfig (#804)
  • 18a12b7 4.10.0
  • 4a38651 Get: Fix handling of readonly array (#799)
  • 6f1db93 SharedUnionFieldsDeep: Skip if input type is not a union type (#798)
  • eb96609 DelimiterCasedPropertiesDeep: Don't recurse into intersection type that inc...
  • 0aec247 Merge: Don't turn undefined into optional key (#787)
  • See full diff in compare view

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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.0.1` | `8.0.2` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.1.1` | `1.2.2` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.9.0` | `4.10.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |


Updates `lerna` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.0.2/packages/lerna)

Updates `prettier` from 3.1.1 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.4)

Updates `@vitest/coverage-v8` from 1.1.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-v8)

Updates `type-fest` from 4.9.0 to 4.10.2
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.9.0...v4.10.2)

Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
@dependabot dependabot bot requested a review from erunion February 1, 2024 05:55
@kanadgupta kanadgupta self-requested a review February 1, 2024 18:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

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

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-1e6c790d6b branch March 1, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant