Skip to content

Commit 715f9e8

Browse files
committed
v1.0.1
Also wait before current conditions tests
1 parent c0d6730 commit 715f9e8

File tree

6 files changed

+77
-2
lines changed

6 files changed

+77
-2
lines changed

.github/ISSUE_TEMPLATE/release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ""
1010
- [ ] Work on `main`
1111
- [ ] Bump version in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/blob/main/package.json
1212
- [ ] Build and test locally
13-
- [ ] Jest `make test-frontend`
13+
- [ ] Jest `make test`
1414
- [ ] Playwright `npm run test:e2e:ui`
1515
- [ ] Update Changelog https://github.com/gulfofmaine/Neracoos-1-Buoy-App/blob/main/CHANGELOG.md ([compare to previous release (update this url once loaded)](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/compare/v0.1.1/...main)
1616
- [ ] Create commit with name in the format of `v{major}.{minor}.{patch}`

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,75 @@ Changes:
88

99
Fixes:
1010

11+
Dependency updates:
12+
13+
## 1.0.1 - 9/27/2024
14+
15+
Additions:
16+
17+
- Performace testing with Playwright [#3107](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3107) to try to get a handle on slow loading [#3083](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/3083)
18+
19+
Changes:
20+
21+
- Added accessibility helper to Highcharts [#3130](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3130)
22+
23+
Fixes:
24+
25+
- Get source maps to be uploaded to Sentry again, to make it more reasonable to debug errors [#3117](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3117)
26+
- Show an error when a global (500 level) error occurs [#3117](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3117)
27+
- Remove old OpenLayers CSS links [#3141](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3141)
28+
- Adjust queryClient init so that `useState` doesn't cause failures with Suspense [#3138](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3138)
29+
- Disable SSR rendering for Redux store to avoid session storage issues [#3116](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3116)
30+
- Move redux provider to use `useRef` pattern [#3136](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3136)
31+
- Fix critical build dependency error thrown from web-worker [#3126](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3126)
32+
- Update container memory requests (which were set in Create React App era and starving it) [#3108](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3108)
33+
- Test wind speed in knots correctly [#3074](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3074)
34+
- Skipping M01 tests while it's not functioning
35+
- added wait till current conditions tests aren't fetching data before counting cards displayed
36+
- Removed `yarn.lock` to prevent some confusion
37+
38+
Dependency updates:
39+
40+
- Docker build push action from 6.5.0 to 6.7.0
41+
- Prettier pre-commit hook from 3.0.3 to 3.3.3
42+
- Node from 22.5.1 to 22.9.0
43+
- Redux toolkit from 1.9.7 to 2.2.7
44+
- Sentry Next JS from 7.114.0 to 8.32.0
45+
- Spotlight from 2.3.1 to 2.4.1
46+
- Tanstack React Query and devtools from 5.51.23 to 5.58.0
47+
- Turf from 6.5.0 to 7.1.0
48+
- Bbox polygon
49+
- Boolean contains
50+
- Helpers
51+
- Highcharts from 11.4.6 to 11.4.8
52+
- Next from 14.2.5 to 14.2.13
53+
- OpenLayers from 10.0.0 to 10.2.1
54+
- React Redux from 8.1.3 to 9.1.2
55+
- React Slect from 5.8.0 to 5.8.1
56+
- RLayers from 3.1.0 to 3.2.0
57+
- Sass from 1.77.8 to 1.9.3
58+
- Sharp from 0.33.4 to 0.33.5
59+
- Github Actions reporter from 1.9.0 to 1.9.2
60+
- Eslint plugin next from 14.2.5 to 14.2.13
61+
- Playwright from 1.46.0 to 1.47.2
62+
- Storybook from 8.2.9 to 8.3.3
63+
- Addon a11y
64+
- Addon essentials
65+
- Addon interactions
66+
- Addon links
67+
- Addon onboarding
68+
- Blocks
69+
- Next JS
70+
- Test
71+
- React testing libray from 16.0.0 to 16.0.1
72+
- Types
73+
- Node from 22.2.0 to 22.7.3
74+
- React from 18.3.3 to 18.3.9
75+
- Eslint config next from 14.2.5 to 14.2.3
76+
- Eslint plugin storybook from 0.8.0 to 0.9.0
77+
- Typescript from 5.5.4 to 5.6.2
78+
- Wait on from 7.2.0 to 8.0.1
79+
1180
## 1.0.0 - 8/14/24
1281

1382
Additions:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "src",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"homepage": "http://mariners.neracoos.org/",
66
"dependencies": {

tests/e2e/Platform/44007.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ test.describe("Platfrom 44007", () => {
2626
await expect(page.getByText(/Latest Conditions/).first()).toBeVisible()
2727
await expect(page.getByText(/Winds -/).first()).toBeVisible()
2828

29+
await expect(page.getByText("Loading data").first()).toBeHidden()
30+
2931
const cards = await page.locator(".card")
3032
await expect(await cards.count()).toBeGreaterThan(3)
3133
})

tests/e2e/Platform/a01.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ test.describe("Platform A01", () => {
3131
await expect(page.getByText(/Latest Conditions/).first()).toBeVisible()
3232
await expect(page.getByText(/Air Temperature -/).first()).toBeVisible()
3333

34+
await expect(page.getByText("Loading data").first()).toBeHidden()
35+
3436
const cards = await page.locator(".card")
3537
await expect(await cards.count()).toBeGreaterThan(4)
3638
})

tests/e2e/Platform/m01.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ test.describe.skip("Platfrom M01", () => {
2929
await expect(page.getByText(/Latest Conditions/).first()).toBeVisible()
3030
await expect(page.getByText(/Air Temperature -/).first()).toBeVisible()
3131

32+
await expect(page.getByText("Loading data").first()).toBeHidden()
33+
3234
const cards = await page.locator(".card")
3335
await expect(await cards.count()).toBeGreaterThan(3)
3436
})

0 commit comments

Comments
 (0)