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/fetch](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/fetch) | `2.0.1` | `2.0.6` |
| [@alwatr/logger](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/logger) | `1.1.5` | `2.1.1` |
| [@alwatr/math](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/math) | `1.1.5` | `1.1.10` |
| [@alwatr/signal](https://github.com/AliMD/alwatr-signal/tree/HEAD/packages/signal) | `2.0.0` | `2.0.1` |
| [@alwatr/fsm](https://github.com/AliMD/alwatr-signal/tree/HEAD/packages/fsm) | `2.0.0` | `2.0.1` |


Updates `@alwatr/fetch` from 2.0.1 to 2.0.6
- [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/logger` from 1.1.5 to 2.1.1
- [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.10
- [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.1
- [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/fsm` from 2.0.0 to 2.0.1
- [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/fetch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr-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/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 Oct 24, 2023
1 parent 3c920dc commit d611e1c
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.1",
"@alwatr/logger": "^2.1.1",
"@alwatr/signal": "^2.0.1"
}
}
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.1",
"@alwatr/signal": "^2.0.1",
"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.1",
"@alwatr/math": "^1.1.10",
"@alwatr/signal": "^2.0.1",
"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.6",
"@alwatr/logger": "^2.1.1",
"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.1",
"@alwatr/math": "^1.1.10",
"@alwatr/signal": "^2.0.1",
"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.1",
"@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.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-2.0.6.tgz#da773ac161936d888b0ece2bd3f51d24fbff2089"
integrity sha512-k67GCOHsH1TPPGA3vo9G8PLcm9N+7+suihaVxsNrUQlzZfH7atzRKDmMSJTQCf2Ex27Hww7FFvnRnCBWI7BgzA==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/util" "^1.2.3"
"@alwatr/logger" "^2.1.1"
"@alwatr/util" "^1.2.8"
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.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@alwatr/fsm/-/fsm-2.0.1.tgz#6ecd1ba5d8d1b50b4718cc1e24f6e381190cf0be"
integrity sha512-LAc3hKtmCc9L4DFWw+QhDi4bScIMOxTVZvA0oLoii0005KE5wsXXKxq+M8uVFeGRLXDhiVUq3V0jBgYiG47uEw==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/signal" "^2.0.0"
"@alwatr/logger" "^2.1.1"
"@alwatr/signal" "^2.0.1"
"@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.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-2.1.1.tgz#1befeacf9fe3fd5a7b5cfc6ab32e452782078a7b"
integrity sha512-cacqXROs34tI5I1wWkjZ2yQ71imbTjYlBDmWsaVy/iTQUmYalamHsXp1fJ4yQEFWFnP6IbUhOdqM9AcHqz974g==
dependencies:
"@alwatr/logger" "^1.1.5"
tslib "^2.6.2"

"@alwatr/math@^1.1.10", "@alwatr/math@^1.1.2":
version "1.1.10"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.10.tgz#511410ae9a49b0daf8c636f3d58be437d5ca3dd2"
integrity sha512-FEYPyO03te+Wo3l/Ay7Vvj2/JxnDqoZ5fEsbuDLC+hobHQjm2BShIXaVk5JDJoFtIlsM2gmFu8hbAae9tXod5A==
dependencies:
"@alwatr/logger" "^2.1.1"
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.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@alwatr/signal/-/signal-2.0.1.tgz#efb0cd3bceac0a90f4e55f07cb5905eb171f0f39"
integrity sha512-gTs/ByG0IuBvj/kshWpXQKCgKChyK9LiZNSajA9Xd66//CFCIC2yveGF+m0zNSHfZy83cLfWqs7vcChvo1SS6g==
dependencies:
"@alwatr/logger" "^1.1.5"
"@alwatr/logger" "^2.1.1"
"@alwatr/type" "^1.1.4"
"@alwatr/util" "^1.2.3"
"@alwatr/util" "^1.2.8"
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.8":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.8.tgz#394ab5edc639548e98b0293721ecc2066b718324"
integrity sha512-bVCERa9qe6VOdRzIlUjy5dn3B/aPB8QwuNRzvm1cg2FUOcgs2MAkuH923HtgebbKO1u3om6lCPZ4tsPQMcxTRg==
dependencies:
"@alwatr/math" "^1.1.5"
"@alwatr/math" "^1.1.10"
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

Expand Down

0 comments on commit d611e1c

Please sign in to comment.