Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@alwatr/logger](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/logger) | `1.1.5` | `2.1.2` |
| [@alwatr/math](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/math) | `1.1.5` | `1.1.11` |
| [@alwatr/signal](https://github.com/AliMD/alwatr-signal/tree/HEAD/packages/signal) | `2.0.0` | `2.0.2` |
| [@alwatr/fetch](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/fetch) | `2.0.1` | `2.0.7` |
| [@alwatr/fsm](https://github.com/AliMD/alwatr-signal/tree/HEAD/packages/fsm) | `2.0.0` | `2.0.2` |


Updates `@alwatr/logger` from 1.1.5 to 2.1.2
- [Release notes](https://github.com/AliMD/alwatr-eslib/releases)
- [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/logger/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/[email protected]/packages/logger)

Updates `@alwatr/math` from 1.1.5 to 1.1.11
- [Release notes](https://github.com/AliMD/alwatr-eslib/releases)
- [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/math/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/[email protected]/packages/math)

Updates `@alwatr/signal` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/AliMD/alwatr-signal/releases)
- [Changelog](https://github.com/AliMD/alwatr-signal/blob/next/packages/signal/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-signal/commits/@alwatr/[email protected]/packages/signal)

Updates `@alwatr/fetch` from 2.0.1 to 2.0.7
- [Release notes](https://github.com/AliMD/alwatr-eslib/releases)
- [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/fetch/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/[email protected]/packages/fetch)

Updates `@alwatr/fsm` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/AliMD/alwatr-signal/releases)
- [Changelog](https://github.com/AliMD/alwatr-signal/blob/next/packages/fsm/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-signal/commits/@alwatr/[email protected]/packages/fsm)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 3c920dc commit 779b86d
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 43 deletions.
6 changes: 3 additions & 3 deletions packages/demo-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"watch:root": "cd ../../ && yarn watch:ts"
},
"devDependencies": {
"@alwatr/fsm": "^2.0.0",
"@alwatr/logger": "^1.1.5",
"@alwatr/signal": "^2.0.0"
"@alwatr/fsm": "^2.0.2",
"@alwatr/logger": "^2.1.2",
"@alwatr/signal": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/fract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/AliMD/fract/issues"
},
"dependencies": {
"@alwatr/logger": "^1.1.2",
"@alwatr/signal": "^2.0.0",
"@alwatr/logger": "^2.1.2",
"@alwatr/signal": "^2.0.2",
"lit-html": "^2.8.0",
"tslib": "^2.6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"url": "https://github.com/AliMD/fract/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^2.0.0",
"@alwatr/logger": "^2.1.2",
"@alwatr/math": "^1.1.11",
"@alwatr/signal": "^2.0.2",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@alwatr/element": "^1.1.2",
"@alwatr/fetch": "^2.0.1",
"@alwatr/logger": "^1.1.2",
"@alwatr/fetch": "^2.0.7",
"@alwatr/logger": "^2.1.2",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/AliMD/fract/issues"
},
"dependencies": {
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/signal": "^2.0.0",
"@alwatr/logger": "^2.1.2",
"@alwatr/math": "^1.1.11",
"@alwatr/signal": "^2.0.2",
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@alwatr/i18n": "^2.0.0-beta",
"@alwatr/signal": "^2.0.0",
"@alwatr/signal": "^2.0.2",
"@alwatr/util": "^1.0.0",
"tslib": "^2.6.2"
}
Expand Down
65 changes: 36 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
lit "^2.8.0"
tslib "^2.6.2"

"@alwatr/fetch@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-2.0.1.tgz#e03ed32d68b944c62364d6238b4839204d64107c"
integrity sha512-SvHSHaxZ3i09sBAAN+PvTNdjA75CxKjl4PSlRSXT6srDt1rNAHAQ8JJxAijevx5/8GqxCBKODd3KOMP2Mv6hbQ==
"@alwatr/fetch@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-2.0.7.tgz#681bf340ce2811935e1d9a23a0a130a1d1970b20"
integrity sha512-yXZmPsZoZuy6wPmXU3Su0JVkkFKoQV3dylGTlpd+zAawztKEJ0JWXmW8EyaTdDo7q+x5xHJJIzAZMoKYw99SHA==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/util" "^1.2.3"
"@alwatr/logger" "^2.1.2"
"@alwatr/util" "^1.2.9"
tslib "^2.6.2"

"@alwatr/fsm@^1.1.2":
Expand All @@ -51,13 +51,13 @@
"@alwatr/type" "^1.1.1"
tslib "^2.6.2"

"@alwatr/fsm@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@alwatr/fsm/-/fsm-2.0.0.tgz#e926748cdfa977b9e3596d205037fca1f3503511"
integrity sha512-I/LZ76NX+yP0myf6u0XTgznZuYiGlNQkVQ2MaDFOA3zXvMKZR4SdxZ/pYkPVT9jz0p9mRFlf6iXFbnu2avoNqA==
"@alwatr/fsm@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@alwatr/fsm/-/fsm-2.0.2.tgz#c452c5606527bf9360ab3837c0b65cde479da814"
integrity sha512-NSPHC52lfRUzajjwXnd3jkuk4MHtmBeStYKaO58N21dcDvPUPbm+qvoKjuwc/gDfeUAWgZCIZ10gTra4HqmUrw==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/signal" "^2.0.0"
"@alwatr/logger" "^2.1.2"
"@alwatr/signal" "^2.0.2"
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

Expand All @@ -71,20 +71,27 @@
"@alwatr/signal" "^1.1.2"
tslib "^2.6.2"

"@alwatr/logger@^1.0.0", "@alwatr/logger@^1.1.2", "@alwatr/logger@^1.1.5":
"@alwatr/logger@^1.1.2":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-1.1.5.tgz#344082aa602142dc4e42ba4739d5f00dc5a540a0"
integrity sha512-iGBhEyoDnGE2oIz47p2lp+IrKH95M2lOFawULcvKcg2vRzVf/7t6mVicWtqyomkKAocyDMjHicZfjZJqBLZdbA==
dependencies:
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

"@alwatr/math@^1.0.0", "@alwatr/math@^1.1.2", "@alwatr/math@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.5.tgz#0e9b6c3160ca1a480b21de967e41aa48a9d86e6f"
integrity sha512-RoTLuFs0ln8j3TgIueEwynRoD02KmYWCAyUNKaDHLzAnfGMJtJQeeN7PZko87qk3kA6mBpj+/2XXH4Do8Hu2rw==
"@alwatr/logger@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-2.1.2.tgz#41b383aed90c877729555dfbadd68aa6599c6c90"
integrity sha512-qCViJ0USpdRIvOtdUEUlqA+MfuX8JMzgwxwC5ddHNnx1MoWIn7PHuAeJaF/LZ7chl4Mp8qqtIPjSMRoyU7aV4Q==
dependencies:
"@alwatr/logger" "^1.1.5"
tslib "^2.6.2"

"@alwatr/math@^1.1.11", "@alwatr/math@^1.1.2":
version "1.1.11"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.11.tgz#32ae5a101a34b11e2ec61141d7eefd0138dcad97"
integrity sha512-7s7QdEJb9DauVsLw9fT+y63GHiw0c4UuCtwIL3YYC05zNTRu0OA62a12ett0WfYCFcR3i0l0UxCUMFNpg1aXdg==
dependencies:
"@alwatr/logger" "^2.1.2"
tslib "^2.6.2"

"@alwatr/router@^1.1.2":
Expand All @@ -107,27 +114,27 @@
"@alwatr/util" "^1.2.0"
tslib "^2.6.2"

"@alwatr/signal@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@alwatr/signal/-/signal-2.0.0.tgz#5df4d1535fb121a439d676398ce2429a5f28c69b"
integrity sha512-1dsgovhR/PatKKAOArJm4jyswo8g0+AYMSWXM9AYmFCLTwzM98cqlJXfHfy8cPLl+ecuI6y44bch1y/3yiA8Jg==
"@alwatr/signal@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@alwatr/signal/-/signal-2.0.2.tgz#0a301df6df489b45f0cca97313db1ae1cf55ac1c"
integrity sha512-B4hEG5Y8/+Erg+injRVDwlXxuin9apZqMooAhJ4RaJAk0bLg6XncH7MCuoT0gi9K82QdGFJA8FZmEypqC43sFw==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/logger" "^2.1.2"
"@alwatr/type" "^1.1.4"
"@alwatr/util" "^1.2.3"
"@alwatr/util" "^1.2.9"
tslib "^2.6.2"

"@alwatr/type@^1.1.1", "@alwatr/type@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@alwatr/type/-/type-1.1.4.tgz#5bcff20284a0404614e56b9b6c5e7f99580b6586"
integrity sha512-bjb3yQC/yiRz4ld+IGCIMiuaLGTjmhanaAE5pqPYLCvREIz82VvGvrfd9g9Si+Y8+fOUlIjKLtGvBWliTOaBcA==

"@alwatr/util@^1.0.0", "@alwatr/util@^1.2.0", "@alwatr/util@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.3.tgz#3b926837e3d9ed82f2b2947f7aacbd8bdf39927a"
integrity sha512-4KQUgP5izK+9xjt673U0gG0iYJdN5pfIe8+QHhzbHyJSHue6RBs406OSY6w++wyzpKW6sK3jLL7Xspu8CIaFCA==
"@alwatr/util@^1.0.0", "@alwatr/util@^1.2.0", "@alwatr/util@^1.2.9":
version "1.2.9"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.9.tgz#48aeb5a15ad654d35f3b9ddbe8aa3bf225dab098"
integrity sha512-CKj/uPYHuwrvqPMo/LU4XoA4qP1VuVYaBoEUmUvWsx9Xgs2wD8UkHjDVl6ebJw1pI7YDjjhgivP7Maoh2S7rDw==
dependencies:
"@alwatr/math" "^1.1.5"
"@alwatr/math" "^1.1.11"
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

Expand Down

0 comments on commit 779b86d

Please sign in to comment.