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

chore(deps): bump the shorebird_cli-deps group in /packages/shorebird_cli with 8 updates #2730

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the shorebird_cli-deps group in /packages/shorebird_cli with 8 updates:

Package From To
archive 3.6.1 4.0.2
build_runner 2.4.13 2.4.14
json_serializable 6.9.0 6.9.2
pubspec_parse 1.3.0 1.4.0
stream_transform 2.1.0 2.1.1
test 1.25.12 1.25.14
yaml 3.1.2 3.1.3
yaml_edit 2.2.1 2.2.2

Updates archive from 3.6.1 to 4.0.2

Changelog

Sourced from archive's changelog.

4.0.2 - December 19, 2024

  • Reduce SDK min version to 3.0.
  • Fix import error with js_interop.

4.0.1 - December 7, 2024

  • Fix error with GZip encoder for web builds.

4.0.0 - December 7, 2024

  • Major cleanup of the code, includes potential breaking changes.
    • decodeBuffer has been renamed to decodeStream in the various decoder classes.
    • InputStream has been renamed to InputMemoryStream.
    • OutputStream has been renamed to OutputMemoryStream.
Commits
  • cde8827 4.0.2
  • d28282d Create _cast.dart
  • b3fffb0 reduce min sdk version to 3.0
  • 22b1a62 Merge pull request #367 from CodeDoctorDE/fix/js-import
  • 2528667 Remove unused file handle file
  • e005d16 Merge pull request #366 from CodeDoctorDE/fix/js-import
  • fb948a8 Fix missing file_handle conditional import change
  • 960e7c7 Remove stub files, use web as default import
  • f6b9f86 close files serially to reduce open file handles
  • 377e878 Update large_zip_in_browser.dart
  • Additional commits viewable in compare view

Updates build_runner from 2.4.13 to 2.4.14

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.14

  • Write generated assets at the end of a build to avoid invalidating other tools with a file watcher multiple times.
  • Bump the min sdk to 3.6.0.
  • Allow analyzer version 7.x.
  • Hard code the generated build script to language version 3.6.
  • Allow dart_style version 4.0.0, require at least 2.3.7.
Commits

Updates json_serializable from 6.9.0 to 6.9.2

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.9.2

  • Support the latest package:analyzer.

package:json_serializable v6.9.1

  • Support the latest package:analyzer and package:source_gen.
  • Require Dart 3.6
Commits

Updates pubspec_parse from 1.3.0 to 1.4.0

Release notes

Sourced from pubspec_parse's releases.

package:pubspec_parse v1.4.0

  • Require Dart 3.2
  • Seal the Dependency class.
  • Set Pubspec.environment to non-nullable.
  • Remove deprecated package_api_docs rule
  • Move to dart-lang/tools monorepo.
Commits
  • 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
  • c72a0ae Add changelog
  • 80e4dfd Merge branch 'main' into merge-stream_transform-package
  • 84f7a11 Merge pull request #1665 from dart-lang/merge-watcher-package
  • 983e272 Merge branch 'main' into merge-term_glyph-package
  • Additional commits viewable in compare view

Updates stream_transform from 2.1.0 to 2.1.1

Release notes

Sourced from stream_transform's releases.

package:stream_transform v2.1.1

  • Require Dart 3.1 or greater
  • Forward errors from the trigger future through to the result stream in takeUntil. Previously an error would have not closed the stream, and instead raised as an unhandled async error.
  • Move to dart-lang/tools monorepo.
Commits
  • 80e4dfd Merge branch 'main' into merge-stream_transform-package
  • 84f7a11 Merge pull request #1665 from dart-lang/merge-watcher-package
  • 983e272 Merge branch 'main' into merge-term_glyph-package
  • 71c9cc1 Bump dart_flutter_team lints to latest across packages (#1679)
  • bea4a35 Merge branch 'main' into merge-test_reflective_loader-package
  • b78c509 Merge pull request #1663 from dart-lang/merge-timing-package
  • 9ab106d file: enable and fix latest team lints (#1669)
  • 42effa6 Migrate many custom matchers to TypeMatcher (#1668)
  • ea2419f Move to latest dart_flutter_team_lints (#1667)
  • 40494e7 Moving fixes
  • Additional commits viewable in compare view

Updates test from 1.25.12 to 1.25.14

Release notes

Sourced from test's releases.

package:test v1.25.14

  • Use secure random for url secrets.

package:test v1.25.13

  • Allow the latest version of package:matcher.
Commits
  • fea7852 Update URL secret generation to use Random.secure() (#2432)
  • 8366c61 test: allow latest pkg:matcher (#2431)
  • 165608a Merge package:test_process (#2425)
  • 6719bc6 Use dart_flutter_team_lints for matcher (#2426)
  • 754d970 Moving fixes
  • c62a875 Add issue template and other fixes
  • 6f9c68d Merge package:test_process into the test monorepo
  • 200097b Bump dart-lang/setup-dart in the github-actions group (dart-lang/test_process...
  • b30f011 Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-l...
  • 3a8f6fcdart-lang/test_process#63
  • See full diff 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 yaml_edit from 2.2.1 to 2.2.2

Release notes

Sourced from yaml_edit's releases.

package:yaml_edit v2.2.2

  • Suppress warnings previously printed to stdout when parsing YAML internally.
  • Fix error thrown when inserting duplicate keys to different maps in the same list. (#69)
  • Fix error thrown when inserting in nested list using spliceList method (#83)
  • Fix error thrown when string has spaces when applying ScalarStyle.FOLDED. (#41). Resolves ([#86]).
  • Require Dart 3.1
  • Move to dart-lang/tools monorepo.
Commits
  • cc22c3d Merge branch 'main' into merge-yaml_edit-package
  • 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
  • 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

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 23, 2024
Bumps the shorebird_cli-deps group in /packages/shorebird_cli with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [archive](https://github.com/brendan-duncan/archive) | `3.6.1` | `4.0.2` |
| [build_runner](https://github.com/dart-lang/build) | `2.4.13` | `2.4.14` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.9.0` | `6.9.2` |
| [pubspec_parse](https://github.com/dart-lang/tools/tree/main/pkgs) | `1.3.0` | `1.4.0` |
| [stream_transform](https://github.com/dart-lang/tools/tree/main/pkgs) | `2.1.0` | `2.1.1` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.25.12` | `1.25.14` |
| [yaml](https://github.com/dart-lang/tools/tree/main/pkgs) | `3.1.2` | `3.1.3` |
| [yaml_edit](https://github.com/dart-lang/tools/tree/main/pkgs) | `2.2.1` | `2.2.2` |


Updates `archive` from 3.6.1 to 4.0.2
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@3.6.1...4.0.2)

Updates `build_runner` from 2.4.13 to 2.4.14
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.13...build_runner-v2.4.14)

Updates `json_serializable` from 6.9.0 to 6.9.2
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.9.0...json_serializable-v6.9.2)

Updates `pubspec_parse` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/pubspec_parse-v1.4.0/pkgs)

Updates `stream_transform` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/stream_transform-v2.1.1/pkgs)

Updates `test` from 1.25.12 to 1.25.14
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.14/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 `yaml_edit` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/yaml_edit-v2.2.2/pkgs)

---
updated-dependencies:
- dependency-name: archive
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: shorebird_cli-deps
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
- dependency-name: pubspec_parse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shorebird_cli-deps
- dependency-name: stream_transform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
- dependency-name: yaml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shorebird_cli-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/shorebird_cli/shorebird_cli-deps-6e300f130d branch from 1a31ded to b95c11c Compare January 3, 2025 17:16
@felangel felangel self-assigned this Jan 3, 2025
@felangel felangel enabled auto-merge (squash) January 3, 2025 18:42
@felangel felangel merged commit bcdf128 into main Jan 3, 2025
10 checks passed
@felangel felangel deleted the dependabot/pub/packages/shorebird_cli/shorebird_cli-deps-6e300f130d branch January 3, 2025 18:42
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

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.

2 participants