zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

chore: bump the npm group with 19 updates #305

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the npm group with 19 updates:

Package From To
husky 9.0.11 9.1.1
turbo 2.0.6 2.0.9
@vitest/browser 2.0.2 2.0.3
@vitest/coverage-istanbul 2.0.2 2.0.3
playwright 1.45.1 1.45.2
vitest 2.0.2 2.0.3
@typescript-eslint/eslint-plugin 7.16.0 7.16.1
@typescript-eslint/parser 7.16.0 7.16.1
eslint-config-turbo 2.0.6 2.0.9
eslint-plugin-prettier 5.1.3 5.2.1
@types/node 20.14.10 20.14.11
tsup 8.1.0 8.2.1
msw 2.3.1 2.3.2
openapi-typescript 7.0.2 7.1.0
@swc/core 1.6.13 1.7.0
@testing-library/dom 10.3.1 10.3.2
@tanstack/react-query 5.51.1 5.51.11
@playwright/test 1.45.1 1.45.2
tailwindcss 3.4.4 3.4.6

Updates husky from 9.0.11 to 9.1.1

Release notes

Sourced from husky's releases.

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows

Deprecations

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support for these will be removed in v10.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

... (truncated)

Commits


Updates turbo from 2.0.6 to 2.0.9

Release notes

Sourced from turbo's releases.

Turborepo v2.0.9

What's Changed

Examples

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9

Turborepo v2.0.8

What's Changed

Examples

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8

Turborepo v2.0.7

What's Changed

Examples

Changelog

New Contributors

... (truncated)

Commits


Updates @vitest/browser from 2.0.2 to 2.0.3

Release notes

Sourced from @​vitest/browser's releases.

v2.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 81b8d67 chore: release v2.0.3
  • f44cc91 fix(browser): allow immidiate reinvalidation of mocked dependencies (#6108)
  • 3565541 fix(browser): don't import from "vite"
  • See full diff in compare view


Updates @vitest/coverage-istanbul from 2.0.2 to 2.0.3

Release notes

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

v2.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates playwright from 1.45.1 to 1.45.2

Release notes

Sourced from playwright's releases.

v1.45.2

Highlights

microsoft/playwright#31613 - [REGRESSION]: Trace is not showing any screenshots nor test name microsoft/playwright#31601 - [REGRESSION]: missing trace for 2nd browser microsoft/playwright#31541 - [REGRESSION]: Failing tests have a trace with no images and with steps missing

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126
Commits
  • d8a5f3b chore: mark v1.45.2 (#31702)
  • 51fa0ff Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#309...
  • 80f44f3 cherry-pick(#31666): Revert "fix(chromium): pass --enable-gpu when running he...
  • 4bd2d25 cherry-pick(#31511): docs(clock): update time types in Python/.NET
  • See full diff in compare view


Updates vitest from 2.0.2 to 2.0.3

Release notes

Sourced from vitest's releases.

v2.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters

❤️ Thank You

  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

Commits
  • d1d0ba5 chore(release): publish 7.16.1
  • 10f8a4d fix(eslint-plugin): [no-unnecessary-type-parameters] descend into all parts o...
  • bebbd0c chore(eslint-plugin): [no-unnecessary-parameter-property-assignment] remove `...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.16.0 to 7.16.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.16.1 (2024-07-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates eslint-config-turbo from 2.0.6 to 2.0.9

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.0.9

What's Changed

Examples

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9

Turborepo v2.0.8

What's Changed

Examples

Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8

Turborepo v2.0.7

What's Changed

Examples

Changelog

New Contributors

... (truncated)

Commits


Updates eslint-plugin-prettier from 5.1.3 to 5.2.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.1

Patch Changes

5.2.0

Minor Changes

Commits
  • 51324d9 chore: fix CHANGELOG.md formatting issue
  • 24288c7 chore: release eslint-plugin-prettier (#669)
  • ac036cc build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)
  • a1e6f4a build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)
  • de9751c build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)
  • 02c21a5 chore: release eslint-plugin-prettier (#653)
  • f170011 feat: support parsing html via @html-eslint/parser natively (#652)
  • See full diff in compare view


Updates @types/node from 20.14.10 to 20.14.11

Commits


Updates tsup from 8.1.0 to 8.2.1

Release notes

Sourced from tsup's releases.

v8.2.1

8.2.1 (2024-07-20)

Bug Fixes

v8.2.0

8.2.0 (2024-07-19)

Features

  • add option to retain node protocol (e7ced34)

v8.1.2

8.1.2 (2024-07-17)

Bug Fixes

v8.1.1

8.1.1 (2024-07-16)

  • Upgrade bunch of dependencies (esbuild v0.23).
Commits


Updates msw from 2.3.1 to 2.3.2

Release notes

Sourced from msw's releases.

v2.3.2 (2024-07-19)

Bug Fixes

Commits


Updates openapi-typescript from 7.0.2 to 7.1.0

Release notes

Sourced from openapi-typescript's releases.

openapi-typescript@7.1.0

Minor Changes

Patch Changes

openapi-typescript@7.0.4

Patch Changes

  • #1746 e705909 Thanks @​phk422! - fix: Correct handling of default parameter values in referenced component schema

openapi-typescript@7.0.3

Patch Changes

Changelog

Sourced from openapi-typescript's changelog.

7.1.0

Minor Changes

Patch Changes

7.0.4

Patch Changes

  • #1746 e705909 Thanks @​phk422! - fix: Correct handling of default parameter values in referenced component schema

7.0.3

Patch Changes

Commits


Updates @swc/core from 1.6.13 to 1.7.0

Release notes

Sourced from @​swc/core's releases.

v1.7.0

What's Changed

github-actions[bot] commented 2 months ago

Released in v0.8.3 :tada: