Skip to content

Commit 731f684

Browse files
build(deps): bump the bun group across 1 directory with 5 updates
Bumps the bun group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@codemirror/state](https://github.com/codemirror/state) | `6.6.0` | `6.7.0` | | [@codemirror/view](https://github.com/codemirror/view) | `6.42.1` | `6.43.3` | | [@ts-morph/bootstrap](https://github.com/dsherret/ts-morph) | `0.28.1` | `0.29.0` | | [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.17.0` | | [@j178/prek](https://github.com/j178/prek) | `0.4.3` | `0.4.5` | Updates `@codemirror/state` from 6.6.0 to 6.7.0 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/commits) Updates `@codemirror/view` from 6.42.1 to 6.43.3 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `@ts-morph/bootstrap` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](dsherret/ts-morph@tsa-0.28.1...tsa-0.29.0) Updates `acorn` from 8.16.0 to 8.17.0 - [Commits](acornjs/acorn@8.16.0...8.17.0) Updates `@j178/prek` from 0.4.3 to 0.4.5 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.3...v0.4.5) --- updated-dependencies: - dependency-name: "@codemirror/state" dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun - dependency-name: "@codemirror/view" dependency-version: 6.43.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun - dependency-name: "@ts-morph/bootstrap" dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun - dependency-name: acorn dependency-version: 8.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun - dependency-name: "@j178/prek" dependency-version: 0.4.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33d087a commit 731f684

2 files changed

Lines changed: 41 additions & 33 deletions

File tree

bun.lock

Lines changed: 36 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"url": "https://github.com/polyipseity/obsidian-modules"
55
},
66
"dependencies": {
7-
"@codemirror/state": "^6.5.4",
8-
"@codemirror/view": "^6.39.16",
7+
"@codemirror/state": "^6.7.0",
8+
"@codemirror/view": "^6.43.3",
99
"@polyipseity/esbuild-plugin-inline-worker": "^1.0.3",
1010
"@polyipseity/obsidian-plugin-library": "file:./vendor/obsidian-plugin-library",
11-
"@ts-morph/bootstrap": "^0.28.1",
12-
"acorn": "^8.16.0",
11+
"@ts-morph/bootstrap": "^0.29.0",
12+
"acorn": "^8.17.0",
1313
"acorn-walk": "^8.3.5",
1414
"astring": "^1.9.0",
1515
"i18next": "^25.8.14",
@@ -24,7 +24,7 @@
2424
},
2525
"description": "Load JavaScript and related languages like TypeScript modules from the vault and the Internet.",
2626
"devDependencies": {
27-
"@j178/prek": "^0.4.1",
27+
"@j178/prek": "^0.4.5",
2828
"@changesets/cli": "^2.30.0",
2929
"@commitlint/cli": "^20.4.3",
3030
"@commitlint/config-conventional": "^20.4.3",

0 commit comments

Comments
 (0)