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

build(deps): bump the deps-minor group with 14 updates #3197

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2024

Bumps the deps-minor group with 14 updates:

Package From To
@playwright/test 1.47.1 1.47.2
@types/web 0.0.163 0.0.164
knip 5.30.2 5.30.4
nodemon 3.1.4 3.1.7
vite 5.4.5 5.4.7
@wagmi/connectors 5.1.10 5.1.12
@wagmi/core 2.13.5 2.13.6
@types/react 18.3.6 18.3.8
tailwindcss 3.4.11 3.4.12
bun 1.1.27 1.1.29
next 14.2.11 14.2.13
eslint-config-next 14.2.11 14.2.13
typedoc-plugin-merge-modules 6.0.0 6.0.1
vue 3.5.6 3.5.8

Updates @playwright/test from 1.47.1 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
Commits

Updates @types/web from 0.0.163 to 0.0.164

Release notes

Sourced from @​types/web's releases.

@​types/web@​0.0.164

index.d.ts

New interfaces

  • AudioData
  • AudioDecoder
  • AudioEncoder
  • EncodedAudioChunk
  • FragmentDirective

Modified

  • Document
    • Added: fragmentDirective
  • PointerEvent
    • Added: altitudeAngle, azimuthAngle

Non-value types

  • VideoConfiguration
    • Added: hasAlphaChannel
  • VideoEncoderConfig
    • Added: contentHint
  • VideoEncoderEncodeOptions
    • Added: avc
  • VideoFrameCopyToOptions
    • Added: colorSpace, format

iterable.d.ts

No changes

Commits

Updates knip from 5.30.2 to 5.30.4

Release notes

Sourced from knip's releases.

Release 5.30.4

  • Bun is catching up (1002b670)
  • Deal with packages that confusingly include package.json#types but also recommend to install DT pkg (dd10163e)

Release 5.30.3

  • Update some dependencies (233c2a01)
  • Add @eslint/js to eslint plugin enablers (cbe6fea4)
  • Update docs (d6740203)
  • Update docs (eb283cfb)
  • Update remark-preset-webpro (22ab19fe)
  • Fix: Expand Vitest File Extension Checks (#785) (b0f7c466)
  • Fix commit sha in PRs in integration.yml (dc9e3ed5)
  • Use actions matrix to run jobs in parallel (fd868c6d)
  • Add Prettier to projects + int tests (bc628317)
  • Dogfoodin' is underrated (74b63cc9)
  • Fix formatting (34a757c7)
  • Update docs, styling (resolves #783) (d05795cb)
  • Update docs (2e09608d)
  • Update some dependencies (e60b8e48)
  • Update docs (b52125de)
Commits

Updates nodemon from 3.1.4 to 3.1.7

Release notes

Sourced from nodemon's releases.

v3.1.7

3.1.7 (2024-09-20)

Bug Fixes

v3.1.6

3.1.6 (2024-09-19)

Bug Fixes

v3.1.5

3.1.5 (2024-09-17)

Bug Fixes

  • add missing ignore option to type defintion of config (#2224) (254c2ab)
Commits

Updates vite from 5.4.5 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

Commits

Updates @wagmi/connectors from 5.1.10 to 5.1.12

Release notes

Sourced from @​wagmi/connectors's releases.

@​wagmi/connectors@​5.1.12

Patch Changes

@​wagmi/connectors@​5.1.11

Patch Changes

Changelog

Sourced from @​wagmi/connectors's changelog.

5.1.12

Patch Changes

5.1.11

Patch Changes

Commits

Updates @wagmi/core from 2.13.5 to 2.13.6

Release notes

Sourced from @​wagmi/core's releases.

@​wagmi/core@​2.13.6

Patch Changes

Changelog

Sourced from @​wagmi/core's changelog.

2.13.6

Patch Changes

Commits

Updates @types/react from 18.3.6 to 18.3.8

Commits

Updates tailwindcss from 3.4.11 to 3.4.12

Release notes

Sourced from tailwindcss's releases.

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Changelog

Sourced from tailwindcss's changelog.

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Commits

Updates bun from 1.1.27 to 1.1.29

Release notes

Sourced from bun's releases.

Bun v1.1.29

To install:

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.29:

bun upgrade

Read Bun v1.1.29's release notes on Bun's blog

Thanks to 3 contributors!

Bun v1.1.28

To install:

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.28:

bun upgrade

Read Bun v1.1.28's release notes on Bun's blog

Thanks to 12 contributors!

... (truncated)

Commits

Updates next from 14.2.11 to 14.2.13

Release notes

Sourced from next's releases.

v14.2.13

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

Commits

Updates eslint-config-next from 14.2.11 to 14.2.13

Release notes

Sourced from eslint-config-next's releases.

v14.2.13

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

Commits

Updates typedoc-plugin-merge-modules from 6.0.0 to 6.0.1

Release notes

Sourced from typedoc-plugin-merge-modules's releases.

6.0.1

Fixed

  • Project documentations (introduced in TypeDoc 0.26) were incorrectly handled and removed by the plugin.
  • Merging only happened at the root level and didn't take into account that TypeDoc creates parent modules for projects within monorepos.
Changelog

Sourced from typedoc-plugin-merge-modules's changelog.

[6.0.1] - 2024-09-22

Fixed

  • Project documentations (introduced in TypeDoc 0.26) were incorrectly handled and removed by the plugin.
  • Merging only happened at the root level and didn't take into account that TypeDoc creates parent modules for projects within monorepos.
Commits
  • c8b4eeb Merge branch 'bugfix/Added interface and function abi #17-project-documents-not-working'
  • 6532dc2 Update dependencies
  • a4013bc Adjust merge-module-monorepo test to use typedoc.json config file
  • 05e222e Add project documentations to merge-project-monorepo test case
  • 68238da Take into account that when merging monorepos each project is a module that c...
  • 5e31694 Adjust merge-project-monorepo test to use typedoc.json config file
  • 2598d95 Update to latest TypeDoc version
  • 8886c4c Adjust test cases default-export-rename-on and default-export-rename-off to u...
  • e21d3d0 Add project documentation to merge-module-category test case
  • 26c720b Add project documentation to merge-module test case
  • Additional commits viewable in compare view

Updates vue from 3.5.6 to 3.5.8

Release notes

Sourced from vue's releases.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)

3.5.7 (2024-09-20)

Bug Fixes

Performance Improvements

  • hydration: avoid observer if element is in viewport (#11639) (e075dfa)
Commits
  • 5e88985 release: v3.5.8
  • 0267a58 fix(reactivity): do not remove dep from depsMap when cleaning up deps of comp...
  • d1764a1 test: simplify computed last sub test case
  • 6fcb801 release: v3.5.7
  • 960706e fix(reactivity): do not remove dep from depsMap when unsubbed by computed
  • b030c8b fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
  • 9eca65e fix(types): correct type inference of all-optional props (#11644)
  • 235ea47 fix(reactivity): fix memory leak from dep instances of garbage collected objects
  • 5c8b76e fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...
  • f927a4a fix(transition): respect duration setting even when it is 0 (#11967)
  • 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 deps-minor group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.47.1` | `1.47.2` |
| [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.163` | `0.0.164` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.30.2` | `5.30.4` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.4` | `3.1.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.5` | `5.4.7` |
| [@wagmi/connectors](https://github.com/wevm/wagmi/tree/HEAD/packages/connectors) | `5.1.10` | `5.1.12` |
| [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) | `2.13.5` | `2.13.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.6` | `18.3.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.12` |
| [bun](https://github.com/oven-sh/bun) | `1.1.27` | `1.1.29` |
| [next](https://github.com/vercel/next.js) | `14.2.11` | `14.2.13` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.11` | `14.2.13` |
| [typedoc-plugin-merge-modules](https://github.com/krisztianb/typedoc-plugin-merge-modules) | `6.0.0` | `6.0.1` |
| [vue](https://github.com/vuejs/core) | `3.5.6` | `3.5.8` |


Updates `@playwright/test` from 1.47.1 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.1...v1.47.2)

Updates `@types/web` from 0.0.163 to 0.0.164
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases)
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.163...@types/web@0.0.164)

Updates `knip` from 5.30.2 to 5.30.4
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.30.4/packages/knip)

Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.4...v3.1.7)

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

Updates `@wagmi/connectors` from 5.1.10 to 5.1.12
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/connectors/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/connectors@5.1.12/packages/connectors)

Updates `@wagmi/core` from 2.13.5 to 2.13.6
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/core@2.13.6/packages/core)

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

Updates `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.11...v3.4.12)

Updates `bun` from 1.1.27 to 1.1.29
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](oven-sh/bun@bun-v1.1.27...bun-v1.1.29)

Updates `next` from 14.2.11 to 14.2.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.11...v14.2.13)

Updates `eslint-config-next` from 14.2.11 to 14.2.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.13/packages/eslint-config-next)

Updates `typedoc-plugin-merge-modules` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/krisztianb/typedoc-plugin-merge-modules/releases)
- [Changelog](https://github.com/krisztianb/typedoc-plugin-merge-modules/blob/master/CHANGELOG.md)
- [Commits](krisztianb/typedoc-plugin-merge-modules@v6.0.0...v6.0.1)

Updates `vue` from 3.5.6 to 3.5.8
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.6...v3.5.8)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: "@wagmi/connectors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: "@wagmi/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: bun
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: typedoc-plugin-merge-modules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

vercel bot commented Sep 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2024 7:38pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2024 7:38pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 22, 2024 7:38pm

Copy link

codspeed-hq bot commented Sep 22, 2024

CodSpeed Performance Report

Merging #3197 will degrade performances by 61.21%

Comparing dependabot/npm_and_yarn/deps-minor-c7333d68b3 (f5ff33e) with master (ef50619)

Summary

❌ 1 regressions
✅ 20 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark master dependabot/npm_and_yarn/deps-minor-c7333d68b3 Change
Instantiate a new Unlocked wallet 41.1 ms 105.9 ms -61.21%

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
77.16%(+0%) 71.81%(+0%) 75.77%(+0%) 77.27%(+0%)
Changed Files:

Coverage values did not change👌.

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

Successfully merging this pull request may close these issues.

0 participants