Skip to content

Commit af08f14

Browse files
deps(deps): bump the alwatr-dependencies group with 7 updates
Bumps the alwatr-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@alwatr/eslint-config](https://github.com/Alwatr/nanolib/tree/HEAD/packages/eslint-config) | `5.5.4` | `5.5.7` | | [@alwatr/prettier-config](https://github.com/Alwatr/nanolib/tree/HEAD/packages/prettier-config) | `5.0.0` | `5.0.2` | | [@alwatr/env](https://github.com/Alwatr/nanolib/tree/HEAD/packages/env) | `5.5.3` | `5.5.6` | | [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build) | `5.5.3` | `6.0.1` | | [@alwatr/tsconfig-base](https://github.com/Alwatr/nanolib/tree/HEAD/packages/tsconfig-base) | `5.0.0` | `5.0.2` | | [@alwatr/type-helper](https://github.com/Alwatr/nanolib/tree/HEAD/packages/type-helper) | `5.4.1` | `5.4.4` | | [@alwatr/nanolib](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nanolib) | `5.6.5` | `5.7.1` | Updates `@alwatr/eslint-config` from 5.5.4 to 5.5.7 - [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/[email protected]/packages/eslint-config) Updates `@alwatr/prettier-config` from 5.0.0 to 5.0.2 - [Release notes](https://github.com/Alwatr/nanolib/releases) - [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/prettier-config/CHANGELOG.md) - [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/prettier-config) Updates `@alwatr/env` from 5.5.3 to 5.5.6 - [Release notes](https://github.com/Alwatr/nanolib/releases) - [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/env/CHANGELOG.md) - [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/env) Updates `@alwatr/nano-build` from 5.5.3 to 6.0.1 - [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/[email protected]/packages/nano-build) Updates `@alwatr/tsconfig-base` from 5.0.0 to 5.0.2 - [Release notes](https://github.com/Alwatr/nanolib/releases) - [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/tsconfig-base/CHANGELOG.md) - [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/tsconfig-base) Updates `@alwatr/type-helper` from 5.4.1 to 5.4.4 - [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/[email protected]/packages/type-helper) Updates `@alwatr/nanolib` from 5.6.5 to 5.7.1 - [Release notes](https://github.com/Alwatr/nanolib/releases) - [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/nanolib/CHANGELOG.md) - [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/nanolib) --- updated-dependencies: - dependency-name: "@alwatr/eslint-config" dependency-version: 5.5.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alwatr-dependencies - dependency-name: "@alwatr/prettier-config" dependency-version: 5.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alwatr-dependencies - dependency-name: "@alwatr/env" dependency-version: 5.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alwatr-dependencies - dependency-name: "@alwatr/nano-build" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: alwatr-dependencies - dependency-name: "@alwatr/tsconfig-base" dependency-version: 5.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alwatr-dependencies - dependency-name: "@alwatr/type-helper" dependency-version: 5.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alwatr-dependencies - dependency-name: "@alwatr/nanolib" dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alwatr-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18f8f11 commit af08f14

File tree

4 files changed

+377
-356
lines changed

4 files changed

+377
-356
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"publish": "lerna publish from-package"
4040
},
4141
"devDependencies": {
42-
"@alwatr/eslint-config": "^5.5.4",
43-
"@alwatr/prettier-config": "^5.0.0",
42+
"@alwatr/eslint-config": "^5.5.7",
43+
"@alwatr/prettier-config": "^5.0.2",
4444
"@lerna-lite/changed": "^3.10.0",
4545
"@lerna-lite/cli": "^3.10.0",
4646
"@lerna-lite/diff": "^3.10.0",

packages/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
"grammy": "^1.36.3"
6969
},
7070
"devDependencies": {
71-
"@alwatr/env": "^5.5.3",
72-
"@alwatr/nano-build": "^5.5.3",
73-
"@alwatr/prettier-config": "^5.0.0",
74-
"@alwatr/tsconfig-base": "^5.0.0",
75-
"@alwatr/type-helper": "^5.4.1",
71+
"@alwatr/env": "^5.5.6",
72+
"@alwatr/nano-build": "^6.0.1",
73+
"@alwatr/prettier-config": "^5.0.2",
74+
"@alwatr/tsconfig-base": "^5.0.2",
75+
"@alwatr/type-helper": "^5.4.4",
7676
"@types/node": "^22.8.1",
7777
"alwatr": "^2.1.1",
7878
"typescript": "^5.6.3"

packages/notifier/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"clean": "rm -rfv dist *.tsbuildinfo"
6060
},
6161
"dependencies": {
62-
"@alwatr/nanolib": "^5.6.5"
62+
"@alwatr/nanolib": "^5.7.1"
6363
},
6464
"devDependencies": {
65-
"@alwatr/nano-build": "^5.5.3",
66-
"@alwatr/prettier-config": "^5.0.0",
67-
"@alwatr/tsconfig-base": "^5.0.0",
68-
"@alwatr/type-helper": "^5.4.1",
65+
"@alwatr/nano-build": "^6.0.1",
66+
"@alwatr/prettier-config": "^5.0.2",
67+
"@alwatr/tsconfig-base": "^5.0.2",
68+
"@alwatr/type-helper": "^5.4.4",
6969
"@types/node": "^22.8.1",
7070
"jest": "^29.7.0",
7171
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)