Skip to content

Commit fbdfb67

Browse files
Bump archive from 3.6.1 to 4.0.1 in /build_web_compilers (#3776)
* 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]>
1 parent 13d5037 commit fbdfb67

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_web_compilers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0-wip
2+
3+
- Support package:archive version 4.x.
4+
15
## 4.1.0-beta.3
26

37
- Support 3.7.0 pre-release sdks.

build_web_compilers/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_web_compilers
2-
version: 4.1.0-beta.3
2+
version: 4.1.0-wip
33
description: Builder implementations wrapping the dart2js and DDC compilers.
44
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
55
# This package can't be part of the workspace because it requires a very recent
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
analyzer: '>=5.1.0 <7.0.0'
14-
archive: ^3.0.0
14+
archive: '>=3.0.0 <5.0.0'
1515
bazel_worker: ^1.0.0
1616
build: ^2.0.0
1717
build_config: ^1.0.0

0 commit comments

Comments
 (0)