fxa/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

290 строки
9.8 KiB
JSON
Исходник Обычный вид История

2014-11-05 04:38:23 +03:00
{
2019-03-30 04:22:03 +03:00
"name": "fxa",
"private": true,
2019-03-30 04:22:03 +03:00
"version": "2.0.0",
"description": "Firefox Accounts monorepo",
2014-11-05 04:38:23 +03:00
"scripts": {
"preinstall": "_scripts/check-package-manager.sh",
"authors": "git shortlog -s | cut -c8- | sort -f > AUTHORS",
"start": "nps --prefix=start",
"stop": "nps --prefix=stop",
"restart": "nps --prefix=restart",
"delete": "nps --prefix=delete",
"rebuild-packages": "nx run-many -t build --all",
"adb-reverse": "./_scripts/adb-reverse.sh",
"test": "_scripts/test-package.sh",
"config-fxios": "node _scripts/config-fxios.js",
"format": "yarn workspaces foreach run format",
"ports": "pm2 jlist | json -a -c 'this.pm2_env.env.PORT' pm2_env.env.PORT name",
2022-08-30 18:46:08 +03:00
"heroku-postbuild": "yarn workspaces foreach --verbose --include 123done install",
"mysql": "docker exec -it $(docker container ls | grep mysql | cut -d' ' -f1) mysql",
"firefox": "FIREFOX_DEBUGGER=true ./packages/fxa-dev-launcher/bin/fxa-dev-launcher.mjs",
"generate-lockfile": "docker build . -f _dev/docker/ci-lockfile-generator/Dockerfile -t generate-lockfile && docker run generate-lockfile > yarn.lock",
"l10n:clone": "_scripts/l10n/clone.sh",
"l10n:prime": "_scripts/l10n/prime.sh",
"l10n:bundle": "_scripts/l10n/bundle.sh",
"legal:clone": "_scripts/clone-legal-docs.sh",
"gql:allowlist": "nx run-many -t gql-extract && nx run-many -t gql-copy",
"check:mysql": "_scripts/check-mysql.sh",
"check:url": "_scripts/check-url.sh"
2014-12-30 08:57:38 +03:00
},
2019-03-30 04:22:03 +03:00
"homepage": "https://github.com/mozilla/fxa",
"bugs": {
2019-03-30 04:22:03 +03:00
"url": "https://github.com/mozilla/fxa/issues"
},
2014-12-30 08:57:38 +03:00
"repository": {
"type": "git",
2019-03-30 04:22:03 +03:00
"url": "https://github.com/mozilla/fxa"
2014-11-05 04:38:23 +03:00
},
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
2014-11-05 04:38:23 +03:00
"dependencies": {
"@apollo/client": "^3.11.1",
"@apollo/server": "^4.10.5",
"@faker-js/faker": "^8.4.1",
"@fluent/bundle": "^0.18.0",
"@fluent/react": "^0.15.2",
"@google-cloud/bigquery": "^7.7.0",
"@google-cloud/firestore": "^7.9.0",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.2.0",
"@google-cloud/pubsub": "^4.3.1",
"@google-cloud/translate": "^8.2.0",
"@grpc/grpc-js": "^1.11.1",
"@mozilla/glean": "^5.0.3",
"@nestjs/apollo": "^12.1.0",
"@nestjs/common": "^10.3.4",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.4",
"@nestjs/graphql": "^12.2.0",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/schedule": "^4.0.1",
"@opentelemetry/api": "^1.8.0",
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 10:15:57 +03:00
"@opentelemetry/auto-instrumentations-node": "^0.44.0",
"@opentelemetry/context-zone": "^1.23.0",
"@opentelemetry/context-zone-peer-dep": "^1.23.0",
"@opentelemetry/exporter-jaeger": "^1.23.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.50.0",
"@opentelemetry/instrumentation-document-load": "^0.37.0",
"@opentelemetry/instrumentation-fetch": "^0.50.0",
"@opentelemetry/instrumentation-user-interaction": "^0.37.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.50.0",
"@opentelemetry/sdk-trace-base": "^1.23.0",
"@opentelemetry/sdk-trace-node": "^1.23.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@paypal/react-paypal-js": "^8.6.0",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-tooltip": "^1.1.2",
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 09:58:36 +03:00
"@sentry/browser": "^7.113.0",
"@sentry/integrations": "^7.113.0",
"@sentry/node": "^7.113.0",
"@sentry/opentelemetry-node": "^7.113.0",
"@swc/helpers": "0.5.11",
"@type-cacheable/core": "^14.0.1",
"@type-cacheable/ioredis-adapter": "^10.0.4",
"base64url": "^3.0.1",
"bn.js": "^5.2.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
2019-03-30 04:22:03 +03:00
"diffparser": "^2.0.1",
"dotenv": "^16.4.5",
chore(deps): bump the npm_and_yarn group with 8 updates Bumps the npm_and_yarn group with 8 updates: | Package | From | To | | --- | --- | --- | | [graphql](https://github.com/graphql/graphql-js) | `16.8.0` | `16.9.0` | | [jose](https://github.com/panva/jose) | `5.3.0` | `5.4.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.9.8` | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [ws](https://github.com/websockets/ws) | `8.17.0` | `8.17.1` | | [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `7.2.1` | `7.3.0` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.9.12` | `1.9.15` | Updates `graphql` from 16.8.0 to 16.9.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.9.0) Updates `jose` from 5.3.0 to 5.4.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.3.0...v5.4.0) Updates `mysql2` from 3.9.7 to 3.9.8 - [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.7...v3.9.8) Updates `semver` from 7.6.2 to 7.6.3 - [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.2...v7.6.3) Updates `postcss` from 8.4.38 to 8.4.39 - [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.38...8.4.39) Updates `ws` from 8.17.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1) Updates `webpack-dev-middleware` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v7.2.1...v7.3.0) Updates `@grpc/grpc-js` from 1.9.12 to 1.9.15 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.12...@grpc/grpc-js@1.9.15) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: semver dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-middleware dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@grpc/grpc-js" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 01:51:33 +03:00
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"hot-shots": "^10.0.0",
"husky": "^4.2.5",
"jose": "^5.7.0",
"knex": "^3.1.0",
"kysely": "^0.27.2",
"lint-staged": "^15.2.0",
"module-alias": "^2.2.3",
"mysql": "^2.18.1",
chore(deps): bump the npm_and_yarn group with 8 updates Bumps the npm_and_yarn group with 8 updates: | Package | From | To | | --- | --- | --- | | [graphql](https://github.com/graphql/graphql-js) | `16.8.0` | `16.9.0` | | [jose](https://github.com/panva/jose) | `5.3.0` | `5.4.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.9.8` | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [ws](https://github.com/websockets/ws) | `8.17.0` | `8.17.1` | | [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `7.2.1` | `7.3.0` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.9.12` | `1.9.15` | Updates `graphql` from 16.8.0 to 16.9.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.9.0) Updates `jose` from 5.3.0 to 5.4.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.3.0...v5.4.0) Updates `mysql2` from 3.9.7 to 3.9.8 - [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.7...v3.9.8) Updates `semver` from 7.6.2 to 7.6.3 - [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.2...v7.6.3) Updates `postcss` from 8.4.38 to 8.4.39 - [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.38...8.4.39) Updates `ws` from 8.17.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1) Updates `webpack-dev-middleware` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v7.2.1...v7.3.0) Updates `@grpc/grpc-js` from 1.9.12 to 1.9.15 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.12...@grpc/grpc-js@1.9.15) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: semver dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-middleware dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@grpc/grpc-js" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 01:51:33 +03:00
"mysql2": "^3.9.8",
"nest-typed-config": "^2.9.2",
"nest-winston": "^1.9.4",
"next": "14.2.3",
"next-auth": "beta",
"node-fetch": "^2.6.7",
"node-hkdf": "^0.0.2",
"node-jose": "^2.2.0",
"nps": "^5.10.0",
"objection": "^3.1.3",
"passport": "^0.7.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.1",
"pm2": "^5.3.0",
"prettier": "^2.6.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga4": "^2.1.0",
"rxjs": "^7.8.1",
chore(deps): bump the npm_and_yarn group with 8 updates Bumps the npm_and_yarn group with 8 updates: | Package | From | To | | --- | --- | --- | | [graphql](https://github.com/graphql/graphql-js) | `16.8.0` | `16.9.0` | | [jose](https://github.com/panva/jose) | `5.3.0` | `5.4.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.9.8` | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [ws](https://github.com/websockets/ws) | `8.17.0` | `8.17.1` | | [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `7.2.1` | `7.3.0` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.9.12` | `1.9.15` | Updates `graphql` from 16.8.0 to 16.9.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.9.0) Updates `jose` from 5.3.0 to 5.4.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.3.0...v5.4.0) Updates `mysql2` from 3.9.7 to 3.9.8 - [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.7...v3.9.8) Updates `semver` from 7.6.2 to 7.6.3 - [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.2...v7.6.3) Updates `postcss` from 8.4.38 to 8.4.39 - [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.38...8.4.39) Updates `ws` from 8.17.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1) Updates `webpack-dev-middleware` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v7.2.1...v7.3.0) Updates `@grpc/grpc-js` from 1.9.12 to 1.9.15 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.12...@grpc/grpc-js@1.9.15) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: semver dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-middleware dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@grpc/grpc-js" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 01:51:33 +03:00
"semver": "^7.6.3",
"set-value": "^4.1.0",
"stripe": "^15.8.0",
"tslib": "^2.6.2",
"uuid": "^10.0.0",
"winston": "^3.13.0"
2019-03-30 04:22:03 +03:00
},
"engines": {
"node": "^20.11.1"
2019-03-30 04:22:03 +03:00
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-checkout": "_scripts/git-checkout-hook.sh",
"post-merge": "_scripts/git-merge-hook.sh"
}
},
"lint-staged": {
"packages/!(fxa-payments-server)/**/*.js": [
"prettier --config _dev/.prettierrc --write",
"eslint"
],
2019-10-02 19:23:15 +03:00
"*.{ts,tsx}": [
"prettier --config _dev/.prettierrc --write"
],
"packages/fxa-auth-server/**/*.{ts,tsx}": [
"eslint"
],
"*.css": [
"prettier --config _dev/.prettierrc --write"
],
"*.scss": [
"stylelint --config _dev/.stylelintrc"
],
"*.md": [
"prettier --config _dev/.prettierrc --write"
]
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.4",
2024-07-27 19:35:54 +03:00
"@nx/esbuild": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/next": "19.5.3",
"@nx/node": "19.5.3",
"@nx/react": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/workspace": "19.5.3",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-styling": "^1.3.7",
"@storybook/core-common": "^7.4.5",
"@storybook/core-server": "^7.6.17",
"@storybook/html-webpack5": "^7.6.13",
"@storybook/nextjs": "^7.6.14",
"@storybook/react-webpack5": "^7.4.5",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.29",
"@swc/jest": "^0.2.36",
"@testing-library/react": "15.0.6",
"@types/babel__core": "^7",
"@types/bn.js": "^5",
"@types/jest": "^29.5.1",
"@types/module-alias": "^2",
"@types/mysql": "^2",
"@types/node": "^20.11.1",
"@types/passport": "^1.0.6",
"@types/passport-http-bearer": "^1.0.36",
"@types/passport-jwt": "^4",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^18",
"@types/set-value": "^4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.7.0",
"esbuild": "^0.17.15",
"esbuild-register": "^3.5.0",
"eslint": "^7.32.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-fxa": "workspace:*",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-http": "^2.3.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.7.0",
2021-05-24 21:44:40 +03:00
"json": "^11.0.0",
task(CI): build, unit test, and integration test jobs Because: - We wanted to run a few preliminary checks before proceeding to more expensive CI jobs. Checks include: - Compiling typescript in commonly referenced workspace packages - Linting code that has changed - Executing Unit Tests for code that has changed - We wanted to partition test operations into unit tests, and integration tests. Unit tests can be run relatively quickly and require no additional infrastructure. Integration tests require additional infrastructure and generally have longer execution times. Now that jobs are blocked from running until preliminary checks pass, one of which is unit tests, it is important to draw a distinction between these two types of tests. - We want to avoid unnecessary yarn installs and typescript compilations, which are time consuming. - We want to make sure that test results are published and failing tests can be easily viewed in the CI. This Commit: - Creates a build-and-validate job in the CI that builds, lints, and unit tests code prior to running any other jobs. - Creates unit-test job in CI config - Creates integration-test job in CI config - Removes redundant calls to compile workspace packages. These are now built up front, cached, and restored as needed for future runs. - Extends the create-lists script functionality to generate commands that can be executed with the parallel command. - Removes unnecessary yarn install operations. Invoking yarn workspace focus results in a yarn install. In the case of running tests this is largely unnecessary, because we already do a yarn install in the base-install step. - Make sure test results are exported as junit xml so the CI can report back on tests that were failing. This was done for a couple workspace packages, but many were lacking the capability. All test:unit and test:integration npm scripts now export this data. - Fixes the following issues encountered along the way: - Adds logs to monitor heap usage of jest tests. Some jest tests are still using a lot of memory. - Moves a few slow / long running tests from unit test to integration tests. - Ensures that jest.transform for ts-jest is always instructed to have the config option isolateModules is set to true. This definitely decreases memory overhead and resolves some of the OOM errors we were hitting. It was configured in some places but not everywhere. - Exports test results files for all tests - Exports all test artifacts - Uses gnu parallel to run tests in parallel. Turns out yarn workspaces foreach would give a false positive when an OOM was encountered. Fortunately, the parallel command offered an acceptable work around, and even offers some nice features like the load argument, which allows to control test execution a bit more efficiently.
2023-01-10 23:52:01 +03:00
"mocha-junit-reporter": "^2.2.0",
"mocha-multi": "^1.1.7",
2024-07-27 19:35:54 +03:00
"nx": "19.5.3",
"nx-cloud": "19.0.0",
"persistgraphql": "^0.3.11",
"postcss": "8.4.41",
"react-test-renderer": "^18.3.1",
"reflect-metadata": "^0.2.1",
"server-only": "^0.0.1",
"stylelint": "^16.8.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^14.0.0",
"tailwindcss": "3.4.3",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.3"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"@babel/core": "^7.22.5",
"@babel/helper-module-imports": "^7.22.5",
"@babel/types": "^7.22.5",
"@graphql-typed-document-node/core": "3.2.0",
"@svgr/webpack": "^8.0.1",
"@types/node": "^20.11.1",
"@types/react": "^18",
"asn1.js": ">=5.4.1",
"bn.js": "^5.2.1",
"browserid-crypto": "https://github.com/mozilla-fxa/browserid-crypto.git#5979544d13eeb15a02d0b9a6a7a08a698d54d37d",
"css-minimizer-webpack-plugin": ">=4 <5",
"elliptic": ">=6.5.4",
2022-04-12 01:37:28 +03:00
"eslint-plugin-import": "^2.25.2",
"fbjs/isomorphic-fetch": "^3.0.0",
"flat": ">=5.0.2",
"gobbledygook": "https://github.com/mozilla-fxa/gobbledygook.git#354042684056e57ca77f036989e907707a36cff2",
"http-proxy": "^1.18.1",
"minimist": "^1.2.6",
"moment:>2.0.0 <3": ">=2.29.4",
"node-forge": ">=1.3.0",
"nest-typed-config/class-validator": "0.14.1",
"parse-asn1": ">=5.1.7",
"plist": "^3.0.6",
"protobufjs:>6.0.0 <7": ">=6.11.4",
"tap/typescript": "^4.5.2",
"terser:>4.0.0 <5": ">=4.8.1",
"terser:>5 <6": ">=5.14.2",
"underscore": ">=1.13.2"
},
"packageManager": "yarn@3.3.0",
"_moduleAliases": {
"@fxa/vendored/jwtool": "./dist/libs/vendored/jwtool/main.cjs",
"@fxa/vendored/crypto-relier": "./dist/libs/vendored/crypto-relier/main.cjs",
2024-07-03 23:50:09 +03:00
"@fxa/vendored/crypto-relier/esm": "./dist/libs/vendored/crypto-relier/main.js",
"@fxa/shared/pem-jwk": "./dist/libs/shared/pem-jwk/main.cjs",
"@fxa/shared/l10n": "./dist/libs/shared/l10n/main.cjs"
}
2014-11-05 04:38:23 +03:00
}