Skip to content

Commit

Permalink
deps(deps): bump the alwatr group with 6 updates (#225)
Browse files Browse the repository at this point in the history
Bumps the alwatr group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@alwatr/eslint-config](https://github.com/Alwatr/nanolib/tree/HEAD/packages/eslint-config) | `1.2.11` | `5.0.0` |
| [@alwatr/prettier-config](https://github.com/Alwatr/nanolib/tree/HEAD/packages/prettier-config) | `1.0.6` | `5.0.0` |
| [@alwatr/nanolib](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nanolib) | `1.4.0` | `5.0.0` |
| [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build) | `2.0.3` | `5.0.0` |
| [@alwatr/tsconfig-base](https://github.com/Alwatr/nanolib/tree/HEAD/packages/tsconfig-base) | `1.3.3` | `5.0.0` |
| [@alwatr/type-helper](https://github.com/Alwatr/nanolib/tree/HEAD/packages/type-helper) | `2.0.3` | `5.0.0` |


Updates `@alwatr/eslint-config` from 1.2.11 to 5.0.0
- [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/v5.0.0/packages/eslint-config)

Updates `@alwatr/prettier-config` from 1.0.6 to 5.0.0
- [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/v5.0.0/packages/prettier-config)

Updates `@alwatr/nanolib` from 1.4.0 to 5.0.0
- [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/v5.0.0/packages/nanolib)

Updates `@alwatr/nano-build` from 2.0.3 to 5.0.0
- [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/v5.0.0/packages/nano-build)

Updates `@alwatr/tsconfig-base` from 1.3.3 to 5.0.0
- [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/v5.0.0/packages/tsconfig-base)

Updates `@alwatr/type-helper` from 2.0.3 to 5.0.0
- [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/v5.0.0/packages/type-helper)

---
updated-dependencies:
- dependency-name: "@alwatr/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/nanolib"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/nano-build"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/tsconfig-base"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/type-helper"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
...

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 Nov 2, 2024
1 parent e8e8ef2 commit 6f22eda
Show file tree
Hide file tree
Showing 9 changed files with 252 additions and 241 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"publish": "lerna publish from-package"
},
"devDependencies": {
"@alwatr/eslint-config": "^1.2.11",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/eslint-config": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@lerna-lite/changed": "^3.10.0",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/diff": "^3.10.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^5.0.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/fetch-state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
},
"dependencies": {
"@alwatr/fsm": "workspace:^",
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^5.0.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"@alwatr/signal": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^5.0.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^5.0.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/remote-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
},
"dependencies": {
"@alwatr/fetch-state-machine": "workspace:^",
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^5.0.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^5.0.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@alwatr/nano-build": "^5.0.0",
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
Expand Down
Loading

0 comments on commit 6f22eda

Please sign in to comment.