Skip to content

Commit

Permalink
deps(deps-dev): bump the development-dependencies group with 4 updates (
Browse files Browse the repository at this point in the history
#12)

Bumps the development-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson), [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `prettier-plugin-packagejson` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.6...v2.5.7)

Updates `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.10
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.10)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 4d5e160 commit aa525ff
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 22 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nexim/eslint-config": "^1.1.1",
"@nexim/prettier-config": "^1.1.0",
"@nexim/typescript-config": "^2.0.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"ava": "^6.2.0",
Expand All @@ -47,9 +47,9 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-require-extensions": "^0.1.3",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"prettier-plugin-packagejson": "^2.5.7",
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "^5.7.3",
"wireit": "^0.14.9"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@alwatr/type-helper": "^5.0.0",
"@nexim/typescript-config": "^2.0.0",
"ava": "^6.2.0",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"wireit": "^0.14.9"
},
"publishConfig": {
Expand Down
125 changes: 108 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ __metadata:
"@nexim/typescript-config": "npm:^2.0.0"
ava: "npm:^6.2.0"
lit: "npm:^3.2.1"
typescript: "npm:^5.7.2"
typescript: "npm:^5.7.3"
wireit: "npm:^0.14.9"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1581,12 +1581,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.5":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
"@types/node@npm:^22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/6a0e7d1fe6a86ef6ee19c3c6af4c15542e61aea2f4cee655b6252efb356795f1f228bc8299921e82924e80ff8eca29b74d9dd0dd5cc1a90983f892f740b480df
checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2887,7 +2887,7 @@ __metadata:
"@nexim/eslint-config": "npm:^1.1.1"
"@nexim/prettier-config": "npm:^1.1.0"
"@nexim/typescript-config": "npm:^2.0.0"
"@types/node": "npm:^22.10.5"
"@types/node": "npm:^22.10.7"
"@typescript-eslint/eslint-plugin": "npm:^7.15.0"
"@typescript-eslint/parser": "npm:^7.15.0"
ava: "npm:^6.2.0"
Expand All @@ -2897,9 +2897,9 @@ __metadata:
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-require-extensions: "npm:^0.1.3"
prettier: "npm:^3.4.2"
prettier-plugin-packagejson: "npm:^2.5.6"
prettier-plugin-tailwindcss: "npm:^0.6.9"
typescript: "npm:^5.7.2"
prettier-plugin-packagejson: "npm:^2.5.7"
prettier-plugin-tailwindcss: "npm:^0.6.10"
typescript: "npm:^5.7.3"
wireit: "npm:^0.14.9"
dependenciesMeta:
[email protected]:
Expand Down Expand Up @@ -6156,6 +6156,79 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-packagejson@npm:^2.5.7":
version: 2.5.7
resolution: "prettier-plugin-packagejson@npm:2.5.7"
dependencies:
sort-package-json: "npm:2.13.0"
synckit: "npm:0.9.2"
peerDependencies:
prettier: ">= 1.16.0"
peerDependenciesMeta:
prettier:
optional: true
checksum: 10c0/cbaa2468e3e4b4beb9f35e8f8e47e96e792520c08e057db5a31f318a6e495c846085ae6f65c9305b3584c111bc4505abae031e90a2535c9d9b893dbaf39bc5eb
languageName: node
linkType: hard

"prettier-plugin-tailwindcss@npm:^0.6.10":
version: 0.6.10
resolution: "prettier-plugin-tailwindcss@npm:0.6.10"
peerDependencies:
"@ianvs/prettier-plugin-sort-imports": "*"
"@prettier/plugin-pug": "*"
"@shopify/prettier-plugin-liquid": "*"
"@trivago/prettier-plugin-sort-imports": "*"
"@zackad/prettier-plugin-twig": "*"
prettier: ^3.0
prettier-plugin-astro: "*"
prettier-plugin-css-order: "*"
prettier-plugin-import-sort: "*"
prettier-plugin-jsdoc: "*"
prettier-plugin-marko: "*"
prettier-plugin-multiline-arrays: "*"
prettier-plugin-organize-attributes: "*"
prettier-plugin-organize-imports: "*"
prettier-plugin-sort-imports: "*"
prettier-plugin-style-order: "*"
prettier-plugin-svelte: "*"
peerDependenciesMeta:
"@ianvs/prettier-plugin-sort-imports":
optional: true
"@prettier/plugin-pug":
optional: true
"@shopify/prettier-plugin-liquid":
optional: true
"@trivago/prettier-plugin-sort-imports":
optional: true
"@zackad/prettier-plugin-twig":
optional: true
prettier-plugin-astro:
optional: true
prettier-plugin-css-order:
optional: true
prettier-plugin-import-sort:
optional: true
prettier-plugin-jsdoc:
optional: true
prettier-plugin-marko:
optional: true
prettier-plugin-multiline-arrays:
optional: true
prettier-plugin-organize-attributes:
optional: true
prettier-plugin-organize-imports:
optional: true
prettier-plugin-sort-imports:
optional: true
prettier-plugin-style-order:
optional: true
prettier-plugin-svelte:
optional: true
checksum: 10c0/9e1e8d59285acb915c647235867e0c6da4f66e60a05984375036998c207662988cb59a362390f86050c09863e4ee982102dfcffb0131cc1413aec1b7d1d8fb08
languageName: node
linkType: hard

"prettier-plugin-tailwindcss@npm:^0.6.9":
version: 0.6.9
resolution: "prettier-plugin-tailwindcss@npm:0.6.9"
Expand Down Expand Up @@ -6840,6 +6913,24 @@ __metadata:
languageName: node
linkType: hard

"sort-package-json@npm:2.13.0":
version: 2.13.0
resolution: "sort-package-json@npm:2.13.0"
dependencies:
detect-indent: "npm:^7.0.1"
detect-newline: "npm:^4.0.0"
get-stdin: "npm:^9.0.0"
git-hooks-list: "npm:^3.0.0"
is-plain-obj: "npm:^4.1.0"
semver: "npm:^7.6.0"
sort-object-keys: "npm:^1.1.3"
tinyglobby: "npm:^0.2.9"
bin:
sort-package-json: cli.js
checksum: 10c0/16765fead87546d7c51ee0863e43d69a9bc0447dd0ede6551c693a74e8a75fdf4a1a78643424ae5f7a702643901dc1813a277f155554fd3c3f727fa8768f1d76
languageName: node
linkType: hard

"source-map@npm:^0.6.1":
version: 0.6.1
resolution: "source-map@npm:0.6.1"
Expand Down Expand Up @@ -7368,23 +7459,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
"typescript@npm:^5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
languageName: node
linkType: hard

Expand Down

0 comments on commit aa525ff

Please sign in to comment.