Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 8 updates (#2845)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump the dev-deps group with 8 updates

Bumps the dev-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [memfs](https://github.com/streamich/memfs) | `4.9.3` | `4.11.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.3.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.4.40` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.6` | `3.4.7` |
| [bun](https://github.com/oven-sh/bun) | `1.1.20` | `1.1.21` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `14.1.1` | `14.1.2` |
| [vue](https://github.com/vuejs/core) | `3.4.33` | `3.4.34` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.13.1` | `6.13.2` |


Updates `memfs` from 4.9.3 to 4.11.0
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.9.3...v4.11.0)

Updates `vite` from 5.3.4 to 5.3.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.3.5/packages/vite)

Updates `postcss` from 8.4.24 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.24...8.4.40)

Updates `tailwindcss` from 3.4.6 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.6...v3.4.7)

Updates `bun` from 1.1.20 to 1.1.21
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](oven-sh/bun@bun-v1.1.20...bun-v1.1.21)

Updates `@types/markdown-it` from 14.1.1 to 14.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

Updates `vue` from 3.4.33 to 3.4.34
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.33...v3.4.34)

Updates `ethers` from 6.13.1 to 6.13.2
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.13.1...v6.13.2)

---
updated-dependencies:
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: bun
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: ethers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* build: update dependency changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
3 people committed Jul 29, 2024
1 parent 6b3df9d commit ece2376
Show file tree
Hide file tree
Showing 11 changed files with 1,012 additions and 923 deletions.
4 changes: 4 additions & 0 deletions .changeset/unlucky-grapes-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

build(deps-dev): bump the dev-deps group with 8 updates
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion apps/demo-bun-fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"fuels": "workspace:*"
},
"devDependencies": {
"bun": "^1.1.20"
"bun": "^1.1.21"
}
}
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"typescript": "~5.4.5",
"vite": "^5.3.4"
"vite": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"postcss": "^8",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion apps/docs-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@fuel-ts/account": "workspace:*",
"@fuel-ts/errors": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"fuels": "workspace:*",
"vitest": "^1.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typedoc-plugin-markdown": "^3.15.3"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@vue/devtools-api": "^6.6.3",
"flexsearch": "^0.7.43",
"markdown-it": "^14.1.0",
Expand All @@ -30,6 +30,6 @@
"typedoc-plugin-merge-modules": "^5.1.0",
"vitepress": "1.3.1",
"vitepress-plugin-search": "1.0.4-alpha.19",
"vue": "^3.4.33"
"vue": "^3.4.34"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"eslint-plugin-tsdoc": "^0.3.0",
"glob": "^10.2.6",
"knip": "^5.27.0",
"memfs": "^4.9.3",
"memfs": "^4.11.0",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
Expand All @@ -108,7 +108,7 @@
"tsx": "^4.16.2",
"turbo": "^2.0.9",
"typescript": "~5.4.5",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-json5": "^1.1.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-plain-text": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"devDependencies": {
"@types/lodash.camelcase": "^4.3.9",
"@types/rimraf": "^3.0.2",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"keywords": [
"ethereum",
Expand Down
Loading

0 comments on commit ece2376

Please sign in to comment.