Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 26.2.3-wip

- Bump `build_web_compilers` to ^4.4.1.

## 26.2.1

- Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available.
Expand Down
2 changes: 1 addition & 1 deletion dwds/debug_extension/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev_dependencies:
args: ^2.5.0
build: ^2.4.1
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
build_web_compilers: ^4.4.1
built_collection: ^5.1.1
built_value_generator: ^8.9.2
dwds: ^24.1.0
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 26.2.1
version: 26.2.3-wip

description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
Expand Down Expand Up @@ -49,7 +49,7 @@ dev_dependencies:
build_daemon: ^4.0.0
build_runner: ^2.4.1
build_version: ^2.1.1
build_web_compilers: ^4.0.8
build_web_compilers: ^4.4.1
built_value_generator: ^8.4.2
graphs: ^2.1.0
frontend_server_common:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:

dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_experiment/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test_circular1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test_circular2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
3 changes: 1 addition & 2 deletions fixtures/_test_dot_shorthands/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: 1.0.0
description: >-
A fake package used for testing dot shorthands.
publish_to: none

environment:
sdk: ^3.9.0

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test_hot_restart1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test_hot_restart2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_test_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
5 changes: 2 additions & 3 deletions fixtures/_test_parts/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: _test_parts
version: 1.0.0
description: >-
A fake package used for testing parts.
A fake package used for testing parts.
publish_to: none

environment:
sdk: ^3.2.0

Expand All @@ -13,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
2 changes: 1 addition & 1 deletion fixtures/_webdev_smoke/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:

dev_dependencies:
build_runner: ^2.5.0
build_web_compilers: ^4.0.4
build_web_compilers: ^4.4.1
1 change: 1 addition & 0 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.8.0-wip

- Bump minimum SDK constraint to 3.10.0
- Bump `build_web_compilers` to ^4.4.1.

## 3.7.2

Expand Down
6 changes: 3 additions & 3 deletions webdev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ To use `webdev` with a package, make sure you have entries in `pubspec.yaml`
similar to:

```yaml
...

---
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.4
...
build_web_compilers: ^4.4.1
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion webdev/lib/src/pubspec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Future<List<PackageExceptionDetails>> _validateBuildDaemonVersion(
}

final buildRunnerConstraint = VersionConstraint.parse('^2.4.0');
final buildWebCompilersConstraint = VersionConstraint.parse('^4.0.4');
final buildWebCompilersConstraint = VersionConstraint.parse('^4.4.1');

// Note the minimum versions should never be dev versions as users will not
// get them by default.
Expand Down
2 changes: 1 addition & 1 deletion webdev/test/integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dependencies:
}

const _supportedBuildRunnerVersion = '2.4.0';
const _supportedWebCompilersVersion = '4.0.4';
const _supportedWebCompilersVersion = '4.4.1';
const _supportedBuildDaemonVersion = '4.0.0';

String _pubspecYaml = '''
Expand Down
Loading