Skip to content

Commit

Permalink
Merge pull request #8250 from ilios/dependabot/npm_and_yarn/eslint-pl…
Browse files Browse the repository at this point in the history
…ugin-yml-1.16.0

Bump eslint-plugin-yml from 1.15.0 to 1.16.0
  • Loading branch information
stopfstedt authored Dec 2, 2024
2 parents 5effed5 + fe9e1c1 commit d09d5bd
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 21 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonarqube.ucsf.edu
with:
# https://community.sonarsource.com/t/xml-file-extension-is-binded-to-multiple-language/41745/4
args: >
-Dsonar.projectKey=ilios_frontend_27a24e39-b0ec-405a-91a6-b6392ffcdd30
# https://community.sonarsource.com/t/xml-file-extension-is-binded-to-multiple-language/41745/4
-Dsonar.lang.patterns.mule=- sonar.excludePlugins=mule
-Dsonar.lang.patterns.mule=-
-Dsonar.excludePlugins=mule
upload-coverage:
name: Upload Coverage
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.16.0",
"file-saver": "^2.0.5",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ilios-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.16.0",
"loader.js": "^4.7.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-course-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.16.0",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.16.0",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
"postcss-scss": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-yml": "^1.16.0",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
"luxon": ">= 3.5.0",
Expand Down
39 changes: 25 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit d09d5bd

Please sign in to comment.