Skip to content

Commit

Permalink
chore(deps): bump dependencies (#2950)
Browse files Browse the repository at this point in the history
* chore(deps): bump dependencies

* chore(docs): update README.md

* chore(deps): bump dependencies

* chore(deps): bump dependencies

* chore(deps): bump dependencies

* chore(links): update external link

* chore(links): update external link

* chore(deps): bump dependencies

* chore(deps): bump dependencies

* chore(deps): bump dependencies

* chore(deps): update content strings

* chore(deps): bump dependencies

* chore(deps): bump dependencies

---------

Co-authored-by: Zain Kassam <[email protected]>
  • Loading branch information
ttbarnes and Zain Kassam authored Aug 29, 2024
1 parent 817ffaa commit 5c55d11
Show file tree
Hide file tree
Showing 12 changed files with 3,193 additions and 3,476 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/content-strings/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const LINKS = {
GIVE_FEEDBACK_LOWERCASE: 'give feedback',
SKIP_TO_MAIN_CONTENT: 'Skip to main content',
EXTERNAL: {
GUIDANCE: 'https://www.gov.uk/guidance/export-insurance-policy#eligibility',
BEFORE_YOU_START: 'https://www.gov.uk/guidance/get-a-quote-for-ukef-export-insurance',
GUIDANCE: 'https://www.gov.uk/guidance/credit-insurance-policy#eligibility',
BEFORE_YOU_START: 'https://www.gov.uk/guidance/get-a-quote-for-ukef-credit-insurance',
PRIVACY: 'https://www.gov.uk/government/publications/ukef-privacy-notice/ukef-privacy-notice--2',
FEEDBACK: 'https://forms.office.com/r/TacytrRCgJ',
RESEARCH: 'https://forms.office.com/pages/responsepage.aspx?id=jhOEgACUnkCm2ka1KB4LCkj8OKxLpCpDmTbrMyQ3j2JUOUFHNUc0QUhUOFdLNkJXWkRUS0wyMUZFNiQlQCN0PWcu',
Expand All @@ -24,7 +24,7 @@ export const LINKS = {
'https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1075267/10489_UKEF_Export_Insurance_Proposal_Form_20220513-fillable.pdf',
NBI_FORM:
'https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1041659/export-insurance-non-binding-indication-request-form_20170609.pdf',
FULL_APPLICATION: 'https://www.gov.uk/guidance/apply-for-ukef-export-insurance',
FULL_APPLICATION: 'https://www.gov.uk/guidance/apply-for-ukef-credit-insurance',
ABILITY_NET: 'https://mcmw.abilityNet.org.uk',
EQUALITY_ADVISORY_SERVICE: 'https://www.equalityadvisoryservice.com',
ACCESSIBILITY_GUIDLINES: 'https://www.w3.org/TR/WCAG21',
Expand Down
1,090 changes: 427 additions & 663 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"cypress": "^13.13.2",
"cypress": "^13.14.0",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"graphql-tag": "^2.12.6",
Expand All @@ -64,28 +64,28 @@
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^7.18.0",
"commitlint": "^19.4.0",
"cspell": "^8.13.2",
"commitlint": "^19.4.1",
"cspell": "^8.14.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.3.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"ts-jest": "^29.2.4",
"sort-package-json": "^2.10.1",
"ts-jest": "^29.2.5",
"typescript": "5.5.4",
"yaml-lint": "^1.7.0"
},
Expand Down
8 changes: 7 additions & 1 deletion src/api/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ module.exports = {
},
},
rules: {
'import/no-unresolved': [2, { caseSensitive: false }],
/**
* Ignore 2x NPM package imports used for data migration.
* We do not want to include these packages in package.json when data migration is irrelevant.
* We only need these packages and data migration during major phases/releases of EXIPs,
* that contain breaking data changes.
*/
'import/no-unresolved': [2, { caseSensitive: false, ignore: ['@paralleldrive/cuid2', 'mysql2/promise'] }],
'@typescript-eslint/indent': ['error', 2],
'max-len': [
'error',
Expand Down
Loading

0 comments on commit 5c55d11

Please sign in to comment.