Skip to content

Commit

Permalink
Merge pull request #137 from Workiva/release_over_react_codemod_2.1.1
Browse files Browse the repository at this point in the history
RM-121124 Release over_react_codemod 2.1.1
  • Loading branch information
rmconsole4-wk authored Nov 30, 2021
2 parents 7061171 + 8189514 commit 540d3ac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- id: install
name: Install dependencies
run: pub get --no-precompile
run: dart pub get

- name: Validate dependencies
run: pub run dependency_validator -i dart_style,meta,over_react,pedantic
run: dart run dependency_validator
if: always() && steps.install.outcome == 'success'

- name: Validate formatting
Expand Down Expand Up @@ -58,13 +58,13 @@ jobs:

- id: install
name: Install dependencies
run: pub get --no-precompile
run: dart pub get --no-precompile

- name: Run tests
run: |
echo 'Running pub get in test fixtures beforehand to prevent concurrent `pub get`s in tests from failing'
(cd test/test_fixtures/over_react_project && pub get)
pub run test --exclude-tags=wsd --file-reporter json:reports/${{ matrix.sdk }}/test-results.json
(cd test/test_fixtures/over_react_project && dart pub get)
dart run test --exclude-tags=wsd --file-reporter json:reports/${{ matrix.sdk }}/test-results.json
- name: Upload Unit Test Results
uses: actions/upload-artifact@v2
Expand Down
14 changes: 14 additions & 0 deletions dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ignore:
- dart_style
- meta
- over_react
- pedantic
- dart_dev
- platform_detect
- react
- react_material_ui
- somewhere_else
- test_api
- web_skin
- web_skin_dart
- z_fake_package
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react_codemod
version: 2.1.0
version: 2.1.1
homepage: https://github.com/Workiva/over_react_codemod

description: >
Expand All @@ -19,7 +19,6 @@ dependencies:
logging: ^1.0.1
meta: ^1.7.0
path: ^1.8.0
prompts: ^2.0.0
pub_semver: ^2.0.0
source_span: ^1.8.1
yaml: ^3.1.0
Expand All @@ -30,7 +29,7 @@ dev_dependencies:
build_runner: ^2.1.1
build_test: ^2.1.3
dart_style: ^2.0.3
dependency_validator: ^3.1.0
dependency_validator: ^3.1.2
mockito: ^5.0.14
test: ^1.17.10
test_descriptor: ^2.0.0
Expand Down

0 comments on commit 540d3ac

Please sign in to comment.