Skip to content

Commit

Permalink
Bump chai from 3.5.0 to 4.2.0 in /Extensions/Versioning/VersionAndroi…
Browse files Browse the repository at this point in the history
…dManifest (#1653)

* Bump chai in /Extensions/Versioning/VersionAndroidManifest

Bumps [chai](https://github.com/chaijs/chai) from 3.5.0 to 5.1.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@3.5.0...v5.1.0)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Variou sversion fixes

* Fix incorrect versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Fennell <[email protected]>
  • Loading branch information
dependabot[bot] and rfennell authored Mar 16, 2024
1 parent ce6e9cd commit 1bad3a3
Show file tree
Hide file tree
Showing 16 changed files with 206 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Extensions/FileUtilities/XmlFileUpdateTask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "npm run clean && npm run lint && npm run transpile ",
"package": "npm prune -production && npm run copy",
"copy": "ncp ./node_modules ./task/node_modules && ncp ./dist/src ./task",
"clean": "rimraf ./dist/src && rimraf ./dist/test && rimraf ./task/*.js && rimraf ./task/*.js.map && rimraf ./task/node_modules",
"clean": "rimraf --glob ./dist/src && rimraf --glob ./dist/test && rimraf --glob ./task/*.js && rimraf --glob ./task/*.js.map && rimraf --glob ./task/node_modules",
"transpile": "tsc -p ./",
"lint": "tslint -c tslint.json src/*.ts test/*.ts",
"test": "npm run transpile && mocha ./dist/test/*.js --reporter mocha-junit-reporter --reporter-options mochaFile=./test-output/test-results.xml ",
Expand Down
163 changes: 96 additions & 67 deletions Extensions/Versioning/VersionAndroidManifest/package-lock.json

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

4 changes: 2 additions & 2 deletions Extensions/Versioning/VersionAndroidManifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "npm run clean && npm run lint && npm run transpile ",
"package": "npm prune -production && npm run copy",
"copy": "ncp ./node_modules ./task/node_modules && ncp ./dist/src ./task",
"clean": "rimraf ./dist/src && rimraf ./dist/test && rimraf ./task/*.js && rimraf ./task/*.js.map && rimraf ./task/node_modules",
"clean": "rimraf --glob ./dist/src && rimraf --glob ./dist/test && rimraf --glob ./task/*.js && rimraf --glob ./task/*.js.map && rimraf --glob ./task/node_modules",
"transpile": "tsc -p ./",
"lint": "tslint -c tslint.json src/*.ts test/*.ts",
"test": "mocha -r ts-node/register ./test/*.ts --reporter mocha-junit-reporter --reporter-options mochaFile=./test-output/test-results.xml ",
Expand All @@ -24,7 +24,7 @@
"@types/chai": "^4.1.7",
"@types/mocha": "^2.2.48",
"@types/node": "^17.0.13",
"chai": "^3.5.0",
"chai": "^4.2.0",
"fs-extra": "^11.2.0",
"mocha": "^9.2.2",
"mocha-junit-reporter": "^2.0.2",
Expand Down
38 changes: 10 additions & 28 deletions Extensions/Versioning/VersionAngularFileTask/package-lock.json

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

Loading

0 comments on commit 1bad3a3

Please sign in to comment.