Skip to content

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#813)…
Browse files Browse the repository at this point in the history
… (#832)

* feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#813)

* fix: fixed and whitelisted vulnerabilities (#833)

* fix: fixed @adobe/css-tools vulnerability

* refactor: whitelisted axios vulnerability since we'll upgrade it separately

* fix: fixed integrity issue

---------

Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com>
  • Loading branch information
regisb and abdullahwaheed authored Dec 7, 2023
1 parent 5a4abc1 commit 40ef3bd
Show file tree
Hide file tree
Showing 4 changed files with 4,030 additions and 1,675 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json

# This directory must match .babelrc .
transifex_temp = ./temp/babel-plugin-react-intl
transifex_temp = ./temp/babel-plugin-formatjs

precommit:
npm run lint
npm run audit:allowlisted

requirements:
npm install
npm ci

i18n.extract:
# Pulling display strings from .jsx files into .json files...
Expand Down
3 changes: 2 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"allowlist": [
"GHSA-hpx4-r86g-5jrg"
"GHSA-hpx4-r86g-5jrg",
"GHSA-wf5p-g6vw-rhxx"
],
"moderate": true
}
Loading

0 comments on commit 40ef3bd

Please sign in to comment.