Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core-js from 2.6.11 to 3.31.1 #462

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flood-app",
"version": "6.7.2",
"version": "6.7.3",
"description": "Flood risk app",
"main": "index.js",
"repository": "github:defra/flood-app",
Expand Down Expand Up @@ -51,7 +51,7 @@
"assert": "^2.0.0",
"babel-loader": "^8.2.3",
"body-scroll-lock": "^3.1.5",
"core-js": "2.6.11",
"core-js": "3.31.1",
"d3": "^7.2.0",
"datatables.net-buttons": "^2.1.1",
"datatables.net-buttons-dt": "^2.1.1",
Expand Down
20 changes: 20 additions & 0 deletions release-docs/CFF-6.7.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Check for flooding 6.7.2 (DB 4.6.0) Thursday 27th July 2023

# Release

6.7.2/4.6.0

Apply Liquibase changeset 4.6.0 to remove ffoi_station rows for station 8048

# Tickets

https://eaflood.atlassian.net/browse/FSR-978 - Fix for broken station page after forecast was removed

# Instructions

1 - Execute: LFW_{STAGE}_02_UPDATE_DATABASE
2 - Execute: LFW_{STAGE}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE

Note: the app/service deploy is to deploy this release note only. There are no other changes.

Execute smoke tests and forward results
Loading