Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-npm group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-npm group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.15` | `4.2.16` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.18.1` | `0.18.2` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.43.1` | `0.43.2` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.38.0` | `2.39.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.1.0` | `15.2.0` |
| [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) | `0.35.0` | `0.36.0` |


Updates `svelte` from 4.2.15 to 4.2.16
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `wxt` from 0.18.1 to 0.18.2
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@v0.18.1...v0.18.2)

Updates `@hey-api/openapi-ts` from 0.43.1 to 0.43.2
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

Updates `eslint-plugin-svelte` from 2.38.0 to 2.39.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](sveltejs/eslint-plugin-svelte@v2.38.0...v2.39.0)

Updates `globals` from 15.1.0 to 15.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.1.0...v15.2.0)

Updates `svelte-eslint-parser` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases)
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-eslint-parser@v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: svelte-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed May 13, 2024
1 parent ddaa718 commit 780226b
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.15",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"wxt": "^0.18.1"
"wxt": "^0.18.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.15",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.43.1",
"@hey-api/openapi-ts": "^0.43.2",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@tailwindcss/forms": "^0.5.7",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"globals": "^15.1.0",
"eslint-plugin-svelte": "^2.39.0",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte-eslint-parser": "^0.35.0",
"svelte-eslint-parser": "^0.36.0",
"tailwindcss": "^3.4.3",
"typescript-eslint": "^7.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"publint": "^0.2.7",
"svelte": "^4.2.15",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 780226b

Please sign in to comment.