Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [wxt](https://github.com/wxt-dev/wxt) | `0.18.12` | `0.18.14` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.3.0` | `4.3.1` |
| [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.7.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.41.0` | `2.42.0` |
| [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) | `0.39.2` | `0.40.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.15.0` | `7.16.0` |


Updates `wxt` from 0.18.12 to 0.18.14
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.18.12...wxt-v0.18.14)

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

Updates `@ianvs/prettier-plugin-sort-imports` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1)

Updates `eslint` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.6.0...v9.7.0)

Updates `eslint-plugin-svelte` from 2.41.0 to 2.42.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected]@2.42.0)

Updates `svelte-eslint-parser` from 0.39.2 to 0.40.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.39.2...v0.40.0)

Updates `typescript-eslint` from 7.15.0 to 7.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: svelte-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  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 Jul 15, 2024
1 parent 88cda55 commit b4e5106
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 139 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"wxt": "^0.18.12"
"wxt": "^0.18.14"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hey-api/openapi-ts": "^0.48.2",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
}
}
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"format": "prettier --write ."
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/forms": "^0.5.7",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"eslint-plugin-svelte": "^2.42.0",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte-eslint-parser": "^0.39.2",
"svelte-eslint-parser": "^0.40.0",
"tailwindcss": "^3.4.4",
"typescript-eslint": "^7.15.0"
"typescript-eslint": "^7.16.0"
}
}
Loading

0 comments on commit b4e5106

Please sign in to comment.