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

22 Коммитов

Автор SHA1 Сообщение Дата
dschom 47cd83d55d
task(many): Fix YN0068
Because:
- We are cleaning up yarn warnings.
- We want to address YN0068 errors

This Commit:
- Removes `react-document-title@*:` from the packageExtensions defined in `.yarnrc.yml`
- It appears this extension was no longer needed / referenced.
2023-04-13 14:57:13 -07:00
Wil Clouser e4add49a11
chore(deps): remove yarn-plugin-relock
Because:

* This was added to be used with bananafox

This commit:

* removes yarn-plugin-relock

Closes FXA-7008
2023-03-07 07:39:49 -08:00
dschom acf3c82590
task(ci): Use docker base image
Because:
- We want to speed up pipeline startup.

This Commit:
- Optimizes docker base image builds for the smallest images possible.
- Enables hard links for yarn cache
- Enables global yarn cache
- Avoids needlessly installing playwright browsers.
- Avoids needlessly running yarn install.
- Uses mozilla/fxa-circleci:ci-base-latest image for running test pipelines
- Uses mozilla/fxa-circleci:ci-base-browsers image for running functional tests pipelines
- Creates configurable executors that can be reused across pipelines
- Upgrades to yarn 3.3.0
- Enabled direct check out of PR code to test, which is faster than circle ci’s checkout command.
- Upgrades functional test to X-Large. This was already the case for playwright tests, but is now extended to content server tests too. This decision was made due to running lots of pipelines and realizing flakiness was largely due to CPU or memory hitting 100% for long periods of time.
- Turns off tracing, since it saves a bit of runtime.
2022-12-15 15:48:16 -08:00
Danny Coates 5bfb78b0ab
chore(deps): update yarn to 3.1.1 2021-12-22 15:35:47 -08:00
Danny Coates c72a1a0032
chore(deps): Update yarn to 3.1.0 and dedupe deps. fix resolve conflicts (#11072)
chore(deps): updated yarn to 3.1.0

chore(deps): need to be explicit about postcss deps now, apparently

chore(deps): update yarn relock to skip adding checksums for conditional deps

This matches the default behavior of yarn 3.1

danny hates storybook

update yarn workspace plugin
2021-11-18 17:58:42 -08:00
Danny Coates a95f1270af
refactor(build): use esbuild instead of ts-node (#10639) 2021-10-07 09:57:36 -07:00
Danny Coates b8a6bd51c6
chore(deps): updated yarn to 3.0 and typescript to 4.3.5 2021-07-28 10:41:27 -07:00
Danny Coates 952e4f3885
chore(deps): added "yarn outdated" plugin + updated some deps 2021-05-24 12:44:48 -07:00
Danny Coates 2e9ff2e14d
chore(deps): update typescript to v4 2021-05-06 14:44:40 -07:00
Danny Coates ecf5b8d762
chore(deps): update yarn and dedupe 2021-03-16 15:32:41 -07:00
Danny Coates 15d97daa3c
chore(deps): fixed low severity vuln in node-fetch 2021-01-05 14:01:41 -08:00
Danny Coates b0007a1866
chore(deps): prune yarn packageExtensions 2021-01-05 13:29:44 -08:00
Danny Coates 7c59bfd134
chore(deps): updated yarn to 2.4.0 2021-01-05 12:53:56 -08:00
Danny Coates b85dcbe43b
chore(deps): updated yarn 2020-10-14 09:18:21 -07:00
Danny Coates 6a41db00aa
chore(deps): updated yarn to 2.2.2 2020-09-18 10:18:09 -07:00
Danny Coates b32addf864
chore(deps): fixed yarn dependency warnings 2020-09-17 13:53:43 -07:00
Danny Coates 1bc3b198bb
feat(dev): added yarn relock plugin
The relock plugin regenerates the `yarn.lock` without doing a full install. This is mainly for the github bot to automatically update dependabot PRs with commits to update the `yarn.lock`.
2020-09-02 13:26:42 -07:00
Danny Coates da2e99729c
chore(deps): update yarn version and root level deps 2020-08-21 17:06:03 -07:00
Ben Bangert 245568d56c
chore: update typescript
Because:

* Using the latest everywhere helps with consistency and smaller build
  size.

This commit:

* Updates for TypeScript 3.9.7 everywhere in FxA.
2020-08-15 11:15:44 -07:00
Danny Coates 80bf067739
chore(deps): updated yarn
updated yarn to pick up https://github.com/yarnpkg/berry/pull/1366 from upstream instead of my fork
2020-06-26 13:24:09 -07:00
Danny Coates 3fa9529194
chore(deps): updated dependencies
chore(deps): updated aws-sdk

chore(deps): remove raven and update @sentry/*

chore(deps): updated mysql deps

chore(deps): updated eslint-plugin-fxa

chore(deps): updated bluebird

chore(deps): updated request

chore(deps): use jest 24.9.0 (same as react-scripts)

chore(deps): update convict

chore(deps): update morgan

chore(deps): update eslint-plugin-jest

chore(deps): update babel-eslint

chore(deps): removed nodemon

chore(deps): update @types/convict

chore(deps): set @types/jest to match jest version

chore(deps): set @babel/core to ^7.9.0

chore(deps): set @babel/preset-env to 7.9.0

chore(deps): update hapi
2020-06-22 17:11:50 -07:00
Danny Coates 81575019a9
refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00