Skip to content

Commit

Permalink
deps: bump the alwatr-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the alwatr-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@alwatr/eslint-config](https://github.com/Alwatr/nanolib/tree/HEAD/packages/eslint-config) | `1.2.5` | `1.2.6` |
| [@alwatr/logger](https://github.com/Alwatr/nanolib/tree/HEAD/packages/logger) | `3.2.12` | `3.2.13` |
| [@alwatr/polyfill-has-own](https://github.com/Alwatr/nanolib/tree/HEAD/packages/polyfill-has-own) | `1.0.8` | `1.0.9` |
| [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build) | `1.3.8` | `1.3.9` |
| [@alwatr/type-helper](https://github.com/Alwatr/nanolib/tree/HEAD/packages/type-helper) | `1.2.5` | `1.2.6` |
| [@alwatr/parse-duration](https://github.com/Alwatr/nanolib/tree/HEAD/packages/parse-duration) | `1.0.9` | `1.0.10` |


Updates `@alwatr/eslint-config` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/eslint-config@1.2.6/packages/eslint-config)

Updates `@alwatr/logger` from 3.2.12 to 3.2.13
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/logger/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/logger@3.2.13/packages/logger)

Updates `@alwatr/polyfill-has-own` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/polyfill-has-own/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/polyfill-has-own@1.0.9/packages/polyfill-has-own)

Updates `@alwatr/nano-build` from 1.3.8 to 1.3.9
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/nano-build/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/nano-build@1.3.9/packages/nano-build)

Updates `@alwatr/type-helper` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/type-helper/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/type-helper@1.2.6/packages/type-helper)

Updates `@alwatr/parse-duration` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/parse-duration/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/parse-duration@1.0.10/packages/parse-duration)

---
updated-dependencies:
- dependency-name: "@alwatr/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/logger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/polyfill-has-own"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/nano-build"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/type-helper"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/parse-duration"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 41e241d commit 1c8a8ec
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publish": "lerna publish from-package"
},
"devDependencies": {
"@alwatr/eslint-config": "^1.2.5",
"@alwatr/eslint-config": "^1.2.6",
"@alwatr/prettier-config": "^1.0.4",
"@lerna-lite/changed": "^3.9.1",
"@lerna-lite/cli": "^3.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/logger": "^3.2.12",
"@alwatr/polyfill-has-own": "^1.0.8"
"@alwatr/logger": "^3.2.13",
"@alwatr/polyfill-has-own": "^1.0.9"
},
"devDependencies": {
"@alwatr/nano-build": "^1.3.8",
"@alwatr/nano-build": "^1.3.9",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.5",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/logger": "^3.2.12",
"@alwatr/parse-duration": "^1.0.9"
"@alwatr/logger": "^3.2.13",
"@alwatr/parse-duration": "^1.0.10"
},
"devDependencies": {
"@alwatr/nano-build": "^1.3.8",
"@alwatr/nano-build": "^1.3.9",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.5",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/logger": "^3.2.12",
"@alwatr/logger": "^3.2.13",
"@alwatr/nanotron-api-server": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.3.8",
"@alwatr/nano-build": "^1.3.9",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.5",
"@alwatr/type-helper": "^1.2.6",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
Expand Down
102 changes: 51 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/crypto@workspace:packages/crypto"
dependencies:
"@alwatr/logger": "npm:^3.2.12"
"@alwatr/nano-build": "npm:^1.3.8"
"@alwatr/parse-duration": "npm:^1.0.9"
"@alwatr/logger": "npm:^3.2.13"
"@alwatr/nano-build": "npm:^1.3.9"
"@alwatr/parse-duration": "npm:^1.0.10"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.2.0"
"@alwatr/type-helper": "npm:^1.2.5"
"@alwatr/type-helper": "npm:^1.2.6"
"@types/node": "npm:^22.5.4"
jest: "npm:^29.7.0"
typescript: "npm:^5.6.2"
languageName: unknown
linkType: soft

"@alwatr/dedupe@npm:^1.0.12":
version: 1.0.12
resolution: "@alwatr/dedupe@npm:1.0.12"
checksum: 10c0/b2ac59809e7c568260a14d898ec4167bb52d5967fbccfe9a9b02b8512919d464b2e20872addad0beff7f8505e1dd343e57649f69ff8b0595541d0cb4956991d4
"@alwatr/dedupe@npm:^1.0.13":
version: 1.0.13
resolution: "@alwatr/dedupe@npm:1.0.13"
checksum: 10c0/d6e8446a3901be7a1059f889650a510101d3fc6933c05997740655751acc7815eb213ef50f9d88cf54958a9a2a449c5d9790cace0cf3f855addde5672895c7ac
languageName: node
linkType: hard

"@alwatr/eslint-config@npm:^1.2.5":
version: 1.2.5
resolution: "@alwatr/eslint-config@npm:1.2.5"
"@alwatr/eslint-config@npm:^1.2.6":
version: 1.2.6
resolution: "@alwatr/eslint-config@npm:1.2.6"
dependencies:
esbuild: "npm:^0.23.1"
peerDependencies:
Expand All @@ -40,48 +40,48 @@ __metadata:
eslint-import-resolver-typescript: ">3.0.0"
eslint-plugin-import: ">2.0.0"
eslint-plugin-require-extensions: ">0.1.0"
checksum: 10c0/09e29c165df2fdcf5b1de76811def32f8b342f7ebad6f68802514669c456de7e6a0c745fcc093943befc50cab980193773001a476e2143e230da824075c70d69
checksum: 10c0/9b46d35fff28c98c34d3ffc109634445e8fdc7b65ce39a4703504148258f5f16abf82ee61d8492cbdfb78967368ae08aeac3079a9e672dc45e4d2b4f00f0b6d6
languageName: node
linkType: hard

"@alwatr/is-number@npm:^1.0.9":
version: 1.0.9
resolution: "@alwatr/is-number@npm:1.0.9"
checksum: 10c0/6b6fc29eb849daab66aef9252487547d7e797859637679c251acfdc80e978b8528c04e2f83dfe82396c69a7ef5a6e740dc688a1d08ac54af42d8b450ace386ed
"@alwatr/is-number@npm:^1.0.10":
version: 1.0.10
resolution: "@alwatr/is-number@npm:1.0.10"
checksum: 10c0/91e4f7fc71bf519e1c63d15ee30bcc24999c748dc62b671a3d388193907188ac0b823c71d576205d228144027dbd8c413b7f4460d584b733a5c11438457b426b
languageName: node
linkType: hard

"@alwatr/logger@npm:^3.2.12":
version: 3.2.12
resolution: "@alwatr/logger@npm:3.2.12"
"@alwatr/logger@npm:^3.2.13":
version: 3.2.13
resolution: "@alwatr/logger@npm:3.2.13"
dependencies:
"@alwatr/dedupe": "npm:^1.0.12"
"@alwatr/platform-info": "npm:^1.1.11"
checksum: 10c0/4445ea4ad025091c9bf6a1d07878d3d48fa1721137a03d79ad543ae9a2218b7ad68c77d855310733ab196b59f065cf547fd6d3281a097bbfa9dc430a78494c60
"@alwatr/dedupe": "npm:^1.0.13"
"@alwatr/platform-info": "npm:^1.1.12"
checksum: 10c0/0a8f88922481d0987b7ed2caafca71bec0b98a7cddeb99afa9e1e84f2ad37ee4b5bfab91fb18194f6c4d0ad08860c5c941a15c8ed25e1cf51fbf0e8fbb544045
languageName: node
linkType: hard

"@alwatr/nano-build@npm:^1.3.8":
version: 1.3.8
resolution: "@alwatr/nano-build@npm:1.3.8"
"@alwatr/nano-build@npm:^1.3.9":
version: 1.3.9
resolution: "@alwatr/nano-build@npm:1.3.9"
dependencies:
esbuild: "npm:^0.23.1"
bin:
nano-build: ./nano-build.cjs
checksum: 10c0/5e83ab8813d6058bc410caace05c1da7209f2fb730585f4fdeff97bf94eeba315d0a86270622118caa50097b52e6dae916e983ea6d6a3bc45fe1e6b23d2644a8
checksum: 10c0/e111fe2f0692bb84ca67037d11e93683347794561e9725a90eadbff2598a8953a5d8660af6bf022b84e966c2f564bab3d697f47b34e522f62d867a42715d1a33
languageName: node
linkType: hard

"@alwatr/nanotron-api-server@workspace:^, @alwatr/nanotron-api-server@workspace:packages/api-server":
version: 0.0.0-use.local
resolution: "@alwatr/nanotron-api-server@workspace:packages/api-server"
dependencies:
"@alwatr/logger": "npm:^3.2.12"
"@alwatr/nano-build": "npm:^1.3.8"
"@alwatr/polyfill-has-own": "npm:^1.0.8"
"@alwatr/logger": "npm:^3.2.13"
"@alwatr/nano-build": "npm:^1.3.9"
"@alwatr/polyfill-has-own": "npm:^1.0.9"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.2.0"
"@alwatr/type-helper": "npm:^1.2.5"
"@alwatr/type-helper": "npm:^1.2.6"
"@types/node": "npm:^22.5.4"
jest: "npm:^29.7.0"
typescript: "npm:^5.6.2"
Expand All @@ -92,38 +92,38 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/nanotron@workspace:packages/nanotron"
dependencies:
"@alwatr/logger": "npm:^3.2.12"
"@alwatr/nano-build": "npm:^1.3.8"
"@alwatr/logger": "npm:^3.2.13"
"@alwatr/nano-build": "npm:^1.3.9"
"@alwatr/nanotron-api-server": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.2.0"
"@alwatr/type-helper": "npm:^1.2.5"
"@alwatr/type-helper": "npm:^1.2.6"
"@types/node": "npm:^22.5.4"
jest: "npm:^29.7.0"
typescript: "npm:^5.6.2"
languageName: unknown
linkType: soft

"@alwatr/parse-duration@npm:^1.0.9":
version: 1.0.9
resolution: "@alwatr/parse-duration@npm:1.0.9"
"@alwatr/parse-duration@npm:^1.0.10":
version: 1.0.10
resolution: "@alwatr/parse-duration@npm:1.0.10"
dependencies:
"@alwatr/is-number": "npm:^1.0.9"
checksum: 10c0/bab73a466f4d0b6711c9d0f7420ae8a475c9dab05984fb60b1ff98b3accc45751cce39404efc6d831a5cefa02a669ebe7c0cfef44752113d782ff8686d4ca8bf
"@alwatr/is-number": "npm:^1.0.10"
checksum: 10c0/51a7e288bab7364d82316590430d514af583672aca05d6b3ace60ed586fec11a088ff8294396dd7d35d3891faca9d359fd15dad4820a3ecb0ba49c214f3568bf
languageName: node
linkType: hard

"@alwatr/platform-info@npm:^1.1.11":
version: 1.1.11
resolution: "@alwatr/platform-info@npm:1.1.11"
checksum: 10c0/9c04a76459f31b1bbac37f2ae802554a9af593f9037e3b1fa6254d2ff5de3bf0e2cb81545fb57e7550173433f2cacaddb1f391fb6452c1df6d0f9c3ca1440228
"@alwatr/platform-info@npm:^1.1.12":
version: 1.1.12
resolution: "@alwatr/platform-info@npm:1.1.12"
checksum: 10c0/6ea634a91221422e65e90eb49666e3136c26da4468082d9ee4f3a193aac3b8b3cb5aba180337064ee02f9220aad3aa5e72387af03925dcf98fe722fb801363a1
languageName: node
linkType: hard

"@alwatr/polyfill-has-own@npm:^1.0.8":
version: 1.0.8
resolution: "@alwatr/polyfill-has-own@npm:1.0.8"
checksum: 10c0/7599bb5a098ff084f47ae384465303b8be9be19e74db624c34a5cda9484c46de91928b4fdae3b208a12f68c299c8e1a050e8e2ba08f1fa2e68866673342dfc3a
"@alwatr/polyfill-has-own@npm:^1.0.9":
version: 1.0.9
resolution: "@alwatr/polyfill-has-own@npm:1.0.9"
checksum: 10c0/49b65ea6c1db418f6dc5caa9ed6eb6582cad5f76426b08939fec7f887f363728d189e565dbe508772d926c16b876ac7c86067938c51b096bc9ef6b4287af7ebc
languageName: node
linkType: hard

Expand All @@ -141,10 +141,10 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/type-helper@npm:^1.2.5":
version: 1.2.5
resolution: "@alwatr/type-helper@npm:1.2.5"
checksum: 10c0/ca994f0ae79150f4cba836c77ed2089882c47b9dd03ce02f5bd8883cf70988aa9400f3124b464618d6fc2eb71927430536a385d85ad04a42264caa5fdd4d176f
"@alwatr/type-helper@npm:^1.2.6":
version: 1.2.6
resolution: "@alwatr/type-helper@npm:1.2.6"
checksum: 10c0/cdee9c7fa2f060b2b214c73fde688b193f3af9339b3664b59af0c213f0c8c03410288264f8d3affd31affdbd81d2f0b525f6c382b362377789d18dc025e16fd1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2312,7 +2312,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "alwatr-nanotron@workspace:."
dependencies:
"@alwatr/eslint-config": "npm:^1.2.5"
"@alwatr/eslint-config": "npm:^1.2.6"
"@alwatr/prettier-config": "npm:^1.0.4"
"@lerna-lite/changed": "npm:^3.9.1"
"@lerna-lite/cli": "npm:^3.9.1"
Expand Down

0 comments on commit 1c8a8ec

Please # to comment.