Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the pub group across 2 directories with 8 updates #2234

Merged
merged 2 commits into from
Mar 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the pub group with 2 updates in the /packages/at_root_server directory: at_commons and yaml.
Bumps the pub group with 7 updates in the /packages/at_secondary_server directory:

Package From To
yaml 3.1.2 3.1.3
collection 1.19.0 1.19.1
convert 3.1.1 3.1.2
crypto 3.0.3 3.0.6
ecdsa 0.1.0 0.1.2
intl 0.19.0 0.20.2
logging 1.2.0 1.3.0

Updates at_commons from 5.0.1 to 5.2.0

Commits

Updates yaml from 3.1.2 to 3.1.3

Release notes

Sourced from yaml's releases.

package:yaml v3.1.3

  • Require Dart 3.4
  • Fix UTF-16 surrogate pair handling in plain scaler.
  • Move to dart-lang/tools monorepo.
Commits
  • e0e8ae3 Update pkgs/yaml/pubspec.yaml
  • 0ec11ec Merge branch 'main' into merge-yaml-package
  • 4c2db7b Merge branch 'main' into merge-stream_channel-package
  • 588ccff Merge branch 'main' into merge-stack_trace-package
  • 4ebcd8e Update test
  • b1e2782 Add newline
  • 9a9a7e5 Moving fixes
  • 4a260a8 Add issue template and other fixes
  • bcb44d8 Merge package:pubspec_parse into the tools monorepo
  • 3815ff3 Merge pull request #1658 from dart-lang/merge-string_scanner-package
  • Additional commits viewable in compare view

Updates yaml from 3.1.2 to 3.1.3

Release notes

Sourced from yaml's releases.

package:yaml v3.1.3

  • Require Dart 3.4
  • Fix UTF-16 surrogate pair handling in plain scaler.
  • Move to dart-lang/tools monorepo.
Commits
  • e0e8ae3 Update pkgs/yaml/pubspec.yaml
  • 0ec11ec Merge branch 'main' into merge-yaml-package
  • 4c2db7b Merge branch 'main' into merge-stream_channel-package
  • 588ccff Merge branch 'main' into merge-stack_trace-package
  • 4ebcd8e Update test
  • b1e2782 Add newline
  • 9a9a7e5 Moving fixes
  • 4a260a8 Add issue template and other fixes
  • bcb44d8 Merge package:pubspec_parse into the tools monorepo
  • 3815ff3 Merge pull request #1658 from dart-lang/merge-string_scanner-package
  • Additional commits viewable in compare view

Updates collection from 1.19.0 to 1.19.1

Release notes

Sourced from collection's releases.

package:collection v1.19.1

  • Move to dart-lang/core monorepo.
Commits
  • 9c59e2b Update pubspec.yaml
  • b67ebd8 Remove section in readme
  • 7d61126 Moving fixes
  • 537536a Add issue template and other fixes
  • 0fecfd8 Merge package:collection into the core monorepo
  • 3a3ed8e update various repo metadata (#406)
  • 5e83b5b Merge branch 'main' into merge-typed_data-package
  • a11bf72 Merge branch 'main' into merge-platform-package
  • ad17462 Merge branch 'main' into merge-path-package
  • 64a2a5d Merge branch 'main' into merge-os_detect-package
  • Additional commits viewable in compare view

Updates convert from 3.1.1 to 3.1.2

Release notes

Sourced from convert's releases.

package:convert v3.1.2

  • Require Dart 3.4
  • Add chunked decoding support (startChunkedConversion) for CodePage encodings.
  • Upper-cast the return type of the decoder from List<int> to Uint8List.
  • Move to dart-lang/core monorepo.
Commits

Updates crypto from 3.0.3 to 3.0.6

Release notes

Sourced from crypto's releases.

package:crypto v3.0.6

  • Move to dart-lang/core monorepo.
Commits

Updates ecdsa from 0.1.0 to 0.1.2

Changelog

Sourced from ecdsa's changelog.

0.1.2

  • add ecRecover
  • add ecRecover tests inside the ethereum sign tests

0.1.1

Commits

Updates intl from 0.19.0 to 0.20.2

Release notes

Sourced from intl's releases.

package:intl v0.20.2

  • Remove the dependency on package:http.
  • Remove the dependency on package:web.

package:intl v0.20.1

  • Upgrade package:web dependency constraint to 1.1.0, fixes issue #916.
  • Update to CLDR v46.

package:intl v0.20.0

  • Fix caching of messages in CompositeMessageLookup.
  • Type numberFormatSymbols as a Map<String, NumberSymbols>.
  • Type dateTimeSymbolMap as a Map<String, DateSymbols>.
  • Add example for pub.dev.
  • Fix issues with AM/PM markers.
  • Update to CLDR v44.1.
  • Require Dart ^3.3
  • Require package:web ^0.5.0.
  • Support compiling to WASM.
  • Update to and account for package:lints ^4.0.0.
  • rtl Detection fix in bidi.dart for Kordi Sorani "ckb".
  • Update to CLDR v45.

package:intl_translation v0.20.1

  • Add topics to pubspec.yaml
  • Update to dart_style 2.3.7. bin/make_examples_const.dartandrewrite_intl_messages.dartwill now look for a surrounding.dart_tool/package_config.json` file to infer the language version of the files updated by the script.
  • Upgrade dep on package:intl.

package:intl_translation v0.20.0

  • Throw if the Intl.select arg is not in the list of args.
  • Support package:intl 0.19.0.
  • Require Dart 3.0.
Commits

Updates logging from 1.2.0 to 1.3.0

Release notes

Sourced from logging's releases.

package:logging v1.3.0

  • Override empty stack traces for trace level events.
  • Require Dart 3.4
  • Move to dart-lang/core monorepo.
Commits
  • 8151b9f Merge pull request #401 from dart-lang/merge-logging-package
  • 63e934c contribute a issue template for package:args (#139)
  • 31caf59 Add license to example file
  • b3d67ea Moving fixes
  • bafb17e Add issue template and other fixes
  • 32a7c39 Merge package:logging into the core monorepo
  • 94061ca Merge branch 'main' into merge-characters-package
  • 762195d Changes as per review
  • f3f8e1b Merge branch 'main' into merge-async-package
  • b3264f8 Changes as per review
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Mar 5, 2025
@cpswan cpswan requested a review from gkc March 5, 2025 06:17
@gkc gkc merged commit 19e6395 into trunk Mar 5, 2025
26 checks passed
@dependabot dependabot bot deleted the dependabot/pub/packages/at_root_server/pub-1b67fafb74 branch March 5, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant