Merge pull request #12089 from mozilla/train-227

Train 227 plus 227.1
This commit is contained in:
Ivo Plamenac 2022-03-03 15:27:44 -08:00 коммит произвёл GitHub
Родитель b5b3856104 e14af8f079
Коммит 3914c95e93
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
28 изменённых файлов: 267 добавлений и 14 удалений

Просмотреть файл

@ -1,3 +1,19 @@
## 1.227.1
### Other changes
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036)" (#12088) ([6d9b9c8a8](https://github.com/mozilla/fxa/commit/6d9b9c8a8))
## 1.227.0
### Other changes
- deps-dev: bump @testing-library/react from 12.1.2 to 12.1.3 (#12042) ([a3f0f7aec](https://github.com/mozilla/fxa/commit/a3f0f7aec))
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036) ([64f0864fb](https://github.com/mozilla/fxa/commit/64f0864fb))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @testing-library/jest-dom from 5.16.1 to 5.16.2 (#12032) ([2fc10e301](https://github.com/mozilla/fxa/commit/2fc10e301))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-panel",
"version": "1.226.4",
"version": "1.227.1",
"description": "FxA Admin Panel",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",

Просмотреть файл

@ -1,3 +1,19 @@
## 1.227.1
No changes.
## 1.227.0
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @nestjs/cli from 8.2.0 to 8.2.1 (#11995) ([66d429d41](https://github.com/mozilla/fxa/commit/66d429d41))
- deps: bump @nestjs/platform-express from 8.2.6 to 8.3.1 (#11990) ([17b895b35](https://github.com/mozilla/fxa/commit/17b895b35))
- deps: bump @nestjs/core from 8.2.6 to 8.3.1 (#11989) ([11ad2b6ee](https://github.com/mozilla/fxa/commit/11ad2b6ee))
- deps: bump @nestjs/common from 8.3.0 to 8.3.1 (#11975) ([bbd474450](https://github.com/mozilla/fxa/commit/bbd474450))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
- deps: bump @nestjs/common from 8.2.4 to 8.3.0 (#11949) ([116f4310e](https://github.com/mozilla/fxa/commit/116f4310e))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-server",
"version": "1.226.4",
"version": "1.227.1",
"description": "FxA GraphQL Admin Server",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,3 +1,41 @@
## 1.227.1
No changes.
## 1.227.0
### New features
- auth: get cards with card API ([c69f52977](https://github.com/mozilla/fxa/commit/c69f52977))
- google: return provider user id to the oauth client (#11999) ([aea4cbe07](https://github.com/mozilla/fxa/commit/aea4cbe07))
- auth: add Coupon Info to Subsequent Invoice Emails (#11979) ([1ea1fc449](https://github.com/mozilla/fxa/commit/1ea1fc449))
- auth: add metadata from firestore ([c3f60596f](https://github.com/mozilla/fxa/commit/c3f60596f))
- coupon: support coupon on sub manage page (#11890) ([3c23dde9f](https://github.com/mozilla/fxa/commit/3c23dde9f))
### Bug fixes
- subscriptions: sub invoice api 500 on cancel (#12072) ([68b34a632](https://github.com/mozilla/fxa/commit/68b34a632))
- emails: add logger to Container for email notifications script ([b392b498d](https://github.com/mozilla/fxa/commit/b392b498d))
- email: remove pooling to fix delivery failures (#12058) ([2d657eb82](https://github.com/mozilla/fxa/commit/2d657eb82))
- coupon: In email hide pay method on 0 invoice (#12038) ([bafa58d9e](https://github.com/mozilla/fxa/commit/bafa58d9e))
- auth-server: Time isn't always passed into the templates (#11985) ([1507eefe3](https://github.com/mozilla/fxa/commit/1507eefe3))
- subscriptions: send email and reduce errors for SCA flow (#12014) ([8d059b4e9](https://github.com/mozilla/fxa/commit/8d059b4e9))
- subscriptions: ignore deleted customers on payment method updates (#11983) ([6be401fc6](https://github.com/mozilla/fxa/commit/6be401fc6))
### Refactorings
- auth-server: Remove old renderer, separate FluentLocalizer into Renderer and Localizer (#11962) ([858e1dfd5](https://github.com/mozilla/fxa/commit/858e1dfd5))
### Other changes
- deps: bump luxon from 2.3.0 to 2.3.1 (#12043) ([a9564a092](https://github.com/mozilla/fxa/commit/a9564a092))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump aws-sdk from 2.1068.0 to 2.1081.0 (#12026) ([7b305a3cd](https://github.com/mozilla/fxa/commit/7b305a3cd))
- deps-dev: bump @storybook/addon-docs from 6.4.18 to 6.4.19 (#12033) ([10c06113e](https://github.com/mozilla/fxa/commit/10c06113e))
- subscriptions: send email and reduce errors for SCA flow" (#12020) ([2ff71bf99](https://github.com/mozilla/fxa/commit/2ff71bf99))
- deps: bump stripe from 8.202.0 to 8.203.0 (#11988) ([5df09116f](https://github.com/mozilla/fxa/commit/5df09116f))
- emails: update finish setup email with more generic language (#11977) ([3f39572f8](https://github.com/mozilla/fxa/commit/3f39572f8))
## 1.226.4
### Bug fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"

Просмотреть файл

@ -1,3 +1,23 @@
## 1.227.1
### Other changes
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036)" (#12088) ([6d9b9c8a8](https://github.com/mozilla/fxa/commit/6d9b9c8a8))
## 1.227.0
### New features
- pocket: Add FAQ for pocket migration (#12054) ([5a97f2c92](https://github.com/mozilla/fxa/commit/5a97f2c92))
- google: return provider user id to the oauth client (#11999) ([aea4cbe07](https://github.com/mozilla/fxa/commit/aea4cbe07))
### Other changes
- deps-dev: bump @testing-library/react from 12.1.2 to 12.1.3 (#12042) ([a3f0f7aec](https://github.com/mozilla/fxa/commit/a3f0f7aec))
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036) ([64f0864fb](https://github.com/mozilla/fxa/commit/64f0864fb))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump @sentry/browser from 6.17.2 to 6.17.9 (#11994) ([f32ae3f1a](https://github.com/mozilla/fxa/commit/f32ae3f1a))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",

Просмотреть файл

@ -1,3 +1,11 @@
## 1.227.1
No changes.
## 1.227.0
No changes.
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",

Просмотреть файл

@ -1,5 +1,23 @@
# Change history
## 1.227.1
No changes.
## 1.227.0
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump aws-sdk from 2.1068.0 to 2.1081.0 (#12026) ([7b305a3cd](https://github.com/mozilla/fxa/commit/7b305a3cd))
- deps: bump axios from 0.25.0 to 0.26.0 (#11996) ([f05c4596f](https://github.com/mozilla/fxa/commit/f05c4596f))
- deps-dev: bump @nestjs/cli from 8.2.0 to 8.2.1 (#11995) ([66d429d41](https://github.com/mozilla/fxa/commit/66d429d41))
- deps: bump @nestjs/platform-express from 8.2.6 to 8.3.1 (#11990) ([17b895b35](https://github.com/mozilla/fxa/commit/17b895b35))
- deps: bump @nestjs/core from 8.2.6 to 8.3.1 (#11989) ([11ad2b6ee](https://github.com/mozilla/fxa/commit/11ad2b6ee))
- deps: bump @nestjs/common from 8.3.0 to 8.3.1 (#11975) ([bbd474450](https://github.com/mozilla/fxa/commit/bbd474450))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
- deps: bump @nestjs/common from 8.2.4 to 8.3.0 (#11949) ([116f4310e](https://github.com/mozilla/fxa/commit/116f4310e))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts Event Broker",
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

Просмотреть файл

@ -1,5 +1,13 @@
# Change history
## 1.227.1
No changes.
## 1.227.0
No changes.
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
"directories": {

Просмотреть файл

@ -1,3 +1,19 @@
## 1.227.1
No changes.
## 1.227.0
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @nestjs/cli from 8.2.0 to 8.2.1 (#11995) ([66d429d41](https://github.com/mozilla/fxa/commit/66d429d41))
- deps: bump @nestjs/platform-express from 8.2.6 to 8.3.1 (#11990) ([17b895b35](https://github.com/mozilla/fxa/commit/17b895b35))
- deps: bump @nestjs/core from 8.2.6 to 8.3.1 (#11989) ([11ad2b6ee](https://github.com/mozilla/fxa/commit/11ad2b6ee))
- deps: bump @nestjs/common from 8.3.0 to 8.3.1 (#11975) ([bbd474450](https://github.com/mozilla/fxa/commit/bbd474450))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
- deps: bump @nestjs/common from 8.2.4 to 8.3.0 (#11949) ([116f4310e](https://github.com/mozilla/fxa/commit/116f4310e))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-graphql-api",
"version": "1.226.4",
"version": "1.227.1",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,5 +1,33 @@
# Change history
## 1.227.1
### Other changes
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036)" (#12088) ([6d9b9c8a8](https://github.com/mozilla/fxa/commit/6d9b9c8a8))
## 1.227.0
### New features
- coupon: support coupon on sub manage page (#11890) ([3c23dde9f](https://github.com/mozilla/fxa/commit/3c23dde9f))
### Bug fixes
- metrics: add oauth client ids to names config (#11973) ([6b053f5ad](https://github.com/mozilla/fxa/commit/6b053f5ad))
- subscriptions: send email and reduce errors for SCA flow (#12014) ([8d059b4e9](https://github.com/mozilla/fxa/commit/8d059b4e9))
### Other changes
- deps-dev: bump @testing-library/react from 12.1.2 to 12.1.3 (#12042) ([a3f0f7aec](https://github.com/mozilla/fxa/commit/a3f0f7aec))
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036) ([64f0864fb](https://github.com/mozilla/fxa/commit/64f0864fb))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump @stripe/stripe-js from 1.22.0 to 1.23.0 (#12035) ([f322cebd6](https://github.com/mozilla/fxa/commit/f322cebd6))
- deps-dev: bump @testing-library/jest-dom from 5.16.1 to 5.16.2 (#12032) ([2fc10e301](https://github.com/mozilla/fxa/commit/2fc10e301))
- subscriptions: send email and reduce errors for SCA flow" (#12020) ([2ff71bf99](https://github.com/mozilla/fxa/commit/2ff71bf99))
- deps: bump @sentry/browser from 6.17.2 to 6.17.9 (#11994) ([f32ae3f1a](https://github.com/mozilla/fxa/commit/f32ae3f1a))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.226.4",
"version": "1.227.1",
"description": "Firefox Accounts Payments Service",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",

Просмотреть файл

@ -1,3 +1,14 @@
## 1.227.1
No changes.
## 1.227.0
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump aws-sdk from 2.1068.0 to 2.1081.0 (#12026) ([7b305a3cd](https://github.com/mozilla/fxa/commit/7b305a3cd))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.226.4",
"version": "1.227.1",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {

Просмотреть файл

@ -1,3 +1,19 @@
## 1.227.1
### Other changes
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036)" (#12088) ([6d9b9c8a8](https://github.com/mozilla/fxa/commit/6d9b9c8a8))
## 1.227.0
### Other changes
- deps-dev: bump @testing-library/react from 12.1.2 to 12.1.3 (#12042) ([a3f0f7aec](https://github.com/mozilla/fxa/commit/a3f0f7aec))
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036) ([64f0864fb](https://github.com/mozilla/fxa/commit/64f0864fb))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @testing-library/jest-dom from 5.16.1 to 5.16.2 (#12032) ([2fc10e301](https://github.com/mozilla/fxa/commit/2fc10e301))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-react",
"version": "1.226.4",
"version": "1.227.1",
"description": "Shared components for FxA React Apps",
"exports": {
"./components/": "./dist/components/",

Просмотреть файл

@ -1,3 +1,24 @@
## 1.227.1
### Other changes
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036)" (#12088) ([6d9b9c8a8](https://github.com/mozilla/fxa/commit/6d9b9c8a8))
## 1.227.0
### Bug fixes
- l10n: Update unlink account text (#12029) ([d6ce72ab4](https://github.com/mozilla/fxa/commit/d6ce72ab4))
### Other changes
- settings: Include additional tests within App component (#12041) ([7e8619aa0](https://github.com/mozilla/fxa/commit/7e8619aa0))
- deps-dev: bump @testing-library/react from 12.1.2 to 12.1.3 (#12042) ([a3f0f7aec](https://github.com/mozilla/fxa/commit/a3f0f7aec))
- deps: bump react-dom from 16.14.0 to 17.0.2 (#12036) ([64f0864fb](https://github.com/mozilla/fxa/commit/64f0864fb))
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @testing-library/jest-dom from 5.16.1 to 5.16.2 (#12032) ([2fc10e301](https://github.com/mozilla/fxa/commit/2fc10e301))
- deps: bump @sentry/browser from 6.17.2 to 6.17.9 (#11994) ([f32ae3f1a](https://github.com/mozilla/fxa/commit/f32ae3f1a))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-settings",
"version": "1.226.4",
"version": "1.227.1",
"homepage": "https://accounts.firefox.com/settings",
"private": true,
"scripts": {

Просмотреть файл

@ -1,5 +1,26 @@
# Change history
## 1.227.1
No changes.
## 1.227.0
### New features
- coupon: support coupon on sub manage page (#11890) ([3c23dde9f](https://github.com/mozilla/fxa/commit/3c23dde9f))
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps: bump aws-sdk from 2.1068.0 to 2.1081.0 (#12026) ([7b305a3cd](https://github.com/mozilla/fxa/commit/7b305a3cd))
- deps: bump @sentry/browser from 6.17.2 to 6.17.9 (#11994) ([f32ae3f1a](https://github.com/mozilla/fxa/commit/f32ae3f1a))
- deps: bump @nestjs/core from 8.2.6 to 8.3.1 (#11989) ([11ad2b6ee](https://github.com/mozilla/fxa/commit/11ad2b6ee))
- deps: bump stripe from 8.202.0 to 8.203.0 (#11988) ([5df09116f](https://github.com/mozilla/fxa/commit/5df09116f))
- deps: bump @nestjs/common from 8.3.0 to 8.3.1 (#11975) ([bbd474450](https://github.com/mozilla/fxa/commit/bbd474450))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
- deps: bump @nestjs/common from 8.2.4 to 8.3.0 (#11949) ([116f4310e](https://github.com/mozilla/fxa/commit/116f4310e))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.226.4",
"version": "1.227.1",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {

Просмотреть файл

@ -1,5 +1,21 @@
# Change history
## 1.227.1
No changes.
## 1.227.0
### Other changes
- #12061: 85c20f658 Train 226.3 (#12061) ([85c20f658](https://github.com/mozilla/fxa/commit/85c20f658))
- deps-dev: bump @nestjs/cli from 8.2.0 to 8.2.1 (#11995) ([66d429d41](https://github.com/mozilla/fxa/commit/66d429d41))
- deps: bump @nestjs/platform-express from 8.2.6 to 8.3.1 (#11990) ([17b895b35](https://github.com/mozilla/fxa/commit/17b895b35))
- deps: bump @nestjs/core from 8.2.6 to 8.3.1 (#11989) ([11ad2b6ee](https://github.com/mozilla/fxa/commit/11ad2b6ee))
- deps: bump @nestjs/common from 8.3.0 to 8.3.1 (#11975) ([bbd474450](https://github.com/mozilla/fxa/commit/bbd474450))
- deps-dev: bump jest from 27.4.7 to 27.5.1 (#11974) ([8ba05a381](https://github.com/mozilla/fxa/commit/8ba05a381))
- deps: bump @nestjs/common from 8.2.4 to 8.3.0 (#11949) ([116f4310e](https://github.com/mozilla/fxa/commit/116f4310e))
## 1.226.4
No changes.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-support-panel",
"version": "1.226.4",
"version": "1.227.1",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"