-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #612 from alphagov/package-updates
Update packages, configs + Node.js 20
- Loading branch information
Showing
26 changed files
with
20,638 additions
and
17,327 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This list builds on the GOV.UK service manual's browser testing recommendations | ||
# https://www.gov.uk/service-manual/technology/designing-for-different-browsers-and-devices | ||
|
||
> 0.1% in GB and not dead | ||
last 6 Chrome versions | ||
last 6 Firefox versions | ||
last 6 Edge versions | ||
last 2 Samsung versions | ||
Firefox ESR | ||
Safari >= 11 | ||
iOS >= 11 | ||
ie 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npm run build && node scripts/check-staged.mjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lts/fermium | ||
lts/iron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/** | ||
* Babel config | ||
* | ||
* @type {import('@babel/core').ConfigFunction} | ||
*/ | ||
module.exports = { | ||
presets: [ | ||
[ | ||
'@babel/preset-env', | ||
{ | ||
bugfixes: true, | ||
corejs: '3.33', | ||
loose: true, | ||
shippedProposals: true, | ||
useBuiltIns: 'usage' | ||
} | ||
] | ||
], | ||
|
||
plugins: [ | ||
['@babel/plugin-transform-react-jsx', { pragma: 'h' }] | ||
], | ||
|
||
env: { | ||
test: { | ||
plugins: ['istanbul'] | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.