Skip to content

Commit

Permalink
Merge pull request #444 from epimorphics/spike/local-dependabot-checks
Browse files Browse the repository at this point in the history
Bump the npm_and_yarn group with updates
  • Loading branch information
jonrandahl authored Sep 5, 2024
2 parents dbc13a1 + 351f7d6 commit bd82e47
Show file tree
Hide file tree
Showing 3 changed files with 1,769 additions and 1,056 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## 1.7.5 - 2024-09

- (Jon) Actioned all of the outstanding updates contained within the dependabot
#443 PR as well as all updates implemented via yarn upgrade-interactive thus
bringing the application to the highest level of update available at this time
[GHD-443](https://github.com/epimorphics/ukhpi/pull/443)
- (Jon) Swapped the `action_dispatch` subscriber for `action_controller` to
allow the `memory_used_mb` and `process_threads` metrics to report correctly
(Dan) Updates the property table ui so the label is clickable
- (Dan) Replaces the buttons for checkboxes on the property tables [GH-431](https://github.com/epimorphics/ukhpi/issues/431)
- (Dan) Replaces the buttons for checkboxes on the property tables
[GH-431](https://github.com/epimorphics/ukhpi/issues/431)
- (Jon) Exposed `instrument_internal_error(exception)` metric to the
`ExceptionsController` to provide a count of internal errors
[GH-142](https://github.com/epimorphics/hmlr-linked-data/issues/142)
Expand Down Expand Up @@ -39,13 +44,16 @@
[GH-412](https://github.com/epimorphics/ukhpi/issues/412)
- (Bogdan) Fixed type in aria-label text
[GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Dan) Adds message for screenreaders for guidance on how to use tables [Gh-405](https://github.com/epimorphics/ukhpi/issues/405)
- (Dan) Fixed aria-label in compare locations form [GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Dan) Adds message for screenreaders for guidance on how to use tables
[Gh-405](https://github.com/epimorphics/ukhpi/issues/405)
- (Dan) Fixed aria-label in compare locations form
[GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Dan) Adds `aria-label` link attributes on the about page to SPARQL link
[GH-413](https://github.com/epimorphics/ukhpi/issues/413)
- (Bogdan) Fixed a bug where CSS was being applied to the wrong element
[GH-412](https://github.com/epimorphics/ukhpi/issues/412)
- (Bogdan) Fixed type in aria-label text [GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Bogdan) Fixed type in aria-label text
[GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Bogdan) Fixed a duplicate character bug when selecting dates
- (Bogdan) Added page titles for each individual view
[GH-409](https://github.com/epimorphics/ukhpi/issues/409)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ukhpi",
"version": "1.6.1",
"description": "UKHPI build support",
"description": "UK House Price Index - A search tool to find house price trends in the UK ~ Please view the latest version cadence found in the app/lib/version.rb file",
"main": "index.js",
"directories": {
"test": "test"
Expand All @@ -11,7 +10,7 @@
"@rails/webpacker": "^5.4.4",
"@sentry/browser": "^6.19.3",
"@sentry/integrations": "^6.19.3",
"axios": "^0.26.1",
"axios": "^0.28.0",
"core-js": "^3.2.1",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.8",
Expand Down Expand Up @@ -41,11 +40,12 @@
"vue-i18n": "^8.20.0",
"vue-loader": "^15.7.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.6.10",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.0.1",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-standard": "^14.1.0",
Expand Down
Loading

0 comments on commit bd82e47

Please sign in to comment.