Jared Hirsch
e47bc55ba4
chore(deps): Updates to address nsp advisory 1488
2020-03-06 17:00:40 -08:00
Jackie Munroe
5339a3c5a4
Release 1.161.1
2020-03-06 09:35:29 -08:00
Jackie Munroe
c16623eaac
Release 1.161.0
2020-03-05 12:56:18 -08:00
Danny Coates
9e25046cf1
Merge pull request #4393 from mozilla/train-160
...
Train 160
2020-03-04 09:36:42 -08:00
Dave Justice
af3cac7651
Release 1.160.1
2020-03-03 17:05:52 +00:00
Jackie Munroe
4e70828567
docs(contributing): update contact information to reflect move to Matrix
...
Because: On March 2020, Mozilla moved from IRC to Matrix. To ensure a smooth transition, information on how to access Matrix and reach the fxa team in this new virtual space needed to be added to our documentation.
2020-02-28 10:17:39 -08:00
Dave Justice
897601b0d6
Release 1.160.0
2020-02-27 17:54:06 +00:00
Danny Coates
1a060a9af7
Release 1.159.0
2020-02-20 14:23:33 -08:00
Barry Chen
ea0264677c
Release 1.158.1
2020-02-14 15:55:58 -06:00
Barry Chen
1859ae761a
Release 1.158.0
2020-02-13 13:12:12 -06:00
Ben Bangert
316e86e6e2
Release 1.157.0
2020-02-06 16:16:14 -08:00
Wil Clouser
67b54de3d4
Release 1.156.0
2020-02-03 17:48:09 -08:00
Les Orchard
fd5853c6eb
Release 1.155.0
2020-01-30 04:31:48 -05:00
Vijay Budhram
303ce4b889
fix(geo): Add scripts to create custom fxa geodb mmdb file
2020-01-09 15:05:40 -05:00
Danny Coates
2799b4ec64
Merge pull request #3814 from mozilla/train-154
...
Release 1.154.0
2020-01-08 14:02:40 -08:00
Jody Heavener
a238c3d277
refactor(git): merge all package gitignores into single root-level gitignore
2020-01-07 15:12:25 -05:00
Wil Clouser
6dde71a150
Release 1.154.0
2020-01-06 10:52:58 -08:00
Vijay Budhram
2c480cf13f
fix(tests): Temporary use fxa hosted cities db to get tests working
2019-12-30 14:42:23 -05:00
Vijay Budhram
e6fa52b681
Release 1.153.0
2019-12-23 23:37:52 -05:00
Vijay Budhram
c85b724d8a
Merge branch 'master' into train-152-merge-master
2019-12-16 20:42:10 -05:00
Vijay Budhram
fdac8446fb
Release 1.152.1
2019-12-16 20:27:47 -05:00
Vijay Budhram
a8c0cc64ad
Merge pull request #3676 from mozilla/train-152, r=@vbudhram
...
Train 152.1 point release -> master
2019-12-16 18:12:13 -05:00
Dave Justice
9b4789125d
chore(monorepo): remove stale references to travisci
...
- removed pre-monorepo stale build status badges for circleci
- fixes #3630
2019-12-16 20:10:28 +00:00
Lauren Zugai
4b28f98298
Release 1.152.1
2019-12-16 13:58:11 -06:00
Lauren Zugai
6a42f1a57b
Release 1.152.0
2019-12-09 15:29:40 -06:00
Jared Hirsch
cf00e9c1da
Merge branch 'mozilla-master' into mozilla-train-151
2019-12-09 12:49:57 -08:00
Shane Tomlinson
99f840f6e6
Release 1.151.5
2019-12-09 17:38:45 +00:00
Jared Hirsch
4179618513
Release 1.151.4
2019-12-05 10:44:00 -08:00
Jared Hirsch
43568af045
Release 1.151.3
2019-12-03 14:22:54 -08:00
Jared Hirsch
e90b87b336
Release 1.151.2
2019-12-02 11:56:51 -08:00
Shane Tomlinson
d507aa7a23
Merge pull request #3482 from mozilla/train-151 r=@vladikoff, @shane-tomlinson
...
Release 1.151.0
2019-11-28 06:28:08 +00:00
Vijay Budhram
036a2b71ed
Release 1.151.1
2019-11-26 14:56:30 -05:00
Renovate Bot
aac281caf5
chore(deps): update babel monorepo to v7.7.4
2019-11-25 22:22:05 +00:00
Jared Hirsch
de590af1b4
Release 1.151.0
2019-11-25 14:03:21 -08:00
Danny Coates
a721b554a8
Merge pull request #3468 from mozilla/train-150
...
Train 150.9 to master
2019-11-25 10:15:58 -08:00
Shane Tomlinson
886d1bbe08
Release 1.150.9
2019-11-22 21:56:49 +00:00
Danny Coates
ea9f05f933
Release 1.150.8
2019-11-22 11:19:15 -08:00
Danny Coates
1371b9a254
Merge pull request #3398 from mozilla/train-150
...
Train 150 v1.150.3 / v.1.150.4 release
2019-11-21 17:04:10 -08:00
Danny Coates
0ef450e765
Release 1.150.7
2019-11-21 16:53:49 -08:00
Vlad Filippov
ee194ec2b6
Release 1.150.6
2019-11-21 17:05:42 -05:00
Vlad Filippov
ca93c526dd
Release 1.150.5
2019-11-20 14:15:27 -05:00
Dave Justice
dd6ff5d5d5
Release 1.150.4
2019-11-19 20:27:01 +00:00
Danny Coates
ccd3c2b07e
feat(audit): run npm audit on push instead of in ci
...
It's pretty disheartening when your PR fails in ci because of an
npm advisory unrelated to your changes. We still need to be aware
of them but have the ability to more easily keep doing other work.
Running the audit on git push allows us all to see advisories
quickly, but allows us to override and push with --no-verify so
work can continue and the advisory addressed on its own.
2019-11-19 12:02:22 -08:00
Dave Justice
6d173d2e8b
Release 1.150.3
2019-11-18 21:47:08 +00:00
Jared Hirsch
f7324a1b2f
chore(deps): Remove stale nsp exceptions from .nsprc files
2019-11-18 13:34:26 -08:00
Jared Hirsch
1b0141e2b3
chore(deps): Get audit-filter working for all packages in monorepo
...
* Add a lint:deps job to the top-level package.json, so lerna can run
lint:deps in all packages in parallel.
* Also handle recent handlebars vulnerability, so that builds don't fail.
* Note, the lint:deps job is a no-op in fxa-amplitude-send, as I can't
get it to build yet in the monorepo.
Some of the vulnerabilities are in transitive dependencies, yet the
suggested `npm update foo --depth N` command sometimes seems to do
nothing. There was a related bug in npm 6.6.0 - 6.11.2, fixed by
https://github.com/npm/cli/pull/239 , but perhaps that didn't fix all the
cases? (I was using npm 6.12.0.) As a workaround, I've added audit-filter
exceptions where `npm update` wasn't able to fix vulnerabilities.
Fixes #2229 .
2019-11-18 12:05:32 -08:00
Dave Justice
0a5e3950f8
task(monorepo): eslint consolidation
...
- fixes #3082
- remove grunt when can be replaced with only eslint
- update to new eslint config using prettier rules
- fix linting errors
2019-11-15 23:24:09 +00:00
Dave Justice
5dd2076e4b
Release 1.150.2
2019-11-13 20:21:44 +00:00
Dave Justice
c2884bd884
Release 1.150.1
2019-11-12 21:32:25 +00:00
Dave Justice
0d80e0cfef
Release 1.150.0
2019-11-11 19:53:01 +00:00