Skip to content

Commit

Permalink
Bump archive from 3.6.1 to 4.0.1 in /build_web_compilers (#3776)
Browse files Browse the repository at this point in the history
* Bump archive from 3.6.1 to 4.0.1 in /build_web_compilers

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

---
updated-dependencies:
- dependency-name: archive
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* expand constraint, override version for testing

* update pubspec/changelog for build_web_compilers

* remove temporary package pinning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Macdonald <[email protected]>
  • Loading branch information
dependabot[bot] and jakemac53 authored Dec 11, 2024
1 parent 13d5037 commit fbdfb67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.0-wip

- Support package:archive version 4.x.

## 4.1.0-beta.3

- Support 3.7.0 pre-release sdks.
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_web_compilers
version: 4.1.0-beta.3
version: 4.1.0-wip
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
# This package can't be part of the workspace because it requires a very recent
Expand All @@ -11,7 +11,7 @@ environment:

dependencies:
analyzer: '>=5.1.0 <7.0.0'
archive: ^3.0.0
archive: '>=3.0.0 <5.0.0'
bazel_worker: ^1.0.0
build: ^2.0.0
build_config: ^1.0.0
Expand Down

0 comments on commit fbdfb67

Please sign in to comment.