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 npm-development-dependencies group with 5 updates #529

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps the npm-development-dependencies group with 5 updates:

Package From To
@types/react 18.2.41 18.2.42
@vitejs/plugin-react 4.2.0 4.2.1
semantic-release 22.0.8 22.0.9
vite 5.0.4 5.0.5
vitest 0.34.6 1.0.1

Updates @types/react from 18.2.41 to 18.2.42

Commits

Updates @vitejs/plugin-react from 4.2.0 to 4.2.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.2.1

Remove generic parameter on Plugin to avoid type error with Rollup 4/Vite 5 and skipLibCheck: false.

I expect very few people to currently use this feature, but if you are extending the React plugin via api object, you can get back the typing of the hook by importing ViteReactPluginApi:

import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) => {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.2.1 (2023-12-04)

Remove generic parameter on Plugin to avoid type error with Rollup 4/Vite 5 and skipLibCheck: false.

I expect very few people to currently use this feature, but if you are extending the React plugin via api object, you can get back the typing of the hook by importing ViteReactPluginApi:

import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) => {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}

Commits

Updates semantic-release from 22.0.8 to 22.0.9

Release notes

Sourced from semantic-release's releases.

v22.0.9

22.0.9 (2023-12-05)

Bug Fixes

  • deps: update dependency cosmiconfig to v9 (#3072) (8b0dbd2)
Commits
  • 8b0dbd2 fix(deps): update dependency cosmiconfig to v9 (#3072)
  • 5aa56da chore(deps): update dependency ava to v6 (#3087)
  • c516d59 chore(deps): lock file maintenance (#3086)
  • 6799548 chore(deps): update dependency got to v14 (#3081)
  • 14a5755 chore(deps): update dependency publint to v0.2.6 (#3083)
  • f6fb0fc chore(deps): update dependency fs-extra to v11.2.0 (#3077)
  • 5ca3d78 chore(deps): update dependency nock to v13.4.0 (#3076)
  • cac1dbb chore(deps): lock file maintenance (#3073)
  • 29aefa4 ci(action): update github/codeql-action action to v2.22.8 (#3071)
  • 3d8c715 docs: fix broken link to 'sentimental versioning' resource (#3067)
  • Additional commits viewable in compare view

Updates vite from 5.0.4 to 5.0.5

Changelog

Sourced from vite's changelog.

5.0.5 (2023-12-04)

Commits

Updates vitest from 0.34.6 to 1.0.1

Release notes

Sourced from vitest's releases.

v1.0.1

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0

Vitest 1.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • 0802167 chore: release v1.0.1
  • 420707f fix: bump vitest packages peerDependencies versions (#4654)
  • 34517ce chore: release v1.0.0
  • f35e2c7 refactor: replace os.cpus with os.availableParallelism (#4639)
  • da7949d fix(jsdom): don't go into an infinite recusion when calling atob
  • 39c952a chore(deps): update dependency @​types/micromatch to ^4.0.6 (#4647)
  • 05b0521 fix(vitest): independently mock each instance's methods for mocked class (#4564)
  • eca25dc fix: set process name for idle workers (#4641)
  • 54d52d4 fix(vm): remove sequencer usage from createVmThreadsPool function (#4638)
  • ceca93d docs: os.cpu() should be os.cpus() (#4634)
  • Additional commits viewable in compare view

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

…pdates

Bumps the npm-development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.41` | `18.2.42` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.2.0` | `4.2.1` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `22.0.8` | `22.0.9` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.4` | `5.0.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.0.1` |


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

Updates `@vitejs/plugin-react` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react)

Updates `semantic-release` from 22.0.8 to 22.0.9
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v22.0.8...v22.0.9)

Updates `vite` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)

Updates `vitest` from 0.34.6 to 1.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team December 5, 2023 07:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2023
@filiptammergard filiptammergard merged commit b2221a8 into main Dec 5, 2023
3 checks passed
@filiptammergard filiptammergard deleted the dependabot/npm_and_yarn/npm-development-dependencies-3c3aee0cbf branch December 5, 2023 07:49
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant