Skip to content

Commit

Permalink
Version bumps, including vitest 1.1.2
Browse files Browse the repository at this point in the history
vitest 1.1.2 includes vitest-dev/vitest#4692, fixing
vitest-dev/vitest#4686. Now the `base` config property no lonber needs
the `process.env.VITEST` check, and the tests still pass when running
under the browser.

Also added a "Copyright" section to README.md and updated the "Open
Source License" section slightly as well.

All version bumps:

- @stylistic/eslint-plugin-js: v1.5.3
- @vitest/browser: v1.1.2
- @vitest/coverage-istanbul: v1.1.2
- @vitest/coverage-v8: v1.1.2
- @vitest/ui: v1.1.2
- eslint-plugin-jsdoc: v46.10.1
- jsdoc-cli-wrapper: v1.0.4
- vitest: v1.1.2
  • Loading branch information
mbland committed Jan 4, 2024
1 parent 7b9b24b commit 2631fc6
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 274 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ FWIW, [Windows Subsystem for Linux 2 also requires nested
virtualization][wsl2-nesting]. WSL 1 will work fine, but it appears [prospects
to run Docker in WSL 1 are rather dim][wsl1-docker].

## Open Source License

This software is made available as [Open Source software][] under the [Mozilla
Public License 2.0][]. For the text of the license, see the
[LICENSE.txt](LICENSE.txt) file.

## Development environment setup

### Install the Java Development Kit
Expand Down Expand Up @@ -795,6 +789,17 @@ Coming soon...

- [Building a web application with Gradle](https://openliberty.io/guides/gradle-intro.html)

## Copyright

&copy; 2023 Mike Bland &lt;<mbland@acm.org>&gt; (<https://mike-bland.com/>)

## Open Source License

This software is made available as [Open Source software][] under the [Mozilla
Public License 2.0][]. For the text of the license, see the
[LICENSE.txt](LICENSE.txt) file. See the [MPL 2.0 FAQ][mpl-faq] for a
higher level explanation.

[coveralls-tste]: https://coveralls.io/github/mbland/tomcat-servlet-testing-example?branch=main
[String Calculator kata]: https://osherove.com/tdd-kata-1
[Test Pyramid]: https://mike-bland.com/2023/08/31/the-test-pyramid-and-the-chain-reaction.html
Expand All @@ -814,8 +819,6 @@ Coming soon...
[no-vm-nesting]: https://kb.parallels.com/en/128914
[wsl2-nesting]: https://support.microsoft.com/windows/options-for-using-windows-11-with-mac-computers-with-apple-m1-and-m2-chips-cd15fd62-9b34-4b78-b0bc-121baa3c568c
[wsl1-docker]: https://stackoverflow.com/a/72398035
[Open Source software]: https://opensource.org/osd-annotated
[Mozilla Public License 2.0]: https://www.mozilla.org/MPL/
[jdk-21]: https://docs.oracle.com/en/java/javase/21/docs/api/index.html
[Eclipse Temurin&trade; Latest Releases]: https://adoptium.net/temurin/releases/
[SDKMAN!]: https://sdkman.io
Expand Down Expand Up @@ -879,3 +882,6 @@ Coming soon...
[GitHub Actions marketplace]: https://github.com/marketplace?type=actions
[JaCoCo related GitHub Actions plugins]: https://github.com/marketplace?category=&type=actions&verification=&query=jacoco
[Selenium: Design patterns and development strategies]: https://www.selenium.dev/documentation/test_practices/design_strategies/
[Open Source software]: https://opensource.org/osd-annotated
[Mozilla Public License 2.0]: https://www.mozilla.org/MPL/
[mpl-faq]: https://www.mozilla.org/MPL/2.0/FAQ/
16 changes: 8 additions & 8 deletions strcalc/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@stylistic/eslint-plugin-js": "^1.5.1",
"@vitest/browser": "^1.1.0",
"@vitest/coverage-istanbul": "^1.1.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"@stylistic/eslint-plugin-js": "^1.5.3",
"@vitest/browser": "^1.1.2",
"@vitest/coverage-istanbul": "^1.1.2",
"@vitest/coverage-v8": "^1.1.2",
"@vitest/ui": "^1.1.2",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-vitest": "^0.3.20",
"handlebars": "^4.7.8",
"jsdoc-cli-wrapper": "^1.0.0",
"jsdoc-cli-wrapper": "^1.0.4",
"jsdom": "^23.0.1",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vitest": "^1.1.2",
"webdriverio": "^8.27.0"
}
}

0 comments on commit 2631fc6

Please sign in to comment.