Skip to content

Commit

Permalink
chore(deps): bump the alwatr-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the alwatr-dependencies group with 2 updates: [@alwatr/logger](https://github.com/Alwatr/nanolib/tree/HEAD/packages/logger) and [@alwatr/fetch](https://github.com/Alwatr/nanolib/tree/HEAD/packages/fetch).


Updates `@alwatr/logger` from 2.4.1 to 3.2.6
- [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/[email protected]/packages/logger)

Updates `@alwatr/fetch` from 2.2.1 to 3.1.2
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/fetch/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/fetch)

---
updated-dependencies:
- dependency-name: "@alwatr/logger"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 5156c6d commit 242c52a
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 16 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"dependencies": {
"@alwatr/fsm": "workspace:^",
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^3.2.6",
"@alwatr/server-context": "workspace:^",
"@alwatr/signal": "workspace:^",
"@alwatr/type": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/Alwatr/signal/issues"
},
"dependencies": {
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^3.2.6",
"@alwatr/signal": "workspace:^",
"@alwatr/type": "^1.2.4",
"tslib": "^2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/server-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/Alwatr/signal/issues"
},
"dependencies": {
"@alwatr/fetch": "^2.2.1",
"@alwatr/fetch": "^3.1.2",
"@alwatr/fsm": "workspace:^",
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^3.2.6",
"@alwatr/signal": "workspace:^",
"@alwatr/type": "^1.2.4",
"@alwatr/util": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/Alwatr/signal/issues"
},
"dependencies": {
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^3.2.6",
"@alwatr/type": "^1.2.4",
"@alwatr/util": "^1.4.1",
"tslib": "^2.6.2"
Expand Down
63 changes: 52 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,19 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/dedupe@npm:^1.0.6":
version: 1.0.6
resolution: "@alwatr/dedupe@npm:1.0.6"
checksum: 5c926f60074894b9011c88731a6cb451b79e0ed72a0a1223043cd14ba912f9d17e0aeb653942f7900b01e16eed8334ba8d64d953dbc4786ca33e9a88ac5f2899
languageName: node
linkType: hard

"@alwatr/demo@workspace:demo":
version: 0.0.0-use.local
resolution: "@alwatr/demo@workspace:demo"
dependencies:
"@alwatr/fsm": "workspace:^"
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/logger": "npm:^3.2.6"
"@alwatr/server-context": "workspace:^"
"@alwatr/signal": "workspace:^"
"@alwatr/type": "npm:^1.2.4"
Expand All @@ -36,35 +43,53 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/fetch@npm:^2.2.1":
version: 2.2.1
resolution: "@alwatr/fetch@npm:2.2.1"
"@alwatr/fetch@npm:^3.1.2":
version: 3.1.2
resolution: "@alwatr/fetch@npm:3.1.2"
dependencies:
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/util": "npm:^1.4.1"
checksum: 9dd03ac5ea8d00317b38666fd72220575e7943f6d5c14e59d626af6f6f8807f457c1da684f563570ec250e9e0665b5ddd1d6f5e9dba4103c93e4c8f96d7062ab
"@alwatr/global-scope": "npm:^1.1.14"
"@alwatr/logger": "npm:^3.2.6"
"@alwatr/wait": "npm:^1.1.9"
checksum: cb62c8577111f9300314239473ffe109ae81da51b41a342e55f294fa63f7feae5a5207b3e4de7b542885059895c56d3db62523c35830920c2ce6c7bdd53c8426
languageName: node
linkType: hard

"@alwatr/fsm@workspace:^, @alwatr/fsm@workspace:packages/fsm":
version: 0.0.0-use.local
resolution: "@alwatr/fsm@workspace:packages/fsm"
dependencies:
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/logger": "npm:^3.2.6"
"@alwatr/signal": "workspace:^"
"@alwatr/type": "npm:^1.2.4"
"@types/node": "npm:^20.10.5"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/global-scope@npm:^1.1.14":
version: 1.1.14
resolution: "@alwatr/global-scope@npm:1.1.14"
checksum: 870b03d9a5e85ebabe36dc61c20562517e404d35999458690633df30cf1243b0e127c7517b1b0d7216fa34593f0fca0dd6e97f63e74081bb83a9808b58995579
languageName: node
linkType: hard

"@alwatr/logger@npm:^2.4.1":
version: 2.4.1
resolution: "@alwatr/logger@npm:2.4.1"
checksum: 6fef967cab9a2e734d2c1f7bdc66fb3fd1b515830a9734ca5e035973011b7708863005b49181e5fa19313ea71bfd02974c602511eba00bd632ef6cdfcfd5460a
languageName: node
linkType: hard

"@alwatr/logger@npm:^3.2.6":
version: 3.2.6
resolution: "@alwatr/logger@npm:3.2.6"
dependencies:
"@alwatr/dedupe": "npm:^1.0.6"
"@alwatr/platform-info": "npm:^1.1.6"
checksum: e030f96cf72fdfe2dedf37f7903ebf59f284d1e8e4f1f0e045f44847b9a916a73f357d097d5917792e7637bc752342b0f53b0b3118d441cf4c33c9a486231196
languageName: node
linkType: hard

"@alwatr/math@npm:^1.3.1":
version: 1.3.1
resolution: "@alwatr/math@npm:1.3.1"
Expand All @@ -74,13 +99,20 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/platform-info@npm:^1.1.6":
version: 1.1.6
resolution: "@alwatr/platform-info@npm:1.1.6"
checksum: 02dc1d125854d86911d43a2037553c4a77e11ca9dd6238306c957b27b1954de7e2638c06588f1ed593036a178b56f971d6b84fa234ed9c1c5a33c75c2ba9b1c8
languageName: node
linkType: hard

"@alwatr/server-context@workspace:^, @alwatr/server-context@workspace:packages/server-context":
version: 0.0.0-use.local
resolution: "@alwatr/server-context@workspace:packages/server-context"
dependencies:
"@alwatr/fetch": "npm:^2.2.1"
"@alwatr/fetch": "npm:^3.1.2"
"@alwatr/fsm": "workspace:^"
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/logger": "npm:^3.2.6"
"@alwatr/signal": "workspace:^"
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
Expand All @@ -93,7 +125,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/signal@workspace:packages/signal"
dependencies:
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/logger": "npm:^3.2.6"
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
"@types/node": "npm:^20.10.5"
Expand All @@ -119,6 +151,15 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/wait@npm:^1.1.9":
version: 1.1.9
resolution: "@alwatr/wait@npm:1.1.9"
dependencies:
"@alwatr/global-scope": "npm:^1.1.14"
checksum: 45b5f231b983cf220ca873114fbbed913271d5fe8e89d44184f8b44fc70ee5638423e8f1d139c5422be227360790950452d2ba4102bfa5f0fab7a6f3220b47fa
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.11, @babel/code-frame@npm:^7.21.4":
version: 7.22.13
resolution: "@babel/code-frame@npm:7.22.13"
Expand Down

0 comments on commit 242c52a

Please sign in to comment.