Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Update pubspecs for dart2.0 and angular 5 stable
Browse files Browse the repository at this point in the history
Closes #1544

PiperOrigin-RevId: 207623265
  • Loading branch information
alorenzen committed Aug 6, 2018
1 parent d744dc4 commit 7973f7a
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,8 @@
# $ pub run dev:travis
language: dart

# We currently are building against the Dart2 SDK.
dart:
- dev
- stable

# Gives more resources on Travis (8GB Ram, 2CPUs).
# Do not remove without verifying w/ Travis.
Expand Down Expand Up @@ -48,6 +47,7 @@ jobs:
# See https://github.com/dart-lang/angular/issues/1114.
allow_failures:
- env: PKG="examples/github_issues"
- env: PKG="examples/hacker_news_pwa"
- env: PKG="examples/registration_form"

include:
Expand Down
2 changes: 1 addition & 1 deletion _benchmarks/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: _benchmarks
author: Dart Team <web@dartlang.org>
description: Benchmarks for AngularDart.
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
6 changes: 3 additions & 3 deletions _goldens/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: _goldens
author: Dart Team <web@dartlang.org>
description: Goldens for AngularDart.
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand All @@ -16,8 +16,8 @@ dev_dependencies:
build_runner: ^0.10.0
build_test: ^0.10.2+5
dart_style: ^1.0.9
meta: ^1.1.0
path: ^1.5.1
meta: ^1.1.4
path: ^1.6.1
test: ^1.3.0

# DO NOT REMOVE. We don't publish this package, it is just for testing.
Expand Down
6 changes: 3 additions & 3 deletions _tests/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: _tests
author: Dart Team <web@dartlang.org>
description: Tests for AngularDart.
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand All @@ -12,7 +12,7 @@ dependencies:
# Actual valid dependencies required.
build_resolvers: ^0.2.0+1
collection: ^1.14.5
meta: ^1.1.2
meta: ^1.1.4
test: ^1.3.0

dev_dependencies:
Expand All @@ -24,7 +24,7 @@ dev_dependencies:
build_runner: ^0.10.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
mockito: '>=0.11.0 <=3.0.0-beta+3'
mockito: ^3.0.0
source_span: ^1.4.0

# DO NOT REMOVE. We don't publish this package, it is just for testing.
Expand Down
9 changes: 0 additions & 9 deletions angular/README.md
Expand Up @@ -15,15 +15,6 @@ It's built on [Dart][dart_web] and used extensively by Google
[AdWords][ad_words], [AdSense][ad_sense], [Fiber][fiber],
and many more projects.

> **NOTE**: The current _stable_ release of AngularDart is 4.0.0, while the
> currently in development release is 5.0.0-alpha. We consider the 5.0.0-alpha
> branch to be _production ready_, but the API and features may not yet be
> final.
>
> You can view the documentation for the [upcoming 5.0.0 release][new_docs].
[new_docs]: https://webdev.dartlang.org/

<a href="http://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html">
<img src="https://2.bp.blogspot.com/-T50YZP5hlW4/Vv07k1PPVmI/AAAAAAAAM_Q/kVo8eImMOFUWLYqXg_xGzaWPvvlO7lhng/s0/adwords-dart.png" width="800" alt="Built with AngularDart">
</a>
Expand Down
8 changes: 4 additions & 4 deletions angular/pubspec.yaml
@@ -1,11 +1,11 @@
name: angular
version: 5.0.0-beta+3
version: 5.0.0
author: Dart Team <web@dartlang.org>
description: Fast and productive web framework
homepage: https://webdev.dartlang.org/angular
documentation: https://webdev.dartlang.org/angular/api
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# Runtime (or runtime *and* the compiler).
Expand All @@ -20,8 +20,8 @@ dependencies:
analyzer: '>=0.32.4 <0.33.0'

# It is extremely important these two dependencies stay pinned to current.
angular_ast: 0.5.5
angular_compiler: 0.4.0-alpha+19
angular_ast: 0.5.6
angular_compiler: 0.4.0
##########################################################################

build: ^0.12.7
Expand Down
4 changes: 2 additions & 2 deletions angular/tools/analyzer_plugin/pubspec.yaml
Expand Up @@ -2,6 +2,6 @@ name: analyzed_angular_plugin_loader
version: 0.0.0
description: This pubspec determines the version of the analyzer plugin to load
environment:
sdk: '>=2.0.0-dev.3.0 <2.0.0'
sdk: '>=2.0.0-dev.69.5 <3.0.0'
dependencies:
angular_analyzer_plugin: '^0.0.10'
angular_analyzer_plugin: '^0.0.17'
4 changes: 4 additions & 0 deletions angular_ast/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.5.6

* Maintence release to support `dart 2.0 stable`.

## 0.5.5

* Maintenance release for `-dev.68`.
Expand Down
10 changes: 5 additions & 5 deletions angular_ast/pubspec.yaml
Expand Up @@ -2,21 +2,21 @@ name: angular_ast
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Parser and utilities for AngularDart templates
version: 0.5.5
version: 0.5.6

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
analyzer: '>=0.31.0+1 <0.33.0'
analyzer: '>=0.32.4 <0.33.0'
charcode: ^1.1.0
collection: ^1.14.5
string_scanner: ^1.0.1
meta: ^1.1.2
meta: ^1.1.4
source_span: ^1.4.0

dev_dependencies:
build_runner: ^0.10.0
build_test: ^0.10.2+5
path: ^1.5.1
path: ^1.6.1
test: ^1.3.0
12 changes: 6 additions & 6 deletions angular_compiler/pubspec.yaml
Expand Up @@ -2,21 +2,21 @@ name: angular_compiler
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Compiler for AngularDart.
version: 0.4.0-alpha+19
version: 0.4.0

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
analyzer: '>=0.32.4 <0.33.0'
args: ^1.3.0
build: ^0.12.0+2
build: ^0.12.7
code_builder: ^3.0.1
collection: ^1.8.0
collection: ^1.14.5
dart_style: ^1.0.9
logging: '>=0.9.0 <0.12.0'
meta: ^1.1.2
path: ^1.5.1
meta: ^1.1.4
path: ^1.6.1
source_gen: ">=0.8.0 <0.10.0"
source_span: ^1.4.0
stack_trace: ^1.9.1
Expand Down
8 changes: 4 additions & 4 deletions angular_forms/pubspec.yaml
Expand Up @@ -2,17 +2,17 @@ name: angular_forms
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 2.0.0-beta+3
version: 2.0.0

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
angular: ^5.0.0-beta+3
angular: ^5.0.0
meta: ^1.1.4

dev_dependencies:
angular_test: ^2.0.0-beta+3
angular_test: ^2.0.0
build_runner: ^0.10.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
Expand Down
10 changes: 5 additions & 5 deletions angular_router/pubspec.yaml
Expand Up @@ -2,20 +2,20 @@ name: angular_router
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Router for AngularDart.
version: 2.0.0-alpha+18
version: 2.0.0-alpha+19

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
angular: ^5.0.0-beta+3
angular: ^5.0.0
collection: ^1.14.5
js: ^0.6.0
meta: ^1.1.2
meta: ^1.1.4

dev_dependencies:
async: ^2.0.3
angular_test: ^2.0.0-beta+3
angular_test: ^2.0.0
build_runner: ^0.10.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
Expand Down
8 changes: 4 additions & 4 deletions angular_test/pubspec.yaml
Expand Up @@ -2,14 +2,14 @@ name: angular_test
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Testing runner and library for AngularDart
version: 2.0.0-beta+3
version: 2.0.0

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
angular: ^5.0.0-beta+3
meta: ^1.1.2
angular: ^5.0.0
meta: ^1.1.4

dev_dependencies:
build_runner: ^0.10.0
Expand Down
2 changes: 1 addition & 1 deletion dev/bin/pubspec.dart
Expand Up @@ -8,7 +8,7 @@ import 'package:dev/find.dart';
/// What Dart SDK version to require for all pub packages.
///
/// This allows us to (more) safely use new language/library features.
const useSdkRange = '>=2.0.0-dev.68.0 <3.0.0';
const useSdkRange = '>=2.0.0-dev.69.5 <3.0.0';

void main(List<String> args) {
final dryRun = isDryRun(args);
Expand Down
8 changes: 4 additions & 4 deletions dev/pubspec.yaml
Expand Up @@ -2,18 +2,18 @@
name: dev

environment:
sdk: ">=2.0.0-dev.64.2 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
args: ^1.4.1
glob: ^1.1.5
meta: ^1.1.2
path: ^1.5.1
meta: ^1.1.4
path: ^1.6.1
pub_semver: ^1.3.2
yaml: ^2.1.13

dev_dependencies:
test: ">0.12.32+1 <2.0.0"
test: ^1.3.0
test_descriptor: ^1.0.3

executables:
Expand Down
4 changes: 2 additions & 2 deletions dev/tool/travis/prefix.yaml
Expand Up @@ -4,9 +4,8 @@
# $ pub run dev:travis
language: dart

# We currently are building against the Dart2 SDK.
dart:
- dev
- stable

# Gives more resources on Travis (8GB Ram, 2CPUs).
# Do not remove without verifying w/ Travis.
Expand Down Expand Up @@ -48,6 +47,7 @@ jobs:
# See https://github.com/dart-lang/angular/issues/1114.
allow_failures:
- env: PKG="examples/github_issues"
- env: PKG="examples/hacker_news_pwa"
- env: PKG="examples/registration_form"

include:
Expand Down
2 changes: 1 addition & 1 deletion examples/github_issues/pubspec.yaml
@@ -1,7 +1,7 @@
name: examples.github_issues

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
angular_components: ^0.9.0-beta+2
Expand Down
2 changes: 1 addition & 1 deletion examples/hacker_news_pwa/pubspec.yaml
@@ -1,7 +1,7 @@
name: examples.hacker_news_pwa

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/pubspec.yaml
@@ -1,7 +1,7 @@
name: examples.hello_world

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down
2 changes: 1 addition & 1 deletion examples/registration_form/pubspec.yaml
@@ -1,7 +1,7 @@
name: examples.registration_form

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.0.0-dev.69.5 <3.0.0"

dependencies:
# No strict dependencies, we always use dependency_overrides.
Expand Down

0 comments on commit 7973f7a

Please sign in to comment.