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(release): zimic@0.10.0 #488

Merged
merged 18 commits into from
Nov 26, 2024
Merged

chore(release): zimic@0.10.0 #488

merged 18 commits into from
Nov 26, 2024

Conversation

diego-aquino
Copy link
Member

No description provided.

diego-aquino and others added 18 commits November 10, 2024 18:40
- chore(root): do not automatically install peer deps
- chore(root): improve peer deps declarations
- chore(root): upgrade `light-my-request` used by `fastify`
Bumps the npm group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.3.0` |
|
[@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser)
| `2.1.4` | `2.1.5` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.4` | `2.1.5` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.4` | `2.1.5` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.13.0` | `8.14.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.13.0` | `8.14.0` |
|
[@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server)
| `0.9.53` | `0.9.55` |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.1` | `1.9.2` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.59.20` | `5.60.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14`
| `3.4.15` |
|
[@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy)
| `2.1.4` | `2.1.5` |

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Features
- [#zimic] Added support to reject local unhandled requests with
`action: 'reject'`. Previously, local interceptors could only bypass
requests.
- [#zimic] Renamed the property `logWarning` to `log` when declaring an
unhandled request strategy.

### Tests
- [#zimic] Created a fallback server to differentiate bypassed from
rejected requests in local interceptors.

Closes #387.
### Refactoring
- Improved the ESLints and applied the changes to the monorepo
- [#eslint-react] Created the package `@zimic/eslint-config-react` and
applied the rules to the React examples.
Bumps the npm group with 14 updates:

| Package | From | To |
| --- | --- | --- |
|
[@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)
| `19.5.0` | `19.6.0` |
|
[@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)
| `19.5.0` | `19.6.0` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [turbo](https://github.com/vercel/turborepo) | `2.3.0` | `2.3.1` |
| [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.4.2` |
`7.4.4` |
| [playwright](https://github.com/microsoft/playwright) | `1.48.2` |
`1.49.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` |
`5.7.2` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.14.0` | `8.15.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.14.0` | `8.15.0` |
|
[@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server)
| `0.9.55` | `0.9.56` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.9.0` | `22.9.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.2` | `1.9.3` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.60.5` | `5.61.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.2`
| `1.49.0` |

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@diego-aquino diego-aquino added this to the v0.10.0 milestone Nov 26, 2024
@diego-aquino diego-aquino self-assigned this Nov 26, 2024
@diego-aquino diego-aquino merged commit fea3764 into v0 Nov 26, 2024
20 checks passed
Copy link
Contributor

Released in v0.10.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant