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

Update v9.1.0 from upstream #67

Merged
merged 57 commits into from
Feb 7, 2023
Merged

Update v9.1.0 from upstream #67

merged 57 commits into from
Feb 7, 2023

Conversation

Gnito
Copy link
Contributor

@Gnito Gnito commented Feb 7, 2023

v9.1.0 2023-02-07 from upstream (ftw-daily)

  • [change] Norway's stripe config should use NOK not EUR.
    #1579

  • [delete] Update README.md after changes in [#1555].
    #1569

  • [change] Added some dependabot updates earlier: passport-0.6.0, loader-utils-2.0.4,
    decode-uri-component-0.2.2
    Note: Passport-0.6.0 changed login and logout parameter list.

  • [change] Update Browserlist db / caniuse-lite.
    #1567

  • [change] Update minimum Node version to >=16.18.0. (v14.15 had problems with some libs and v14
    support ends soon.) #1566

  • [delete] Remove unnecessary polyfills (dependencies might still use these)

    • array-includes
    • array.prototype.find
    • object.entries
    • object.values
    • Number.parseFloat, Number.parseInt, Number.isNaN

    #1565

  • [add] Add the cross-env package to better support Windows command prompts
    #1555

Gnito and others added 30 commits July 13, 2022 11:24
…ry-imports

Fix missing custom media query imports
Add cookie_flags and relax google analytics domain
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jose](https://github.com/panva/jose) from 4.8.1 to 4.9.2.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.8.1...v4.9.2)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
...

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

Add link to privacy policy and terms of service templates
add cross-env to support environment variables across all platforms
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…de-uri-component-0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…er-utils-2.0.4

Bump loader-utils from 2.0.0 to 2.0.4
Gnito and others added 27 commits December 29, 2022 17:13
Bumps [passport](https://github.com/jaredhanson/passport) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.5.3...v0.6.0)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: direct:production
...

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

Bump passport from 0.5.3 to 0.6.0
…dabot-updates

Add Changelog entry about Dependabot updates (incl. passport)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Update legacy setup: Norway should use NOK
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…-cache-semantics-4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1
@Gnito Gnito merged commit a3f5415 into master Feb 7, 2023
@Gnito Gnito deleted the update-v9.1.0-from-upstream branch February 7, 2023 14:27
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