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 8 updates #451

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@types/node 20.10.6 20.11.14
@vitest/browser 1.1.1 1.2.2
@vitest/coverage-v8 1.1.1 1.2.2
msw 2.0.11 2.1.5
prettier 3.1.1 3.2.4
typescript 5.2.2 5.3.3
vitest 1.1.1 1.2.2
webdriverio 8.27.0 8.29.3

Updates @types/node from 20.10.6 to 20.11.14

Commits

Updates @vitest/browser from 1.1.1 to 1.2.2

Release notes

Sourced from @​vitest/browser'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

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 msw from 2.0.11 to 2.1.5

Release notes

Sourced from msw's releases.

v2.1.5 (2024-01-25)

Bug Fixes

  • add "request" to response events (#1993) (bad537f1fce7511f0a7258c0216a9ad49fbc27b8) @​kettanaito
  • does not warn on unhandled "file://" requests (#1997) (5afedb1af6d20f8be4e079f6a22ca617890b3507) @​kettanaito
  • resolve relative fetch urls in jsdom (#1999) (82ab765c44e866310ba9c4cc24fed3d6cfaf7735) @​kettanaito

v2.1.4 (2024-01-23)

Bug Fixes

v2.1.3 (2024-01-22)

Bug Fixes

  • export "getResponse" for batched GraphQL queries (#1982) (42f147367709d85c09ec44eb300848d0bbbf1b6d) @​kettanaito
  • reduce library footprint by avoiding barrel imports (#1987) (b803e26a65fff537332ccfcb0a1a53dc4462659c) @​thepassle

v2.1.2 (2024-01-17)

Bug Fixes

  • export "HttpRequestHandler" and "GraphQLRequestHandler" types (#1973) (ca423d9ffcf940ed9118e65126b5008e355fc2b3) @​kettanaito

v2.1.1 (2024-01-17)

Bug Fixes

  • annotate the "requestId" response resolver argument (#1969) (f22294eb81bb53495265fba777e049a7102c2e1f) @​skvale

v2.1.0 (2024-01-15)

Features

  • up tsconfig target for more modern syntax (#1780) (29182cebaaa5e7acfebcc513e5f84e8723236d27) @​thepassle @​kettanaito
  • add "requestId" as response resolver argument (#1942) (51ab8cc0e31848e82eebc2f3e0cdf280f4a2ef8e) @​skvale @​kettanaito
  • support multiple directories in "msw.workerDirectory" (#1832) (4dbf99ac542b2f2dbca70874d638fb7261d9ffdd) @​kettanaito
  • deprecate "waitUntilReady" (deferNetworkUntil) worker option (#1964) (86a22ac92f77a11c0fd165f1313de1cc8f936f16) @​kettanaito
  • support throwing responses in response resolvers (#1963) (39dc0e64497df448de74fe827fe6f1b4ecdbf5c4) @​kettanaito

Shoutout to @​mattcosta7 for his continuous on the library's performance and stability 🎉

v2.0.14 (2024-01-12)

Bug Fixes

... (truncated)

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 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.1 to 1.2.2

Release notes

Sourced from vitest'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
  • 6689856 fix(coverage): don't crash when re-run removes earlier run's reports (#5022)
  • fff1a27 fix(vitest): don't throw an error if mocked file was already imported (#5050)
  • 6dae3fe fix(typecheck): fix ignoreSourceErrors in run mode (#5044)
  • cf5641a fix(vitest): support older NodeJS with async import.meta.resolve (#5045)
  • 915d6c4 fix(threads): mention common work-around for the logged error (#5024)
  • a9a486f fix(vitest): allow useFakeTimers to fake requestIdleCallback on non brows...
  • 253df1c fix(vitest): throw an error if vi.mock is exported (#5034)
  • 7344870 feat(vitest): expose getHooks & setHooks (#5032)
  • 9c7c0fc fix(vitest): test deep dependencies change detection (#4934)
  • Additional commits viewable in compare view

Updates webdriverio from 8.27.0 to 8.29.3

Release notes

Sourced from webdriverio's releases.

v8.29.3 (2024-01-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 7

v8.29.2 (2024-01-26)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 4

... (truncated)

Changelog

Sourced from webdriverio's changelog.

v8.29.3 (2024-01-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 7

v8.29.2 (2024-01-26)

🐛 Bug Fix

💅 Polish

📝 Documentation

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

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.14` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `1.1.1` | `1.2.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.1.1` | `1.2.2` |
| [msw](https://github.com/mswjs/msw) | `2.0.11` | `2.1.5` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.1` | `1.2.2` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `8.27.0` | `8.29.3` |


Updates `@types/node` from 20.10.6 to 20.11.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/browser` 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/browser)

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 `msw` from 2.0.11 to 2.1.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.0.11...v2.1.5)

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 `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)

Updates `vitest` 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/vitest)

Updates `webdriverio` from 8.27.0 to 8.29.3
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.29.3/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@vitest/browser"
  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: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: webdriverio
  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 00:16
@erunion erunion merged commit 50bfb0a into main Feb 1, 2024
7 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-14e7167433 branch February 1, 2024 00:21
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.

None yet

1 participant