Skip to content

Commit

Permalink
Rebase update dependencies (#2559)
Browse files Browse the repository at this point in the history
* fix rebase conflicts.

* remove unneeded eslint ignore in code.

* add new pnpm lock && format.

* add eslint exception to allow for use of generic function type without specified arguments. Relevant in the case of a generic sephamore.

* update pnpm-lock.

* fix export to csv error by downgrading package.

* rollback typescript version to match eslint/estree supported version.

* fix type error preventing docs from being generated.

* fix merge conflicts around package versions.

* downgrade export-to-csv to curcumvent breaking changes.

* fix rebase conflict.

* update build step node and pnpm versions to match dev environment.

* rollback i18next and it's siblings to fix compilation error.

* restore formating and linting on serve and build.

* change prettier config to no longer add comma at end of function arguments.

* fix footer bar.

* remove redundant imperative code using dom to change pannel height.

* format and tweak map info footer ordering and height.

* tweak map info footer bar.

* restore code for setting side pannel height.

* add a timeout to await the end of the mapinfo animation before resizing legend. This addresses a bug where the legend would resize to the wrong size.

* set zindex on map info to fix overlap with swipper.

* fix mapinfo z index bugs and add animation to legend pannel on mapinfo height change.
  • Loading branch information
PVautour authored Nov 5, 2024
1 parent 13a555b commit ef6ba9c
Show file tree
Hide file tree
Showing 44 changed files with 2,643 additions and 2,871 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:
contents: write

env:
NODE_VERSION: '20.11.0'
PNPM_VERSION: '8.15.0'
NODE_VERSION: '20.17.0'
PNPM_VERSION: '8.15.2'

jobs:
build:
Expand Down
Loading

0 comments on commit ef6ba9c

Please sign in to comment.