dependabot[bot]
ed558022e3
chore(deps): bump @google-cloud/bigquery from 7.6.0 to 7.7.0
...
Bumps [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery ) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases )
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-bigquery/compare/v7.6.0...v7.7.0 )
---
updated-dependencies:
- dependency-name: "@google-cloud/bigquery"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 06:58:25 +00:00
Ben Bangert
487de07528
chore: update asn1/parse-asn1 deps
...
Because:
* The asn1 dependencies have security issues but some have not been
updated because they broke very old versions of Node, which we are
not using, so we can use the latest versions.
This commit:
* Updates and forces resolution of asn1.js and parse-asn1 to the latest
versions.
2024-05-06 10:23:08 -07:00
Ben Bangert
578d01d8f8
chore: align bn.js with the latest version
...
Because:
* We want to avoid multiple copies of bn.js.
This commit:
* Resolves bn.js to the latest verison.
2024-05-06 08:30:35 -07:00
Ben Bangert
9a649c6441
feat: vendor fxa-jwtool
...
Because:
* We want to reduce the dependencies in fxa-jwtool and bring more
of the functionality into the monorepo.
This commit:
* Moves and updates the fxa-jwtool code to function the same
except as TypeScript with classes and no additional dependencies.
2024-05-06 07:52:16 -07:00
Wil Clouser
b47b904c4d
Merge pull request #16853 from mozilla/dependabot/npm_and_yarn/stylelint-16.5.0
...
chore(deps-dev): bump stylelint from 16.2.1 to 16.5.0
2024-05-03 06:51:17 -07:00
dependabot[bot]
a40d6ceb47
chore(deps-dev): bump stylelint from 16.2.1 to 16.5.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.2.1 to 16.5.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.2.1...16.5.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 07:07:06 +00:00
dependabot[bot]
59d0e027b2
chore(deps): bump the sentry group with 4 updates
...
Bumps the sentry group with 4 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/integrations](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.112.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.1...7.113.0 )
Updates `@sentry/integrations` from 7.112.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.1...7.113.0 )
Updates `@sentry/node` from 7.112.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.1...7.113.0 )
Updates `@sentry/opentelemetry-node` from 7.112.1 to 7.113.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.1...7.113.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 06:58:36 +00:00
Lisa Chan
fefc48dd32
chore(deps): Update Stripe dependency
2024-05-02 17:32:13 -04:00
dependabot[bot]
2b372370c4
chore(deps-dev): bump react-test-renderer and @types/react-test-renderer
...
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer ) and [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer ). These dependencies needed to be updated together.
Updates `react-test-renderer` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-test-renderer )
Updates `@types/react-test-renderer` from 18.0.0 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer )
---
updated-dependencies:
- dependency-name: react-test-renderer
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/react-test-renderer"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 07:17:25 +00:00
dependabot[bot]
7ab280d216
chore(deps): bump the npm_and_yarn group with 6 updates
...
Bumps the npm_and_yarn group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [postcss](https://github.com/postcss/postcss ) | `8.4.31` | `8.4.32` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) | `6.1.2` | `6.1.3` |
| [axios](https://github.com/axios/axios ) | `0.28.0` | `0.28.1` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign ) | `4.1.0` | `4.2.3` |
| [get-func-name](https://github.com/chaijs/get-func-name ) | `2.0.0` | `2.0.2` |
| [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core ) | `4.20.2` | `4.28.5` |
Updates `postcss` from 8.4.31 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32 )
Updates `webpack-dev-middleware` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v6.1.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v6.1.2...v6.1.3 )
Updates `axios` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.28.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.28.0...v0.28.1 )
Updates `browserify-sign` from 4.1.0 to 4.2.3
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md )
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.1.0...v4.2.3 )
Updates `get-func-name` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/chaijs/get-func-name/releases )
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2 )
Updates `react-devtools-core` from 4.20.2 to 4.28.5
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: axios
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: browserify-sign
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: get-func-name
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: react-devtools-core
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 21:12:26 +00:00
dependabot[bot]
6187f34ced
chore(deps): bump @apollo/client from 3.9.4 to 3.10.1
...
Bumps [@apollo/client](https://github.com/apollographql/apollo-client ) from 3.9.4 to 3.10.1.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/v3.9.4...v3.10.1 )
---
updated-dependencies:
- dependency-name: "@apollo/client"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 07:07:55 +00:00
dependabot[bot]
4f69cfbe51
chore(deps): bump mysql2 from 3.9.4 to 3.9.7
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 20:17:17 +00:00
Ben Bangert
6e109ba3a4
chore: bump next to 14.2.3
...
Because:
* We want to use the latest version of next.
This commit:
* Updates next to 14.2.3.
2024-04-24 12:03:13 -07:00
dependabot[bot]
3568e77ded
chore(deps): bump the sentry group with 4 updates
...
Bumps the sentry group with 4 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/integrations](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.111.0 to 7.112.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.112.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.111.0...7.112.1 )
Updates `@sentry/integrations` from 7.111.0 to 7.112.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.112.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.111.0...7.112.1 )
Updates `@sentry/node` from 7.111.0 to 7.112.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.112.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.111.0...7.112.1 )
Updates `@sentry/opentelemetry-node` from 7.111.0 to 7.112.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.112.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.111.0...7.112.1 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 06:49:52 +00:00
Ben Bangert
b81be41552
chore: update nest to 10.3.4
...
Because:
* The latest version of nest is 10.3.4.
This commit:
* Updates the version of nest to 10.3.4 and nest-cli
to 10.3.2.
2024-04-23 17:19:41 -07:00
Reino Muhl
02652e6f15
Merge pull request #16766 from mozilla/fxa-9436-add-type-safe-config
...
feat(next): add typesafe config
2024-04-23 14:07:09 -04:00
Reino Muhl
cb41181b4d
feat(next): add typesafe config
...
Because:
* Use Next.js standard environment variable procedure
* Provide typed config to be used throughout Payments Next.
This commit:
* Refactor config to use Next.js native environment loaders
* Remove .env.json and .env.production.json
* Add validator and transformer functions to provide
validated and typesafe config.
Closes #FXA-9436
2024-04-23 12:47:18 -04:00
dependabot[bot]
c0d4b1c547
chore(deps-dev): bump @testing-library/react from 14.2.1 to 15.0.2
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 14.2.1 to 15.0.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.1...v15.0.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 06:39:13 +00:00
dependabot[bot]
a3058e43c8
chore(deps): bump @google-cloud/bigquery from 7.5.0 to 7.6.0
...
Bumps [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery ) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases )
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-bigquery/compare/v7.5.0...v7.6.0 )
---
updated-dependencies:
- dependency-name: "@google-cloud/bigquery"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 06:45:43 +00:00
Reino Muhl
117e694ca5
Merge pull request #16744 from mozilla/dependabot/npm_and_yarn/sentry-7893b5f74e
...
chore(deps): bump the sentry group with 4 updates
2024-04-19 08:42:10 -04:00
dependabot[bot]
8db0624d18
chore(deps): bump winston from 3.12.0 to 3.13.0
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/v3.12.0...v3.13.0 )
---
updated-dependencies:
- dependency-name: winston
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 07:32:29 +00:00
dependabot[bot]
6c54ddc5fe
chore(deps): bump the sentry group with 4 updates
...
Bumps the sentry group with 4 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/integrations](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.110.0 to 7.111.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.111.0 )
Updates `@sentry/integrations` from 7.110.0 to 7.111.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.111.0 )
Updates `@sentry/node` from 7.110.0 to 7.111.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.111.0 )
Updates `@sentry/opentelemetry-node` from 7.110.0 to 7.111.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.111.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.110.0...7.111.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 07:25:02 +00:00
dependabot[bot]
a4e8984b1c
chore(deps): bump @babel/core and @types/babel__core
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@types/babel__core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/babel__core ). These dependencies needed to be updated together.
Updates `@babel/core` from 7.22.8 to 7.24.4
- [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.24.4/packages/babel-core )
Updates `@types/babel__core` from 7.1.14 to 7.20.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/babel__core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/babel__core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 18:51:27 +00:00
Reino Muhl
e3e2e5027b
chore(nx): Update all nx to 18.3.1
...
Because:
* Update root and packages to latest nx
This commit:
* Updates all nx to latest version, 18.3.1
Closes #
2024-04-17 13:50:39 -04:00
dependabot[bot]
dd8728a043
chore(deps-dev): bump the nx group with 8 updates
...
Bumps the nx group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin ) | `18.2.4` | `18.3.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest ) | `18.2.4` | `18.3.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js ) | `18.2.4` | `18.3.0` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next ) | `18.2.4` | `18.3.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node ) | `18.2.4` | `18.3.0` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react ) | `18.2.4` | `18.3.0` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook ) | `18.2.4` | `18.3.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace ) | `18.2.4` | `18.3.0` |
Updates `@nx/eslint-plugin` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/eslint-plugin )
Updates `@nx/jest` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/jest )
Updates `@nx/js` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/js )
Updates `@nx/next` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/next )
Updates `@nx/node` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/node )
Updates `@nx/react` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/react )
Updates `@nx/storybook` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/storybook )
Updates `@nx/workspace` from 18.2.4 to 18.3.0
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.3.0/packages/workspace )
---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/jest"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/next"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/react"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/storybook"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/workspace"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 08:53:15 -04:00
Lisa Chan
7553e3823c
Merge pull request #16710 from mozilla/dependabot/npm_and_yarn/babel/preset-react-7.24.1
...
chore(deps): bump @babel/preset-react from 7.23.3 to 7.24.1
2024-04-15 10:43:36 -04:00
Lisa Chan
6cacbba43e
Merge pull request #16713 from mozilla/dependabot/npm_and_yarn/mysql2-3.9.4
...
chore(deps): bump mysql2 from 3.9.1 to 3.9.4
2024-04-15 10:43:06 -04:00
dependabot[bot]
050a286400
chore(deps): bump mysql2 from 3.9.1 to 3.9.4
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.9.1 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.1...v3.9.4 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 16:16:31 +00:00
dependabot[bot]
ae93cd1c39
chore(deps): bump @babel/preset-react from 7.23.3 to 7.24.1
...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.23.3 to 7.24.1.
- [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.24.1/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 06:52:40 +00:00
dependabot[bot]
bbbd377bae
chore(deps): bump the sentry group with 4 updates
...
Bumps the sentry group with 4 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/integrations](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/integrations` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/node` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
Updates `@sentry/opentelemetry-node` from 7.109.0 to 7.110.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.109.0...7.110.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 06:47:03 +00:00
Reino Muhl
c1c1d7dddb
feat(next): use next 14.2 instrumentation
...
Because:
* Want to use Next.js instrumentation featuer to start NestApp on
Next.js server startup.
This commit:
* Upgrades Next.js to version 14.2 which includes intrumentation fixes.
* Adds instrumentation logic.
Closes #
Co-authored-by: Ben Bangert <100193+bbangert@users.noreply.github.com>
2024-04-11 17:46:56 -04:00
Reino Muhl
079333e60a
Merge pull request #16697 from mozilla/dependabot/npm_and_yarn/open-telemetry-916c09b6cc
...
chore(deps): bump the open-telemetry group with 11 updates
2024-04-11 09:31:41 -04:00
dependabot[bot]
d334e6f649
chore(deps): bump the open-telemetry group with 11 updates
...
Bumps the open-telemetry group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib ) | `0.43.0` | `0.44.0` |
| [@opentelemetry/context-zone](https://github.com/open-telemetry/opentelemetry-js ) | `1.22.0` | `1.23.0` |
| [@opentelemetry/context-zone-peer-dep](https://github.com/open-telemetry/opentelemetry-js ) | `1.22.0` | `1.23.0` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js ) | `1.22.0` | `1.23.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js ) | `0.48.0` | `0.50.0` |
| [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib ) | `0.36.0` | `0.37.0` |
| [@opentelemetry/instrumentation-fetch](https://github.com/open-telemetry/opentelemetry-js ) | `0.48.0` | `0.50.0` |
| [@opentelemetry/instrumentation-user-interaction](https://github.com/open-telemetry/opentelemetry-js-contrib ) | `0.36.0` | `0.37.0` |
| [@opentelemetry/instrumentation-xml-http-request](https://github.com/open-telemetry/opentelemetry-js ) | `0.49.1` | `0.50.0` |
| [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js ) | `1.22.0` | `1.23.0` |
| [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js ) | `1.22.0` | `1.23.0` |
Updates `@opentelemetry/auto-instrumentations-node` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.43.0...auto-instrumentations-node-v0.44.0 )
Updates `@opentelemetry/context-zone` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.22.0...v1.23.0 )
Updates `@opentelemetry/context-zone-peer-dep` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.22.0...v1.23.0 )
Updates `@opentelemetry/exporter-jaeger` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.22.0...v1.23.0 )
Updates `@opentelemetry/exporter-trace-otlp-http` from 0.48.0 to 0.50.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.48.0...experimental/v0.50.0 )
Updates `@opentelemetry/instrumentation-document-load` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/redis-common-v0.36.0...contrib-test-utils-v0.37.0 )
Updates `@opentelemetry/instrumentation-fetch` from 0.48.0 to 0.50.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.48.0...experimental/v0.50.0 )
Updates `@opentelemetry/instrumentation-user-interaction` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/redis-common-v0.36.0...contrib-test-utils-v0.37.0 )
Updates `@opentelemetry/instrumentation-xml-http-request` from 0.49.1 to 0.50.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.49.1...experimental/v0.50.0 )
Updates `@opentelemetry/sdk-trace-node` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.22.0...v1.23.0 )
Updates `@opentelemetry/sdk-trace-web` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.22.0...v1.23.0 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/context-zone"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/context-zone-peer-dep"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/exporter-jaeger"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-document-load"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-fetch"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-user-interaction"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-xml-http-request"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/sdk-trace-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/sdk-trace-web"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 09:01:58 -04:00
dependabot[bot]
86a7c0fb93
chore(deps-dev): bump nx from 18.0.3 to 18.2.4
...
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx ) from 18.0.3 to 18.2.4.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.4/packages/nx )
---
updated-dependencies:
- dependency-name: nx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 08:21:24 -04:00
Reino Muhl
652c09ab50
feat(next): add l10n to localizer for next rsc
...
Because:
* Ensure all localization strings can be localized in React Server
Components.
This commit:
* Removes LocalizerServer
* Adds LocalizerRSC to serve as a wrapper for ReactLocalization that can
be used by React Server Components, as well as a few other utility
methods.
* Adds LocalizerRscFactory that instantiates LocalizerRSC only with
bundles for a provided acceptLanguage string.
* Adds LocalizerRscFactoryProvider to be used with the NestApp to
instantiate and then intialize the LocalizerRscFactory. Initalization
will fetch all messages from disk and populate the bundles.
* Reorganize shared/l10n library to match Node style guide
* Removes demo l10n code
* Update purchase-details, terms-and-service components, and success and
error pages to use new LocalizerRSC class for localization.
* Adds temporary l10n-convert script to provide translation for existing
ftl strings.
Closes #FXA-8822
2024-04-08 14:58:17 -04:00
Ben Bangert
0f35e51c4d
Merge pull request #16588 from mozilla/dependabot/npm_and_yarn/swc-node/register-1.9.0
...
chore(deps-dev): bump @swc-node/register from 1.6.8 to 1.9.0
2024-03-29 17:24:28 -07:00
Ben Bangert
b108cce44e
Merge pull request #16648 from mozilla/dependabot/npm_and_yarn/sentry-323fd2b852
...
chore(deps): bump the sentry group with 4 updates
2024-03-29 17:23:46 -07:00
dependabot[bot]
b5a7c5e554
chore(deps-dev): bump the nx group with 8 updates
...
Bumps the nx group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin ) | `18.1.2` | `18.2.1` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest ) | `18.1.1` | `18.2.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js ) | `18.1.2` | `18.2.1` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next ) | `18.1.2` | `18.2.1` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node ) | `18.1.2` | `18.2.1` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react ) | `18.1.2` | `18.2.1` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook ) | `18.1.2` | `18.2.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace ) | `18.1.2` | `18.2.1` |
Updates `@nx/eslint-plugin` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/eslint-plugin )
Updates `@nx/jest` from 18.1.1 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/jest )
Updates `@nx/js` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/js )
Updates `@nx/next` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/next )
Updates `@nx/node` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/node )
Updates `@nx/react` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/react )
Updates `@nx/storybook` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/storybook )
Updates `@nx/workspace` from 18.1.2 to 18.2.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.2.1/packages/workspace )
---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/jest"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/next"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/react"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/storybook"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/workspace"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 06:45:36 +00:00
dependabot[bot]
b164c2fbae
chore(deps): bump the sentry group with 4 updates
...
Bumps the sentry group with 4 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/integrations](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/integrations` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/node` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
Updates `@sentry/opentelemetry-node` from 7.107.0 to 7.109.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.109.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.107.0...7.109.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 06:40:50 +00:00
dependabot[bot]
936433bee3
chore(deps-dev): bump the nx group with 7 updates
...
Bumps the nx group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin ) | `18.0.3` | `18.1.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js ) | `18.0.3` | `18.1.2` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next ) | `18.0.3` | `18.1.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node ) | `18.0.3` | `18.1.2` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react ) | `18.0.3` | `18.1.2` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook ) | `18.0.3` | `18.1.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace ) | `18.0.3` | `18.1.2` |
Updates `@nx/eslint-plugin` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/eslint-plugin )
Updates `@nx/js` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/js )
Updates `@nx/next` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/next )
Updates `@nx/node` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/node )
Updates `@nx/react` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/react )
Updates `@nx/storybook` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/storybook )
Updates `@nx/workspace` from 18.0.3 to 18.1.2
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/workspace )
---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/next"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/react"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/storybook"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
- dependency-name: "@nx/workspace"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nx
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 13:37:26 +00:00
Reino Muhl
a34d120fb5
Merge pull request #16609 from mozilla/dependabot/npm_and_yarn/sentry-763ca9ee20
...
chore(deps): bump the sentry group with 3 updates
2024-03-21 09:23:26 -04:00
Reino Muhl
f545ad3e00
Merge pull request #16610 from mozilla/dependabot/npm_and_yarn/open-telemetry-eac913dfd6
...
chore(deps): bump the open-telemetry group with 4 updates
2024-03-21 09:22:48 -04:00
dependabot[bot]
ee828af47c
chore(deps): bump winston from 3.11.0 to 3.12.0
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.12.0 )
---
updated-dependencies:
- dependency-name: winston
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 07:12:21 +00:00
dependabot[bot]
1f34bde8c2
chore(deps): bump the open-telemetry group with 4 updates
...
Bumps the open-telemetry group with 4 updates: [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib ), [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib ), [@opentelemetry/instrumentation-user-interaction](https://github.com/open-telemetry/opentelemetry-js-contrib ) and [@opentelemetry/instrumentation-xml-http-request](https://github.com/open-telemetry/opentelemetry-js ).
Updates `@opentelemetry/auto-instrumentations-node` from 0.41.1 to 0.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.41.1...auto-instrumentations-node-v0.43.0 )
Updates `@opentelemetry/instrumentation-document-load` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/host-metrics-v0.35.0...redis-common-v0.36.0 )
Updates `@opentelemetry/instrumentation-user-interaction` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/host-metrics-v0.35.0...redis-common-v0.36.0 )
Updates `@opentelemetry/instrumentation-xml-http-request` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.48.0...experimental/v0.49.1 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-document-load"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-user-interaction"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
- dependency-name: "@opentelemetry/instrumentation-xml-http-request"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: open-telemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 07:09:40 +00:00
dependabot[bot]
255529ef81
chore(deps): bump the sentry group with 3 updates
...
Bumps the sentry group with 3 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript ), [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/opentelemetry-node](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 7.100.1 to 7.107.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.107.0 )
Updates `@sentry/node` from 7.103.0 to 7.107.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.103.0...7.107.0 )
Updates `@sentry/opentelemetry-node` from 7.100.1 to 7.107.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.107.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
- dependency-name: "@sentry/opentelemetry-node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 07:02:14 +00:00
dependabot[bot]
d2e44dc2db
chore(deps-dev): bump eslint-config-next from 14.0.1 to 14.1.4
...
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next ) from 14.0.1 to 14.1.4.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next )
---
updated-dependencies:
- dependency-name: eslint-config-next
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 06:39:18 +00:00
dependabot[bot]
79ddd3e92e
chore(deps-dev): bump @swc-node/register from 1.6.8 to 1.9.0
...
Bumps [@swc-node/register](https://github.com/swc-project/swc-node ) from 1.6.8 to 1.9.0.
- [Release notes](https://github.com/swc-project/swc-node/releases )
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.6.8...@swc-node/register@1.9.0 )
---
updated-dependencies:
- dependency-name: "@swc-node/register"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 06:24:20 +00:00
Lauren Zugai
11289b5203
Merge pull request #16568 from mozilla/dependabot/npm_and_yarn/stylelint-16.2.1
...
chore(deps-dev): bump stylelint from 15.10.1 to 16.2.1
2024-03-18 15:18:10 -05:00
Lauren Zugai
bdefda06d0
Merge pull request #16581 from mozilla/dependabot/npm_and_yarn/nx/jest-18.1.1
...
chore(deps-dev): bump @nx/jest from 18.0.3 to 18.1.1
2024-03-18 15:13:40 -05:00
dependabot[bot]
fa055b1101
chore(deps-dev): bump @nx/jest from 18.0.3 to 18.1.1
...
Bumps [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest ) from 18.0.3 to 18.1.1.
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/18.1.1/packages/jest )
---
updated-dependencies:
- dependency-name: "@nx/jest"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 06:36:20 +00:00
dependabot[bot]
a804c6979e
chore(deps): bump @opentelemetry/api from 1.7.0 to 1.8.0
...
Bumps [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/api"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 06:35:16 +00:00
dependabot[bot]
9f2c6f3a30
chore(deps): bump @sentry/integrations from 7.100.1 to 7.107.0
...
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript ) from 7.100.1 to 7.107.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.107.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.107.0 )
---
updated-dependencies:
- dependency-name: "@sentry/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 07:10:47 +00:00
dependabot[bot]
bd411e8f77
chore(deps-dev): bump stylelint from 15.10.1 to 16.2.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.10.1 to 16.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...16.2.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 19:59:41 +00:00
Ben Bangert
c28b061257
chore: update Node to LTS 20, TypeScript, tsconfig
...
Because:
* We want to update to Node 20 LTS.
* We want to target the JS output of Node 20.
* We want to use the latest TypeScript 5.4
This commit:
* Updates the Node version to 20 LTS.
* Updates the TypeScript version and related TS libs
to 5.4.
* Updates tsconfig for the new Node 20 target.
2024-03-14 11:54:20 -07:00
dschom
aaa625ce15
task(admin-panel): Hookup account delete
...
Because:
- We want to delete accounts from the admin panel
This Commit:
- Adds cloud task emulator pm2 service
- Creates cloud-task nx lib for interacting with cloud tasks
- Creates PageDeleteAccount in admin panel
- Adds ability to delete accounts to admin server's account resolver
- Fixes broken admin panel configuration
- Fixes broken admin server configuration
2024-03-13 11:26:09 -07:00
Dan Schomburg
3f02bd5952
Revert "chore: update node to LTS 20"
2024-03-13 10:00:47 -07:00
Ben Bangert
a022106a34
chore: update node to LTS 20
...
Because:
* We want to use the latest LTS version of node.
This commit:
* Updates the .nvmrc/Dockerfile and package.json
files to use node 20.
2024-03-12 18:25:24 -07:00
Reino Muhl
856ccbc87c
Merge pull request #16518 from mozilla/fxa-8819-grunt-l10n-scripts
...
feat(next): add l10n grunt scripts
2024-03-11 14:39:42 -04:00
Reino Muhl
a11256cb50
feat(next): add l10n grunt scripts
...
Because:
* Add grunt script used to manage and update l10n ftl files used by
payments next
This commit:
* Adds grunt scripts copy:branding-ftl, concat:ftl and watch:ftl
Closes #FXA-8819
2024-03-08 10:53:25 -05:00
Lisa Chan
03164024a0
Merge pull request #16533 from mozilla/dependabot/npm_and_yarn/graphql-codegen/client-preset-4.2.4
...
chore(deps-dev): bump @graphql-codegen/client-preset from 4.1.0 to 4.2.4
2024-03-08 09:13:14 -05:00
dependabot[bot]
138d2396d8
chore(deps-dev): bump @graphql-codegen/client-preset from 4.1.0 to 4.2.4
...
Bumps [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client ) from 4.1.0 to 4.2.4.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases )
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md )
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.2.4/packages/presets/client )
---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:07:14 +00:00
dependabot[bot]
46009c1dd0
chore(deps-dev): bump @swc/core from 1.3.84 to 1.4.6
...
Bumps [@swc/core](https://github.com/swc-project/swc ) from 1.3.84 to 1.4.6.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.3.84...v1.4.6 )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 07:05:24 +00:00
Lisa Chan
42920aebe5
Merge pull request #16522 from mozilla/dependabot/npm_and_yarn/google-cloud/bigquery-7.5.0
...
chore(deps): bump @google-cloud/bigquery from 7.4.0 to 7.5.0
2024-03-07 10:31:02 -05:00
dependabot[bot]
84de502a5f
chore(deps): bump semver from 7.5.4 to 7.6.0
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.5.4 to 7.6.0.
- [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.5.4...v7.6.0 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 06:43:00 +00:00
dependabot[bot]
c462c946a1
chore(deps): bump @google-cloud/bigquery from 7.4.0 to 7.5.0
...
Bumps [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery ) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/googleapis/nodejs-bigquery/releases )
- [Changelog](https://github.com/googleapis/nodejs-bigquery/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-bigquery/compare/v7.4.0...v7.5.0 )
---
updated-dependencies:
- dependency-name: "@google-cloud/bigquery"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 06:40:54 +00:00
Reino Muhl
c85b0cd8d5
Merge pull request #16514 from mozilla/dependabot/npm_and_yarn/opentelemetry/sdk-trace-web-1.22.0
...
chore(deps): bump @opentelemetry/sdk-trace-web from 1.21.0 to 1.22.0
2024-03-06 10:51:44 -05:00
dependabot[bot]
5bf1e06b6c
chore(deps): bump @opentelemetry/sdk-trace-web from 1.21.0 to 1.22.0
...
Bumps [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.21.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/sdk-trace-web"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 10:21:17 -05:00
dependabot[bot]
c7da80f271
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 7.1.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.11.0 to 7.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 07:02:07 +00:00
Ben Bangert
5fafbd4718
chore: update Next to 14.1.1
...
Because:
* We want the instrumentation fix.
This commit:
* Updates next to 14.1.1.
2024-03-01 10:55:03 -08:00
dependabot[bot]
4f13b57694
chore(deps): bump knex from 2.4.2 to 3.1.0
...
Bumps [knex](https://github.com/knex/knex ) from 2.4.2 to 3.1.0.
- [Release notes](https://github.com/knex/knex/releases )
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/knex/knex/compare/2.4.2...3.1.0 )
---
updated-dependencies:
- dependency-name: knex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 06:39:18 +00:00
dependabot[bot]
cf05d8c7d5
chore(deps): bump @sentry/node from 7.100.1 to 7.103.0
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 7.100.1 to 7.103.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.103.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.100.1...7.103.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 18:47:01 +00:00
Julian Poyourow
eb94bfc9be
Merge pull request #16487 from mozilla/polish-update-type-cacheable
...
feat(type-cacheable): update to load firestore adapter from lambda
2024-02-28 10:42:56 -08:00
Julian Poyourow
11c48737bc
feat(type-cacheable): update to load firestore adapter from lambda
2024-02-27 15:59:33 -08:00
dependabot[bot]
4b21bbae21
chore(deps-dev): bump @storybook/core-server from 7.5.3 to 7.6.17
...
Bumps [@storybook/core-server](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/core-server ) from 7.5.3 to 7.6.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.17/code/lib/core-server )
---
updated-dependencies:
- dependency-name: "@storybook/core-server"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 06:22:47 +00:00
dependabot[bot]
2eb94047e7
chore(deps): bump next from 14.0.2 to 14.1.0
...
Bumps [next](https://github.com/vercel/next.js ) from 14.0.2 to 14.1.0.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.0.2...v14.1.0 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 09:34:08 -05:00
Lisa Chan
6eb5b5f6cd
Merge pull request #16450 from mozilla/dependabot/npm_and_yarn/faker-js/faker-8.4.1
...
chore(deps): bump @faker-js/faker from 8.3.1 to 8.4.1
2024-02-22 10:44:26 -05:00
Reino Muhl
3ab897e629
feat(next): add NextAuth
...
Because:
* Need to be able to authenticate with FxA
This commit:
* Add NextAuth to facilitate promp and no prompt signin with FxA.
Closes #FXA-7522
2024-02-21 16:59:05 -05:00
dependabot[bot]
5d425a72b9
chore(deps): bump @faker-js/faker from 8.3.1 to 8.4.1
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 8.3.1 to 8.4.1.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v8.3.1...v8.4.1 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 06:44:30 +00:00
dependabot[bot]
3d5d92ad8e
chore(deps-dev): bump jest-environment-node from 29.5.0 to 29.7.0
...
Bumps [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node ) from 29.5.0 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-node )
---
updated-dependencies:
- dependency-name: jest-environment-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 12:49:09 +00:00
dependabot[bot]
a56ca4fc4c
chore(deps): bump kysely from 0.26.1 to 0.27.2
...
Bumps [kysely](https://github.com/kysely-org/kysely ) from 0.26.1 to 0.27.2.
- [Release notes](https://github.com/kysely-org/kysely/releases )
- [Commits](https://github.com/kysely-org/kysely/compare/0.26.1...0.27.2 )
---
updated-dependencies:
- dependency-name: kysely
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 07:15:20 +00:00
dependabot[bot]
846de0c8d0
chore(deps-dev): bump @storybook/addon-essentials from 7.5.3 to 7.6.15
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 7.5.3 to 7.6.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.15/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 06:16:14 +00:00
dependabot[bot]
9e31991fd7
chore(deps-dev): bump @storybook/nextjs from 7.5.3 to 7.6.14
...
Bumps [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs ) from 7.5.3 to 7.6.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.14/code/frameworks/nextjs )
---
updated-dependencies:
- dependency-name: "@storybook/nextjs"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 06:22:12 +00:00
Ben Bangert
3973a1c05c
Merge pull request #16397 from mozilla/chore/update-google-deps-1
...
chore: update google deps
2024-02-12 09:25:03 -08:00
Reino Muhl
2df7ca494a
chore(nx): upgrade to nx 18
...
Because:
* Want to migrate Nx to latest
This commit:
* Migrate nx to 18 using nx cli migrate latest
* Readd a few dev dependancies back into packages/**/package.json
* Behavior of `npx nx...` commands seems to have changed, resulting in
multiple "command not found: <library>" errors, where <library>
refers to libaries used in packages/**/package.json scripts, such as
tailwindcss, tsc-alias, nx, etc.
* Updates nx cache location for Circle CI
Closes #FXA-8880
2024-02-12 09:01:00 -05:00
Ben Bangert
0da49696bf
chore: update google deps
...
Because:
* We want to keep our dependencies up to date.
This commit:
* Updates the Google dependencies to the latest.
2024-02-09 18:10:40 -08:00
dschom
dc92cc9f15
chore(many): Upgrade otel
2024-02-09 17:15:23 -08:00
Ben Bangert
cb13c51b5a
Merge pull request #16394 from mozilla/chore/update-typescript-and-tsjest
...
chore: update TS to 5.3.3 and ts-jest
2024-02-09 16:25:15 -08:00
Ben Bangert
fb1c5d65f5
Merge pull request #16393 from mozilla/chore/update-sentry
...
task(many): Update @sentry/* packages to 7.100
2024-02-09 16:13:44 -08:00
Ben Bangert
9126901649
chore: update TS to 5.3.3 and ts-jest
...
Because:
* We want to keep our dependencies up to date.
This commit:
* Updates TypeScript to 5.3.3 and ts-jest to
29.1.2.
2024-02-09 15:52:20 -08:00
Ben Bangert
1d4012c970
Merge pull request #16379 from mozilla/chore/update-nestjs-dev-deps
...
chore: update nestjs dev dependencies
2024-02-09 15:45:16 -08:00
dschom
fb6fed9e88
task(many): Update @sentry/* packages to 7.100
2024-02-09 15:38:25 -08:00
Ben Bangert
68958f4dc3
chore: update nestjs dev dependencies
...
Because:
* We want to keep our dependencies up to date.
This commit:
* Updates nestjs dev dependencies to the latest versions.
2024-02-09 15:17:30 -08:00
dependabot[bot]
1ebbaf8189
chore(deps-dev): bump stylelint-config-recommended-scss
...
Bumps [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss ) from 12.0.0 to 14.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v12.0.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-recommended-scss
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 06:34:08 +00:00
Ben Bangert
9e654f9579
chore: update nestjs and related packages
...
Because:
* We want to keep up to date on nestjs and related packages.
This commit:
* Updates nestjs and related packages to the latest versions.
2024-02-08 13:12:16 -08:00
Barry Chen
2c8744562f
Merge pull request #16371 from mozilla/dependabot/npm_and_yarn/objection-3.1.3
...
chore(deps): bump objection from 3.0.2 to 3.1.3
2024-02-08 10:04:47 -06:00
Barry Chen
cd8695d8c0
Merge pull request #16370 from mozilla/dependabot/npm_and_yarn/storybook/html-webpack5-7.6.13
...
chore(deps-dev): bump @storybook/html-webpack5 from 7.0.26 to 7.6.13
2024-02-08 10:04:19 -06:00
Barry Chen
223a5f0901
Merge pull request #16366 from mozilla/dependabot/npm_and_yarn/apollo/server-4.10.0
...
chore(deps): bump @apollo/server from 4.9.3 to 4.10.0
2024-02-08 10:03:49 -06:00
dependabot[bot]
00ecac40a6
chore(deps): bump objection from 3.0.2 to 3.1.3
...
Bumps [objection](https://github.com/vincit/objection.js ) from 3.0.2 to 3.1.3.
- [Commits](https://github.com/vincit/objection.js/compare/3.0.2...3.1.3 )
---
updated-dependencies:
- dependency-name: objection
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 07:08:50 +00:00
dependabot[bot]
35db7cfd93
chore(deps-dev): bump @storybook/html-webpack5 from 7.0.26 to 7.6.13
...
Bumps [@storybook/html-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/html-webpack5 ) from 7.0.26 to 7.6.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.13/code/frameworks/html-webpack5 )
---
updated-dependencies:
- dependency-name: "@storybook/html-webpack5"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 07:08:00 +00:00
dependabot[bot]
1b583d9c37
chore(deps): bump babel-jest from 27.5.1 to 29.7.0
...
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest ) from 27.5.1 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 07:05:16 +00:00