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

Bump the development-dependencies group with 6 updates #113

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 6 updates:

Package From To
@size-limit/preset-small-lib 11.0.1 11.0.2
@vitest/coverage-v8 1.1.1 1.2.2
@vitest/ui 1.1.1 1.2.2
size-limit 11.0.1 11.0.2
tsd 0.30.1 0.30.4
vitest 1.1.1 1.2.2

Updates @size-limit/preset-small-lib from 11.0.1 to 11.0.2

Changelog

Sourced from @​size-limit/preset-small-lib's changelog.

11.0.2

  • Fixed require is not defined regression.
  • Updated esbuild-visualizer.
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 @vitest/ui from 1.1.1 to 1.2.2

Release notes

Sourced from @​vitest/ui'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 size-limit from 11.0.1 to 11.0.2

Changelog

Sourced from size-limit's changelog.

11.0.2

  • Fixed require is not defined regression.
  • Updated esbuild-visualizer.
Commits

Updates tsd from 0.30.1 to 0.30.4

Release notes

Sourced from tsd's releases.

v0.30.4

  • Add decorator-related diagnostic codes to expectError (#207) 8eeab3d

tsdjs/tsd@v0.30.3...v0.30.4

v0.30.3

  • Add code 2561 to known errors (#205) 6896a11

tsdjs/tsd@v0.30.2...v0.30.3

v0.30.2

  • Actually add ts2353 to known errors (#204) 9b8dc9b

tsdjs/tsd@v0.30.1...v0.30.2

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

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

Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@size-limit/preset-small-lib](https://github.com/ai/size-limit) | `11.0.1` | `11.0.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.1.1` | `1.2.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.1.1` | `1.2.2` |
| [size-limit](https://github.com/ai/size-limit) | `11.0.1` | `11.0.2` |
| [tsd](https://github.com/tsdjs/tsd) | `0.30.1` | `0.30.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.1` | `1.2.2` |


Updates `@size-limit/preset-small-lib` from 11.0.1 to 11.0.2
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.0.1...11.0.2)

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

Updates `size-limit` from 11.0.1 to 11.0.2
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@11.0.1...11.0.2)

Updates `tsd` from 0.30.1 to 0.30.4
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.30.1...v0.30.4)

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)

---
updated-dependencies:
- dependency-name: "@size-limit/preset-small-lib"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

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
Copy link

github-actions bot commented Feb 1, 2024

size-limit report 📦

Path Size
src/index.js 1.17 KB (0%)

@meduzen meduzen merged commit a2bc2b5 into main Feb 1, 2024
5 checks passed
@meduzen meduzen deleted the dependabot/npm_and_yarn/development-dependencies-4751268e3b branch February 1, 2024 17:46
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.

1 participant