Граф коммитов

30657 Коммитов

Автор SHA1 Сообщение Дата
Dan Schomburg 70cc6ad4a8
Merge pull request #16938 from mozilla/add-keystretch-ver-to-admin-panel
task(admin): Expose key stretch version on account
2024-05-13 16:52:37 -07:00
Dan Schomburg 858f426efd
Merge pull request #16939 from mozilla/allow-signin-with-keystretch-upgrade-failure
task(settings): Fallback to key stretch v1 in the event of upgrade failure
2024-05-13 16:51:57 -07:00
dschom 0ed141a5bf
task(admin): Expose key stretch version on account 2024-05-13 16:24:23 -07:00
dschom f286dbedea
task(settings): Fallback to key stretch v1 in the event of upgrade failure 2024-05-13 16:06:44 -07:00
Lauren Zugai 4c03f366f1
Merge pull request #16937 from mozilla/FXA-9655
fix(signup): Add newsletter slug to backend whitelist
2024-05-13 15:11:34 -07:00
Lauren Zugai 2f2162440b
fix(signup): Add newsletter slug to backend whitelist
Because:
* Users are prevented from signing up when they select our new newsletter since it's considered an invalid slug

This commit:
* Adds the slug to our BE whitelist

fixes FXA-9655
2024-05-13 16:13:45 -05:00
Lisa Chan 9c03da39fc
feat(payments,shared): Add ContentfulService to Nest.js AppSingleton 2024-05-13 16:37:17 -04:00
Ben Bangert 86ce8473a7
Merge pull request #16932 from mozilla/dependabot/npm_and_yarn/superagent-9.0.2
chore(deps): bump superagent from 8.1.2 to 9.0.2
2024-05-13 08:15:34 -07:00
Ben Bangert 0a794fd058
Merge pull request #16931 from mozilla/dependabot/npm_and_yarn/ajv-8.13.0
chore(deps): bump ajv from 8.12.0 to 8.13.0
2024-05-13 08:15:07 -07:00
Lauren Zugai 98632aad8d
fix(css): Margin-top tweak for desktop Settings nav
Because:
* There's too much margin-top in desktop

This commit:
* Tweaks the margin-top classes
2024-05-13 09:52:51 -05:00
dependabot[bot] 63e6569bae
chore(deps): bump superagent from 8.1.2 to 9.0.2
Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 9.0.2.
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/ladjs/superagent/compare/v8.1.2...v9.0.2)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 07:11:53 +00:00
dependabot[bot] 27a262ab5e
chore(deps): bump ajv from 8.12.0 to 8.13.0
Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.12.0...v8.13.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 07:11:22 +00:00
Meghan Sardesai 88114a305b
Merge pull request #16929 from mozilla/FXA-9323
fix(functional-test): update failing cookies disabled test
2024-05-13 01:20:28 -04:00
Meghan Sardesai fcea00b372
Merge pull request #16928 from mozilla/FXA-8447
fix(functional-test): update failing new user test with metrics
2024-05-13 01:17:43 -04:00
Meghan Sardesai 3da691a9b0
fix(functional-test): update failing cookies disabled test
Because:

* We are aiming to make stage and prod deployments all green.

This commit:

* Updates test to add timeout to page locator as `waitForTimeout()` tests are inherently flaky as per the Playwright docs.

Closes FXA-9323
2024-05-12 20:15:59 -07:00
Meghan Sardesai 33e8af36f7
fix(functional-test): update failing new user test with metrics
Because:

* We are aiming to make stage and prod deployments all green.

This commit:

* Updates test to follow new standards introduced in PR#16739 and remove events causing duplication and/or flakiness.

Closes FXA-8447
2024-05-12 16:02:23 -07:00
Dan Schomburg 4b01dd7f30
Merge pull request #16926 from mozilla/fix-customs-issue-when-getting-credential-status
bug(auth): Fix customs checks blocking /account/credentials/status
2024-05-10 15:41:55 -07:00
dschom 4df4ab8e0b
bug(auth): Fix customs checks blocking /account/credentials/status
Because:
- Calls to /account/credentials/status were getting blocked by customs
- Calls to /account/credentials/status were inadvertently triggering extra custom checks like accountLogin

This Commit:
- Fixes underlying problem by directly queries the account.
- Previously the account was loaded in a way that invoked other customs checks, and those were failing.
- We also switch to using customs.checkIpOnly instead of customs.check, since this is actually a better / broader check.
2024-05-10 14:22:01 -07:00
Wil Clouser c9c02e7f25
Merge pull request #16925 from mozilla/revert-16812-dependabot/npm_and_yarn/react-pdf/renderer-3.4.4
Revert "chore(deps): bump @react-pdf/renderer from 3.1.12 to 3.4.4"
2024-05-10 13:13:08 -07:00
Wil Clouser e99c7208b5
Merge pull request #16920 from mozilla/fs-watch-polling
chore(build): let chokidar poll
2024-05-10 13:03:07 -07:00
Wil Clouser 3a943be4b3
Revert "chore(deps): bump @react-pdf/renderer from 3.1.12 to 3.4.4" 2024-05-10 13:00:12 -07:00
Katrina Anderson 9ebed3503e
Merge pull request #16922 from mozilla/FXA-9389
chore(functional-tests): run fullyParallel by default
2024-05-10 13:38:33 -04:00
Ben Bangert 0e0c13ee6a
Merge pull request #16921 from mozilla/dependabot/npm_and_yarn/npm_and_yarn-f5b939c32f
chore(deps): bump the npm_and_yarn group with 2 updates
2024-05-10 10:01:00 -07:00
Katrina Anderson e0b2f76536
chore(functional-tests): run fullyParallel by default
Because:

* we want the functional test suite to execute as fast as possible

This commit:

* set the default configuration to run 'fullyParallel'

Closes #FXA-9389
2024-05-10 12:54:00 -04:00
Lisa Chan 655adfa184
Merge pull request #16885 from mozilla/FXA-7511
feat(shared-contentful): Update ContentfulManager to return page content from API identifier
2024-05-10 11:16:54 -04:00
dependabot[bot] 996c233a1f
chore(deps): bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [semver](https://github.com/npm/node-semver) and [jose](https://github.com/panva/jose).


Updates `semver` from 7.6.1 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.6.1...v7.6.2)

Updates `jose` from 5.2.4 to 5.3.0
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v5.2.4...v5.3.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jose
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 15:06:09 +00:00
Barry Chen 2a5a357189
chore(build): let chokidar poll 2024-05-10 10:00:39 -05:00
Ben Bangert 1203c6a3c4
Merge pull request #16907 from mozilla/dependabot/npm_and_yarn/stripe/react-stripe-js-2.7.1
chore(deps): bump @stripe/react-stripe-js from 2.5.0 to 2.7.1
2024-05-10 07:56:23 -07:00
Ben Bangert ad3b2cd680
Merge pull request #16918 from mozilla/dependabot/npm_and_yarn/google-cloud/translate-8.2.0
chore(deps): bump @google-cloud/translate from 8.0.3 to 8.2.0
2024-05-10 07:55:39 -07:00
Lisa Chan fd7125b88b
feat(shared-contentful): Update ContentfulManager to return page content from API identifier 2024-05-10 10:42:46 -04:00
Reino Muhl 63ddd93dbf
Merge pull request #16904 from mozilla/fxa-7827-2
feat(next): add `Localization` wrapper client
2024-05-10 10:37:13 -04:00
Wil Clouser 4a44167071
Merge pull request #16919 from mozilla/circleci-testing
Testing circleci config w/ circleci support
2024-05-10 06:11:16 -07:00
Wil Clouser 6e9d462a2c
Testing circleci config w/ circleci support 2024-05-10 06:02:28 -07:00
dependabot[bot] 44aaeac8f9
chore(deps): bump @google-cloud/translate from 8.0.3 to 8.2.0
Bumps [@google-cloud/translate](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-translate) from 8.0.3 to 8.2.0.
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-translate/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/translate-v8.2.0/packages/google-cloud-translate)

---
updated-dependencies:
- dependency-name: "@google-cloud/translate"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 07:06:45 +00:00
Ben Bangert 6512e182f9
Merge pull request #16908 from mozilla/dependabot/npm_and_yarn/aws-sdk-2.1616.0
chore(deps): bump aws-sdk from 2.1597.0 to 2.1616.0
2024-05-09 20:59:21 -07:00
Ben Bangert 9b206779e7
Merge pull request #16916 from mozilla/chore/direct-lodash-imports
chore: use direct lodash imports for smaller bundle size
2024-05-09 18:30:34 -07:00
Ben Bangert 787c59f68e
chore: use direct lodash imports for smaller bundle size
Because:

* We'd like to shrink our bundle size in advance of getting tree shaking
  functional.

This commit:

* Replaces full lodash import with specific functions used.
2024-05-09 17:10:32 -07:00
Barry Chen 60fa969bc2
Merge pull request #16915 from mozilla/no-cloud-scheduler
chore(build): comment out a `require` that leads to a pure ESM module
2024-05-09 16:37:53 -05:00
Barry Chen 43c9c2c29f
chore(build): comment out a `require` that leads to a pure ESM module 2024-05-09 16:12:35 -05:00
Ben Bangert 5fc55b4c41
Merge pull request #16914 from mozilla/fix/switch-keys-to-ts
fix: switch oauth keys.js to TS
2024-05-09 13:30:42 -07:00
Ben Bangert 0a3e5aaa5b
fix: switch oauth keys.js to TS
Because:

* We aren't using module alias in auth-server, so we need to either use
  module-alias or convert the file to TS to use the TS path alias.

This commit:

* Converts key.js to TS.
2024-05-09 12:56:56 -07:00
Ben Bangert a2ee538a84
Merge pull request #16913 from mozilla/fix/switch-signer-to-ts
fix: switch signer to typescript
2024-05-09 12:37:46 -07:00
Ben Bangert 475ad3f226
fix: switch signer to typescript
Because:

* Typescript path aliases aren't applied to JS files, resulting in them
  not being loadable in production.

This commit:

* Moves signer.js to a TypeScript file so the TS alias is resolved.
2024-05-09 12:04:52 -07:00
Ben Bangert c89279fac2
Merge pull request #16912 from mozilla/fix/remove-lib-module-tsconfig
fix: match existing libs/ tsconfig.lib.json in vendored
2024-05-09 09:13:37 -07:00
Ben Bangert 429370de27
fix: match existing libs/ tsconfig.lib.json in vendored
Because:

* We want auth-server to load libs correctly.

This commit:

* Matches the tsconfig.lib.json of other working libraries in
  auth-server.
2024-05-09 08:14:25 -07:00
dependabot[bot] 4cdc582f54
chore(deps): bump aws-sdk from 2.1597.0 to 2.1616.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1597.0 to 2.1616.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1597.0...v2.1616.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 07:22:28 +00:00
dependabot[bot] 4e9683dfcd
chore(deps): bump @stripe/react-stripe-js from 2.5.0 to 2.7.1
Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 2.5.0 to 2.7.1.
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/react-stripe-js/compare/v2.5.0...v2.7.1)

---
updated-dependencies:
- dependency-name: "@stripe/react-stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 07:21:47 +00:00
Wil Clouser a6184eff95
Merge pull request #16905 from mozilla/dependabot/npm_and_yarn/npm_and_yarn-0d34ff4cf9
chore(deps): bump the npm_and_yarn group with 2 updates
2024-05-08 15:23:29 -07:00
dependabot[bot] 118be0f572
chore(deps): bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [semver](https://github.com/npm/node-semver) and [qs](https://github.com/ljharb/qs).


Updates `semver` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.1)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 21:55:16 +00:00
Wil Clouser 14aa33485b
Merge pull request #16892 from mozilla/dependabot/npm_and_yarn/google-cloud/bigquery-7.7.0
chore(deps): bump @google-cloud/bigquery from 7.6.0 to 7.7.0
2024-05-08 14:45:07 -07:00