Skip to content

Commit

Permalink
Remove temporary w_common dependency overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Jun 24, 2019
1 parent 6e427d3 commit f564b47
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 297 deletions.
9 changes: 1 addition & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
meta: ^1.0.0
resource: '>=1.0.0 <3.0.0'
uuid: '>=0.5.0 <2.0.0'
w_common: ^1.18.1
w_common: ^1.19.0
yaml: ^2.1.0

dev_dependencies:
Expand All @@ -38,10 +38,3 @@ transformers:
- test/pub_serve:
$include: test/**_test{.*,}.dart

# TODO: Remove the dependency overrides in test_fixtures/**/pubspec.yaml, and also the consumer package test fixture file generation script when this is removed.
dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint

7 changes: 0 additions & 7 deletions test/utils/sass_task_test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..
dependency_overrides:
# TODO: Remove this
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
''');
}

Expand Down
6 changes: 0 additions & 6 deletions test_fixtures/analyze/errors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/analyze/hints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/analyze/lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/analyze/no_issues/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/analyze/strong/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/analyze/warnings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/copy_license/has_licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/copy_license/no_license_file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/copy_license/no_licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/browser/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: "^0.12.0"

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/browser_needs_pub_serve/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ transformers:
# Add a custom transformer that makes the test pass.
- coverage_browser_needs_pub_serve:
$include: lib/coverage_browser.dart

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/failing_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: "^0.12.0"

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ dev_dependencies:
webdriver: '^1.0.0'
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/no_coverage_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/non_test_file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: "^0.12.0"

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/coverage/vm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: "^0.12.0"

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/dart_x_only/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ private: true
dev_dependencies:
dart_dev:
path: ../../

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/export_config/with_format_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/export_config/with_no_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/changes_needed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
dart_style: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/exclusions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
dart_style: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/inclusions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
dart_style: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/inclusions_deprecated/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
dart_style: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/no_changes_needed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
dart_style: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/format/no_dart_style/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/gen_test_runner/browser_and_vm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/gen_test_runner/check_fail/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/gen_test_runner/check_pass/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/gen_test_runner/default_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ dev_dependencies:
dart_dev:
path: ../../..
test: any

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/init/initialized/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/init/uninitialized/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/local/follow_symlinks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/local/good_tasks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
6 changes: 0 additions & 6 deletions test_fixtures/local/no_executable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ version: 0.0.0
dev_dependencies:
dart_dev:
path: ../../..

dependency_overrides:
w_common:
git:
url: https://github.com/workiva/w_common.git
ref: dedicated-sass-entrypoint
Loading

0 comments on commit f564b47

Please sign in to comment.