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

Release tku-v1.9 #288

Merged
merged 13 commits into from
Nov 20, 2023
Merged

Release tku-v1.9 #288

merged 13 commits into from
Nov 20, 2023

Conversation

SanttuA
Copy link

@SanttuA SanttuA commented Nov 20, 2023

Notable changes:

  • self hosted Google fonts
  • mass cancel reservations functionality for staff

SanttuA and others added 13 commits September 28, 2023 08:24
Changes:
- self hosted Google Open Sans 400 and 800 fonts
- removed use of outside hosted Opens Sans, Overpass and Noto Serif fonts
- brought over brand colors from `hel-bootsrap-3` package to avoid outside use of Noto Serif
Changes:
- removed routing param from urls because Service Map no longer supports it
- changed Service Map link texts to reflect its new intent to only show location instead of routing
- changed urls for different languages because url language routing has changed in Service Map
Reservation page field error list did not always show error list correctly. Changed reservation field value comparisons to use lodash isEqual to fix the issue.
* Bump postcss, autoprefixer, postcss-loader and resolve-url-loader

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer), [postcss-loader](https://github.com/webpack-contrib/postcss-loader) and [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader). These dependencies need to be updated together.


Updates `postcss` from 8.4.21 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.21...8.4.31)

Updates `autoprefixer` from 9.4.7 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@9.4.7...10.4.16)

Updates `postcss-loader` from 3.0.0 to 7.3.3
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v3.0.0...v7.3.3)

Updates `resolve-url-loader` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/bholloway/resolve-url-loader/releases)
- [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md)
- [Commits](https://github.com/bholloway/resolve-url-loader/commits/5.0.0/packages/resolve-url-loader)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: autoprefixer
  dependency-type: direct:production
- dependency-name: postcss-loader
  dependency-type: direct:production
- dependency-name: resolve-url-loader
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fixed postcss-loader breaking options changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SanttuA <[email protected]>
This env setting controls production http cache max age. Default value is '30d' when setting is not given. Max age can be given in many units like seconds(s), minutes(m), hours(h) and days(d).
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.4.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…bel/traverse-7.23.2

Bump @babel/traverse from 7.4.5 to 7.23.2
Changes:
- added a mass cancel form modal
- added mass cancel modal to manage reservations page which is triggered by a button
- changed manage reservations page select input to handle required status and error reporting
Bumps [crypto-js](https://github.com/brix/crypto-js) to 4.2.0 and updates ancestor dependency [oidc-client](https://github.com/IdentityModel/oidc-client-js). These dependencies need to be updated together.


Updates `crypto-js` from 3.3.0 to 4.2.0
- [Commits](brix/crypto-js@3.3.0...4.2.0)

Updates `oidc-client` from 1.9.1 to 1.11.5
- [Release notes](https://github.com/IdentityModel/oidc-client-js/releases)
- [Changelog](https://github.com/IdentityModel/oidc-client-js/blob/dev/GitReleaseManager.yaml)
- [Commits](IdentityModel/oidc-client-js@1.9.1...1.11.5)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: indirect
- dependency-name: oidc-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…ypto-js-and-oidc-client-4.2.0

Bump crypto-js and oidc-client
When only one reservation is listed in manage reservations page, the dropdown actions for the reservation could be hidden by the footer. This fix increases reservation list margin so that all the dropdown actions fit in view.
@SanttuA SanttuA requested a review from ezkat November 20, 2023 12:02
@SanttuA SanttuA merged commit d2aba8b into production Nov 20, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants