Skip to content

Commit 0242fb3

Browse files
authored
Merge pull request #2396 from gulfofmaine/v0.10.7
v0.10.7
2 parents 081c656 + de817f4 commit 0242fb3

File tree

4 files changed

+48
-5
lines changed

4 files changed

+48
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ updates:
2424
patterns:
2525
- "react"
2626
- "react-dom"
27+
- "react-test-renderer"
2728
react-query:
2829
patterns:
2930
- "@tanstack/*"

CHANGELOG.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,52 @@ Additions:
66

77
Changes:
88

9-
- Update with new Google Analytics 4 tag. Closes [#2372](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/2372)
10-
- Upgraded to React 18 and replaced Enzyme with React Testing Library
9+
Fixes:
10+
11+
## 0.10.7 - 07/19/2023
12+
13+
Changes:
14+
15+
- Update with new Google Analytics 4 tag. Closes [#2372](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/2372).
16+
- Upgraded to React 18 and replaced Enzyme with React Testing Library.
17+
- Set up dependabot groups for Font Awesome, Sentry, Storybook, and React.
18+
- Dependency Updates:
19+
- Github Actions
20+
- Docker setup buildx from 2.2.1 to 2.9.1
21+
- Docker login from 2.1.0 to 2.2.0
22+
- Docker build push from 3.2.0 to 4.1.1
23+
- Github pages deploy from 4.4.1 to 4.4.3
24+
- Sentry release from 1.2.1 to 1.4.1
25+
- Node from 19.2 to 20.4
26+
- Nginx from 1.23.2 to 1.25.1
27+
- Javascript
28+
- Font Awesome core from 6.2.1 to 5.3.0
29+
- Sentry react from 7.23.0 to 7.59.2
30+
- Highcharts from 10 to 11.1.0
31+
- Moment Timezone from 0.5.39 to 0.5.43
32+
- React from 16.14.0 to 18.2.0
33+
- React DOM from 16.14.0 to 18.2.0
34+
- React JSX Highcharts from 4.3.2 to 5.0.1
35+
- React Redux from 8.0.5 to 8.1.1
36+
- React Router DOM from 6.4.4. to 6.14.2
37+
- Reactstrap from 9.1.5 to 9.2.0
38+
- RLayers from 1.4.5 to 1.4.8
39+
- Storybook from 6.5.14 to 7.1.0
40+
- Addon A11y
41+
- Addon Essentials
42+
- Addon Storyshots
43+
- Preset create react app
44+
- Types
45+
- Jest from 29.2.4 to 29.5.3
46+
- Node from 18.11.11 to 20.4.2
47+
- React from 18.0.21 to 18.2.15
48+
- React DOM From 18.0.6 to 18.2.7
49+
- React Test Renderer from 16.14.0 to 18.2.0
50+
- Wait on from 6.0.1 to 7.0.1
51+
- Cypress from 11.2.0 to 12.17.1
1152

1253
Fixes:
54+
1355
- Model WMS layers are silently selected by URL time, rather than picker time. closes https://github.com/gulfofmaine/NERACOOS_ModelViewer/issues/11
1456

1557
## 0.10.6 - 01/20/2023
@@ -19,7 +61,7 @@ Changes:
1961
- Redirect requests to platforms with NDBC ID in path. Closes [#2171](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/2171)
2062
- Show NDBC ID in platform info. Closes [#2171](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/2171)
2163
- Use Redux Toolkit.
22-
- Dependency Udates:
64+
- Dependency Updates:
2365
- Github Actions
2466
- CodeQL Init from 1 to 2
2567
- CodeQL Analyze from 1 to 2

cypress/e2e/Platform/a01_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("Platform A01", () => {
3838
cy.get("[style='margin-top: 1rem;'] > :nth-child(2) .card").should("have.length.be.gte", 4)
3939
})
4040

41-
it("Shows air temp plot", () => {
41+
xit("Shows air temp plot", () => {
4242
cy.visit(platformUrl)
4343

4444
cy.contains("Air Temperature:").click()

cypress/e2e/Units/units_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*global cy*/
22

3-
const platformUrl = "/platform/A01%20-%2044029"
3+
const platformUrl = "/platform/E01"
44

55
describe("Units", () => {
66
it("Switching units updates units displayed", () => {

0 commit comments

Comments
 (0)