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-patch group across 1 directory #3034

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2024

Bumps the deps-patch group with 11 updates in the / directory:

Package From To
@types/web 0.0.155 0.0.157
knip 5.27.2 5.27.4
vite 5.4.1 5.4.2
@tanstack/react-query 5.52.0 5.52.1
next 14.2.5 14.2.6
@types/react 18.3.3 18.3.4
eslint-config-next 14.2.5 14.2.6
bun 1.1.24 1.1.26
eslint-plugin-react-refresh 0.4.9 0.4.11
vitepress 1.3.3 1.3.4
@eslint/js 9.9.0 9.9.1

Updates @types/web from 0.0.155 to 0.0.157

Release notes

Sourced from @​types/web's releases.

@​types/web@​0.0.157

index.d.ts

No changes

iterable.d.ts

No changes

@​types/web@​0.0.156

index.d.ts

New interfaces

  • PaymentAddress

Modified

  • PaymentRequest
    • Added: onshippingaddresschange, onshippingoptionchange, shippingAddress, shippingOption, shippingType
  • PaymentResponse
    • Added: onpayerdetailchange, payerEmail, payerName, payerPhone, shippingAddress, shippingOption, addEventListener, removeEventListener

Non-value types

  • PaymentDetailsBase
    • Added: shippingOptions
  • PaymentDetailsUpdate
    • Added: error, shippingAddressErrors
  • PaymentValidationErrors
    • Added: payer, shippingAddress
    • Removed: paymentMethod
  • PointerEventInit
    • Added: altitudeAngle, azimuthAngle
  • PaymentRequestEventMap
    • Added: "shippingaddresschange", "shippingoptionchange"

iterable.d.ts

No changes

Commits

Updates knip from 5.27.2 to 5.27.4

Release notes

Sourced from knip's releases.

Release 5.27.4

  • Edit docs, add "unsupported" page (c28b62d4)
  • Match against normalized package name in ignoreDependencies (89780376)
  • Add mocha to Projects Using Knip (#765) (a2305823)

Release 5.27.3

  • (PostCSS plugin): Add postcss to used dependencies when using PostCSS with Tailwind CSS (#764) (23526a9f)
  • Edit FAQ (53a50ae2)
  • Release @​knip/create-config 1.0.3 (fd6c7d11)
  • Add FAQ (#759) (4f2665fc)
  • Revert "Temp exclude unlisted in typescript integration test" (02e4ef70)
  • Edit issue templates (5ef4e8d8)
  • Fix issue templates (closes #760) (ebed4a83)
  • Minor edits (e83c3730)
  • Revert to [email protected] (d1899545)
  • Extend and consistentify issue templates + related docs (dbfefa31)
  • Add pronunciation to homepage + readme (2cda6425)
  • Restore symlink (d961f3c0)
  • Edit some docs (5ea8dfe4)
  • Fix format/lint issues (b29f102e)
  • Extract getWorkspaceFlag(pm) to also detect Yarn workspace configurations (#755) (7da1272c)
Commits
  • 64f503e Release 5.27.4
  • c28b62d Edit docs, add "unsupported" page
  • 8978037 Match against normalized package name in ignoreDependencies
  • f361ad2 Release 5.27.3
  • 23526a9 (PostCSS plugin): Add postcss to used dependencies when using PostCSS with...
  • 2cda642 Add pronunciation to homepage + readme
  • See full diff in compare view

Updates vite from 5.4.1 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

Commits

Updates @tanstack/react-query from 5.52.0 to 5.52.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.52.1

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix

  • react-query: Add missing React 19 peer dependency. (#7937) (ca2e306) by @​kbumsik

Docs

  • make copyable example useful by default (#7928) (639363c) by Lanre Adelowo

Packages

  • @​tanstack/react-query@​5.52.1
  • @​tanstack/react-query-devtools@​5.52.1
  • @​tanstack/react-query-persist-client@​5.52.1
  • @​tanstack/react-query-next-experimental@​5.52.1
Commits

Updates next from 14.2.5 to 14.2.6

Release notes

Sourced from next's releases.

v14.2.6

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

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates @types/react from 18.3.3 to 18.3.4

Commits

Updates eslint-config-next from 14.2.5 to 14.2.6

Release notes

Sourced from eslint-config-next's releases.

v14.2.6

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

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates bun from 1.1.24 to 1.1.26

Release notes

Sourced from bun's releases.

Bun v1.1.26

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.26:

bun upgrade

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

Thanks to 3 contributors!

Bun v1.1.25

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.25:

bun upgrade

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

Thanks to 11 contributors!

... (truncated)

Commits

Updates eslint-plugin-react-refresh from 0.4.9 to 0.4.11

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.11

  • Ignore type exports (ex. export type foo = string;) (fixes #47)

v0.4.10

  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @​SukkaW!)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.11

  • Ignore type exports (ex. export type foo = string;) (fixes #47)

0.4.10

  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @​SukkaW!)
Commits
  • d327c35 Ignore type exports (ex. export type foo = string;) (fixes #47) [publish]
  • 7101b09 Supports React.forwardRef and React.memo [publish] (#46)
  • See full diff in compare view

Updates vitepress from 1.3.3 to 1.3.4

Release notes

Sourced from vitepress's releases.

v1.3.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.3.4 (2024-08-24)

Bug Fixes

  • check if _importGlobMap (vite internal) exists before using it (612d66f)
Commits

Updates @eslint/js from 9.9.0 to 9.9.1

Release notes

Sourced from @​eslint/js's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
Changelog

Sourced from @​eslint/js's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)
Commits

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

…ates

Bumps the deps-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.155` | `0.0.157` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.27.2` | `5.27.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `5.4.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.52.0` | `5.52.1` |
| [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.6` |
| [bun](https://github.com/oven-sh/bun) | `1.1.24` | `1.1.26` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.9` | `0.4.11` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.3` | `1.3.4` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.0` | `9.9.1` |



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

Updates `knip` from 5.27.2 to 5.27.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.27.4/packages/knip)

Updates `vite` from 5.4.1 to 5.4.2
- [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.4.2/packages/vite)

Updates `@tanstack/react-query` from 5.52.0 to 5.52.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.52.1/packages/react-query)

Updates `next` from 14.2.5 to 14.2.6
- [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.5...v14.2.6)

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

Updates `eslint-config-next` from 14.2.5 to 14.2.6
- [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.6/packages/eslint-config-next)

Updates `bun` from 1.1.24 to 1.1.26
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](oven-sh/bun@bun-v1.1.24...bun-v1.1.26)

Updates `eslint-plugin-react-refresh` from 0.4.9 to 0.4.11
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.9...v0.4.11)

Updates `vitepress` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.3.3...v1.3.4)

Updates `@eslint/js` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

---
updated-dependencies:
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: bun
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the chore Issue is a chore label Aug 25, 2024
@petertonysmith94 petertonysmith94 changed the title build(deps): bump the deps-patch group across 1 directory with 11 updates build(deps): bump the deps-patch group across 1 directory Aug 26, 2024
nedsalk
nedsalk previously approved these changes Aug 26, 2024
Torres-ssf
Torres-ssf previously approved these changes Aug 26, 2024
Torres-ssf
Torres-ssf previously approved these changes Aug 26, 2024
danielbate
danielbate previously approved these changes Aug 26, 2024
@petertonysmith94 petertonysmith94 enabled auto-merge (squash) August 26, 2024 12:40
@petertonysmith94 petertonysmith94 dismissed stale reviews from Torres-ssf, danielbate, and themself via f5779fb August 26, 2024 12:43
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.42%(+0%) 71.86%(+0.07%) 77.7%(-0.14%) 79.55%(+0%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/abi-coder/src/utils/transpile-abi.ts 100%
(+2.64%)
91.66%
(+4.16%)
94.11%
(+0%)
97.72%
(+2.27%)
🔴 packages/account/src/connectors/fuel.ts 95.39%
(-1.16%)
90.66%
(+1.33%)
88.88%
(-6.35%)
95.56%
(-1.12%)

@petertonysmith94 petertonysmith94 merged commit fcfbdf1 into master Aug 27, 2024
20 checks passed
@petertonysmith94 petertonysmith94 deleted the dependabot/npm_and_yarn/deps-patch-bec3f821c4 branch August 27, 2024 01:10
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.

6 participants