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

raise min. Node version to 16, upgrade some dev dependencies #4607

Merged
merged 38 commits into from
Sep 22, 2022

Commits on Sep 8, 2022

  1. chore: fix varely service texts

    Joona Ojapalo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    86f7b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c23f52 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge pull request #4631 from HSLdevcom/DT-5508

    DT-5508 configure Kajaani into waltti opas
    optionsome authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f7c512c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. fix: yks. linjan tietojen määränpään korjaus DT-5155

    Topi Koivunen authored and Topi Koivunen committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e6707af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4630 from HSLdevcom/DT-5399_tweaks

    Fx varely service texts
    vesameskanen authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    53bd4e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bad103 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4634 from HSLdevcom/fix-map-queries

    fix: use url param instead of header for map subscription key
    vesameskanen authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    6d99bcf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    c3e2d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d5eb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4635 from HSLdevcom/DT-5515

    fix: yks. linjan tietojen määränpään korjaus DT-5155
    vesameskanen authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a94a6c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    4d058e0 View commit details
    Browse the repository at this point in the history
  2. chore: touch readme

    vesameskanen authored and derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e36e622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a7af59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9414bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b476831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e4f121 View commit details
    Browse the repository at this point in the history
  7. chore: upgrade to webpack 4

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6d8cdc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dd5ae1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f8c64a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a928cc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56a148a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5559bbf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    66fcfaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70e940c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cb1a7d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    23d212d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6b228ab View commit details
    Browse the repository at this point in the history
  18. adapt browserslist: include last 2 versions, exclude dead, turn off B…

    …abel loose config
    
    > If you want to change the default set of browsers, we recommend combining `last 2 versions`, `not dead` with a usage number like `> 0.2%`. This is because `last n versions` on its own does not add popular old versions, while only using a percentage above 0.2% will in the long run make popular browsers even more popular. We might run into a monopoly and stagnation situation, as we had with Internet Explorer 6. Please use this setting with caution.
    
    https://github.com/browserslist/browserslist/blob/2f4771f99b2bd41816d6e76f5a57b66d62a89ebb/README.md#best-practices
    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bd4fd1a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7890c54 View commit details
    Browse the repository at this point in the history
  20. Node 16+ 💥

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ddc96f3 View commit details
    Browse the repository at this point in the history
  21. upgrade webpack & related tools

    - webpack@5
    	- remove terser-webpack-plugin, now built-in
    	- add url, because it is needed for polyfilling
    	- optimize-css-assets-webpack-plugin -> css-minimizer-webpack-plugin
    - upgrade dev dependencies
    	- webpack-dev-server@4
    	- compression-webpack-plugin@10
    	- copy-webpack-plugin@11
    	- css-loader@6
    	- mini-css-extract-plugin@2
    	- style-loader@3, postcss-loader@7, sass-loader@13, node-sass@7
    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2b4f318 View commit details
    Browse the repository at this point in the history
  22. minor-upgrade autoprefixer

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    21a350b View commit details
    Browse the repository at this point in the history
  23. favicons-webpack-plugin@5

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fd8b1bc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    18e8333 View commit details
    Browse the repository at this point in the history
  25. CI: run on Ubuntu 20 💚

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ee13c99 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7d2e9dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c0d0160 View commit details
    Browse the repository at this point in the history
  28. WIP

    derhuerst committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9ee0778 View commit details
    Browse the repository at this point in the history