From 5fc8f3328a8830cfcd14007f76620900288f1cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:54:37 +0000 Subject: [PATCH] build(deps): Bump the pub group across 2 directories with 8 updates Bumps the pub group with 2 updates in the /packages/at_root_server directory: [at_commons](https://github.com/atsign-foundation/at_libraries) and [yaml](https://github.com/dart-lang/tools/tree/main/pkgs). Bumps the pub group with 7 updates in the /packages/at_secondary_server directory: | Package | From | To | | --- | --- | --- | | [yaml](https://github.com/dart-lang/tools/tree/main/pkgs) | `3.1.2` | `3.1.3` | | [collection](https://github.com/dart-lang/core/tree/main/pkgs) | `1.19.0` | `1.19.1` | | [convert](https://github.com/dart-lang/core/tree/main/pkgs) | `3.1.1` | `3.1.2` | | [crypto](https://github.com/dart-lang/core/tree/main/pkgs) | `3.0.3` | `3.0.6` | | [ecdsa](https://github.com/c0mm4nd/dart-ecdsa) | `0.1.0` | `0.1.2` | | [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.19.0` | `0.20.2` | | [logging](https://github.com/dart-lang/core/tree/main/pkgs) | `1.2.0` | `1.3.0` | Updates `at_commons` from 5.0.1 to 5.2.0 - [Release notes](https://github.com/atsign-foundation/at_libraries/releases) - [Commits](https://github.com/atsign-foundation/at_libraries/commits) Updates `yaml` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs) Updates `yaml` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs) Updates `collection` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/collection-v1.19.1/pkgs) Updates `convert` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/convert-v3.1.2/pkgs) Updates `crypto` from 3.0.3 to 3.0.6 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.6/pkgs) Updates `ecdsa` from 0.1.0 to 0.1.2 - [Changelog](https://github.com/c0mm4nd/dart-ecdsa/blob/master/CHANGELOG.md) - [Commits](https://github.com/c0mm4nd/dart-ecdsa/commits) Updates `intl` from 0.19.0 to 0.20.2 - [Release notes](https://github.com/dart-lang/i18n/releases) - [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs) Updates `logging` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/logging-v1.3.0/pkgs) --- updated-dependencies: - dependency-name: at_commons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: collection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: convert dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: crypto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: ecdsa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: intl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: logging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub ... Signed-off-by: dependabot[bot] --- packages/at_secondary_server/pubspec.yaml | 14 +++--- .../lib/secondary/base/pubspec.yaml | 43 ++++++++++++++++++- 2 files changed, 49 insertions(+), 8 deletions(-) mode change 120000 => 100644 tests/at_functional_test/lib/secondary/base/pubspec.yaml diff --git a/packages/at_secondary_server/pubspec.yaml b/packages/at_secondary_server/pubspec.yaml index d796872db..91d747531 100644 --- a/packages/at_secondary_server/pubspec.yaml +++ b/packages/at_secondary_server/pubspec.yaml @@ -11,13 +11,13 @@ environment: dependencies: args: 2.6.0 uuid: 3.0.7 - convert: 3.1.1 + convert: 3.1.2 cron: 0.5.1 - crypto: 3.0.3 + crypto: 3.0.6 crypton: 2.2.1 - collection: 1.19.0 + collection: 1.19.1 basic_utils: 5.7.0 - ecdsa: 0.1.0 + ecdsa: 0.1.2 encrypt: 5.0.3 at_commons: 5.2.0 at_utils: 3.0.19 @@ -26,13 +26,13 @@ dependencies: at_server_spec: 5.0.2 at_persistence_spec: 2.0.14 at_persistence_secondary_server: 3.1.0 - intl: ^0.19.0 + intl: ^0.20.2 json_annotation: ^4.8.0 version: 3.0.2 meta: 1.16.0 mutex: 3.1.0 - yaml: 3.1.2 - logging: 1.2.0 + yaml: 3.1.3 + logging: 1.3.0 dev_dependencies: build_runner: ^2.3.3 diff --git a/tests/at_functional_test/lib/secondary/base/pubspec.yaml b/tests/at_functional_test/lib/secondary/base/pubspec.yaml deleted file mode 120000 index 09ea5319c..000000000 --- a/tests/at_functional_test/lib/secondary/base/pubspec.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../../packages/at_secondary_server/pubspec.yaml \ No newline at end of file diff --git a/tests/at_functional_test/lib/secondary/base/pubspec.yaml b/tests/at_functional_test/lib/secondary/base/pubspec.yaml new file mode 100644 index 000000000..d796872db --- /dev/null +++ b/tests/at_functional_test/lib/secondary/base/pubspec.yaml @@ -0,0 +1,42 @@ +name: at_secondary +description: Implementation of secondary server. +version: 3.3.0 +repository: https://github.com/atsign-foundation/at_server +homepage: https://www.example.com +publish_to: none + +environment: + sdk: '>=3.0.0 <4.0.0' + +dependencies: + args: 2.6.0 + uuid: 3.0.7 + convert: 3.1.1 + cron: 0.5.1 + crypto: 3.0.3 + crypton: 2.2.1 + collection: 1.19.0 + basic_utils: 5.7.0 + ecdsa: 0.1.0 + encrypt: 5.0.3 + at_commons: 5.2.0 + at_utils: 3.0.19 + at_chops: 2.2.0 + at_lookup: 3.0.49 + at_server_spec: 5.0.2 + at_persistence_spec: 2.0.14 + at_persistence_secondary_server: 3.1.0 + intl: ^0.19.0 + json_annotation: ^4.8.0 + version: 3.0.2 + meta: 1.16.0 + mutex: 3.1.0 + yaml: 3.1.2 + logging: 1.2.0 + +dev_dependencies: + build_runner: ^2.3.3 + test: ^1.25.9 + coverage: ^1.6.1 + lints: ^5.0.0 + mocktail: ^1.0.3