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): update devdependencies (non-major) (minor) #950

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.7.1 -> 19.8.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.7.1 -> 19.8.0 age adoption passing confidence
@eslint-react/eslint-plugin (source) 1.26.2 -> 1.34.1 age adoption passing confidence
@eslint/eslintrc 3.2.0 -> 3.3.0 age adoption passing confidence
@eslint/js (source) 9.20.0 -> 9.22.0 age adoption passing confidence
@hey-api/openapi-ts (source) 0.63.0 -> 0.64.12 age adoption passing confidence
@storybook/addon-a11y (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/addon-essentials (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/addon-links (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/blocks (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/experimental-addon-test (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/react (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/react-vite (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@storybook/test (source) 8.5.6 -> 8.6.6 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.66.3 -> 5.68.0 age adoption passing confidence
@tanstack/router-plugin (source) 1.105.0 -> 1.114.22 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.26.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.24.0 -> 8.26.1 age adoption passing confidence
cypress (source) 14.0.2 -> 14.2.0 age adoption passing confidence
eslint (source) 9.20.1 -> 9.22.0 age adoption passing confidence
eslint-config-prettier 10.0.1 -> 10.1.1 age adoption passing confidence
eslint-import-resolver-typescript 3.8.0 -> 3.9.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0 -> 5.2.0 age adoption passing confidence
happy-dom 17.1.0 -> 17.4.4 age adoption passing confidence
jose 5.9.6 -> 5.10.0 age adoption passing confidence
playwright (source) 1.50.1 -> 1.51.0 age adoption passing confidence
storybook (source) 8.5.6 -> 8.6.6 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence
vite (source) 6.1.0 -> 6.2.2 age adoption passing confidence
vite-plugin-checker 0.8.0 -> 0.9.0 age adoption passing confidence
vite-plugin-static-copy 2.2.0 -> 2.3.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.34.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.34.0...v1.34.1

v1.34.0

Compare Source

🪄 Improvements
📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/no-nested-components to react-x/no-nested-component-definitions
  • @eslint-react/no-nested-components to @eslint-react/no-nested-component-definitions

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.33.0...v1.34.0

v1.33.0

Compare Source

🐞 Fixes
🪄 Improvements
📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/ensure-forward-ref-using-ref to react-x/no-useless-forward-ref
  • @eslint-react/ensure-forward-ref-using-ref to @eslint-react/no-useless-forward-ref

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.32.1...v1.33.0

v1.32.1

Compare Source

🐞 Fixes

v1.32.0

Compare Source

✨ New
🪄 Improvements

v1.31.0

Compare Source

✨ New
🪄 Improvements

v1.30.2

Compare Source

🐞 Fixes

v1.30.1

Compare Source

🐞 Fixes
🪄 Improvements
New Contributors

v1.30.0

Compare Source

✨ New
🐞 Fixes

v1.29.0

Compare Source

✨ New
🐞 Fixes
🪄 Improvements
New Contributors

v1.28.0

Compare Source

✨ New
🪄 Improvements

v1.27.0

Compare Source

✨ New
🪄 Improvements
eslint/eslintrc (@​eslint/eslintrc)

v3.3.0

Compare Source

Features
eslint/eslint (@​eslint/js)

v9.22.0

Compare Source

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.64.12

Compare Source

Patch Changes

v0.64.11

Compare Source

Patch Changes

v0.64.10

Compare Source

Patch Changes

v0.64.9

Compare Source

Patch Changes

v0.64.8

Compare Source

Patch Changes

v0.64.7

Compare Source

Patch Changes
  • #​1755 82f7c14 Thanks @​Matsuuu! - fix: Wrap the GET request in watch mode with try-catch to prevent crashes on no-head watch targets

v0.64.6

Compare Source

Patch Changes

v0.64.5

Compare Source

Patch Changes

v0.64.4

Compare Source

Patch Changes

v0.64.3

Compare Source

Patch Changes

v0.64.2

Compare Source

Patch Changes

v0.64.1

Compare Source

Patch Changes

v0.64.0

Compare Source

Minor Changes
Added client.baseUrl option
You can use this option to configure the default base URL for the generated client. By default, we will attempt to resolve the first defined server or infer the base URL from the input path. If you'd like to preserve the previous behavior, set `baseUrl` to `false`.

```js
export default {
  input: 'path/to/openapi.json',
  output: 'src/client',
  plugins: [
    {
      baseUrl: false, // [!code ++]
      name: '@​hey-api/client-fetch',
    },
  ],
};
```
Added ClientOptions interface
The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.

```ts
type Foo = Config<false>; // [!code --]
type Foo = Config<{ throwOnError: false }>; // [!code ++]
```

v0.63.2

Compare Source

Patch Changes

v0.63.1

Compare Source

Patch Changes
storybookjs/storybook (@​storybook/addon-a11y)

v8.6.6

Compare Source

v8.6.5

Compare Source


Configuration

📅 Schedule: Branch creation - "* * 1 * " (UTC), Automerge - " 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 21 times, most recently from 000cebf to 65cf629 Compare March 8, 2025 01:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from 679a32a to f236b8a Compare March 10, 2025 09:10
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 18 times, most recently from 70b75fd to 271c8f6 Compare March 15, 2025 09:06
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 271c8f6 to cd26723 Compare March 16, 2025 00:52
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.

0 participants