Bump to Jasmine 5.1 and jasmine-suites 2.0.

Review Request #13202 — Created Aug. 11, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This change bumps our jasmine dependency up to 5.1. This also required
pulling in the new version of jasmine-suites, which fixes things up to
work with the changed jasmine APIs.

Try as I might I cannot get jasmine to bundle out of node_modules via
imports. We're therefore still bundling it in js-test-libs.

Ran js-tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Bump to Jasmine 5.1 and jasmine-suites 2.0.
This change bumps our jasmine dependency up to 5.1. This also required pulling in the new version of jasmine-suites, which fixes things up to work with the changed jasmine APIs. Try as I might I cannot get jasmine to bundle out of node_modules via imports. We're therefore still bundling it in js-test-libs. Testing Done: Ran js-tests.
f65e2ca7e1e0e72f4e4b169a50ff4af02afdb961 David Trowbridge
This diff has been split across 2 pages: 1 2 >
package-lock.json
rollup.config.js
reviewboard/dependencies.py
reviewboard/package.json
reviewboard/staticbundles.py
reviewboard/static/lib/css/jasmine-3.5.0.css
reviewboard/static/lib/css/jasmine-5.1.0.css
reviewboard/static/lib/js/js-test-libs/index.ts
reviewboard/static/lib/js/js-test-libs/jasmine-3.8.0.js
reviewboard/static/lib/js/js-test-libs/jasmine-boot-3.8.0.js
reviewboard/static/lib/js/js-test-libs/jasmine-boot0-5.1.0.js
reviewboard/static/lib/js/js-test-libs/jasmine-boot1-5.1.0.js
reviewboard/static/lib/js/js-test-libs/jasmine-html-3.8.0.js
reviewboard/static/lib/js/js-test-libs/jasmine.suites-1.0.js
reviewboard/static/rb/js/common/models/tests/commChannelModelTests.ts
reviewboard/static/rb/js/common/models/tests/extraDataModelTests.ts
reviewboard/static/rb/js/common/models/tests/userSessionModelTests.ts
reviewboard/static/rb/js/common/resources/collections/tests/resourceCollectionTests.ts
reviewboard/static/rb/js/common/resources/models/tests/baseResourceModelTests.ts
reviewboard/static/rb/js/common/resources/models/tests/draftReviewModelTests.ts
This diff has been split across 2 pages: 1 2 >
Loading...