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

Extend analyzer range to 0.34 #1873

Merged
merged 3 commits into from
Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dev_dependencies:
analyzer: ">=0.30.0 <0.33.0"
analyzer: ">=0.30.0 <0.34.0"
path: ^1.4.2
test: ^1.3.3
provides_builder:
Expand Down
4 changes: 4 additions & 0 deletions bazel_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.3+1

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

# 0.3.3

- Support `package:build` `v1.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions bazel_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: _bazel_codegen
description: Bazel code generation runner
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/bazel_codegen
version: 0.3.3-dev
version: 0.3.3+1

environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: ">=0.31.2-alpha.1 <0.33.0"
analyzer: ">=0.31.2-alpha.1 <0.34.0"
args: ^1.4.1
bazel_worker: ^0.1.2
build: ">=0.12.7 <2.0.0"
Expand Down
4 changes: 4 additions & 0 deletions build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

## 1.0.0

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
version: 1.0.0
version: 1.0.1
description: A build system for Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/build
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: ">=0.27.1 <0.33.0"
analyzer: ">=0.27.1 <0.34.0"
async: ">=1.13.3 <3.0.0"
crypto: ">=0.9.2 <3.0.0"
logging: ^0.11.2
Expand Down
4 changes: 4 additions & 0 deletions build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

## 1.0.0

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_modules
version: 1.0.0
version: 1.0.1
description: Builders for Dart modules
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/build_modules
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: '>0.30.0 < 0.33.0'
analyzer: '>0.30.0 < 0.34.0'
async: '>=1.13.3 <3.0.0'
bazel_worker: ^0.1.4
build: '>=0.12.3 <2.0.0'
Expand Down
4 changes: 4 additions & 0 deletions build_resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2+6

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

## 0.2.2+5

- Increased the upper bound for the `build` to `<1.1.0`.
Expand Down
4 changes: 2 additions & 2 deletions build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_resolvers
version: 0.2.2+5
version: 0.2.2+6
description: Resolve Dart code in a Builder
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/build_resolvers
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: ">=0.27.1 <0.33.0"
analyzer: ">=0.27.1 <0.34.0"
build: ">=0.12.7 <1.1.0"
path: ^1.1.0

Expand Down
4 changes: 4 additions & 0 deletions build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.3+3

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

## 0.10.3+2

- Declare support for `package:build` version 1.0.0.
Expand Down
4 changes: 2 additions & 2 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 0.10.3+2
version: 0.10.3+3
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/build_test

Expand All @@ -25,7 +25,7 @@ dependencies:
watcher: ^0.9.7

dev_dependencies:
analyzer: ">=0.27.1 <0.33.0"
analyzer: ">=0.27.1 <0.34.0"
build_runner: ^1.0.0
build_vm_compilers: ^0.1.0
collection: ^1.14.0
4 changes: 4 additions & 0 deletions build_vm_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1+3

- Increased the upper bound for `package:analyzer` to '<0.34.0'.

## 0.1.1+2

Support `package:build_modules` version `1.x.x`.
Expand Down
4 changes: 2 additions & 2 deletions build_vm_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_vm_compilers
version: 0.1.1+2
version: 0.1.1+3
description: Builder implementations wrapping Dart VM compilers.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/build/tree/master/build_vm_compilers
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: ">=0.30.0 <0.33.0"
analyzer: ">=0.30.0 <0.34.0"
build: '>=0.12.0 <2.0.0'
build_modules: '>=0.4.0 <2.0.0'
path: ^1.6.0
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
analyzer: ">=0.30.0 <0.33.0"
analyzer: ">=0.30.0 <0.34.0"
archive: ">=1.0.13 <3.0.0"
bazel_worker: ^0.1.4
build: '>=0.12.8 <2.0.0'
Expand Down