Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"bumpManifestVer": "node ./bin/bumpManifestVer.js"
},
"dependencies": {
"@deskpro/app-sdk": "^6.0.6",
"@deskpro/deskpro-ui": "^8.3.1",
"@deskpro/app-sdk": "^6.0.8",
"@deskpro/deskpro-ui": "^8.4.0",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@sentry/react": "^9.38.0",
"@sentry/vite-plugin": "^3.5.0",
"@tanstack/react-query": "^4.40.1",
"formik": "^2.4.6",
"javascript-time-ago": "^2.5.11",
"@fortawesome/react-fontawesome": "^0.2.6",
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgraded version of @fortawesome/react-fontawesome (0.2.6) is marked as deprecated in the lock file. According to the deprecation notice, version 0.2.x is no longer supported, and you should update to v3.1.1 or greater unless you are still using FontAwesome 5.

Consider upgrading to the latest stable version (v3.x) to ensure continued support and compatibility with FontAwesome 6.

Suggested change
"@fortawesome/react-fontawesome": "^0.2.6",
"@fortawesome/react-fontawesome": "^3.1.1",

Copilot uses AI. Check for mistakes.
"@sentry/react": "^9.47.1",
"@sentry/vite-plugin": "^3.6.1",
"@tanstack/react-query": "^4.42.0",
"formik": "^2.4.9",
"javascript-time-ago": "^2.5.12",
"lodash.capitalize": "^4.2.1",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
Expand All @@ -41,10 +41,10 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^5.25.1",
"react-router-dom": "^6.30.1",
"react-time-ago": "^7.3.3",
"react-router-dom": "^6.30.2",
"react-time-ago": "^7.3.5",
"showdown": "1.9.1",
"styled-components": "^6.1.19",
"styled-components": "^6.2.0",
"ts-pattern": "3.3.5",
"use-debounce": "7.0.1",
"yup": "0.31.1"
Expand All @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/lodash": "^4.17.21",
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.clonedeep": "^4.5.9",
Expand All @@ -68,7 +68,7 @@
"@types/lodash.sorteduniq": "^4.2.9",
"@types/lodash.uniq": "^4.5.9",
"@types/lodash.values": "^4.3.9",
"@types/react": "^18.3.23",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/showdown": "1.9.4",
"@types/testing-library__jest-dom": "^5.14.9",
Expand All @@ -79,15 +79,15 @@
"adm-zip": "^0.5.16",
"cross-env": "7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^8.10.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"jest-environment-jsdom": "^30.2.0",
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgraded whatwg-encoding@3.1.1 package is deprecated in favor of @exodus/bytes. While this is a transitive dependency (via jsdom), you should monitor this deprecation as it may affect future compatibility if not addressed in upstream packages.

Copilot uses AI. Check for mistakes.
"react-resize-observer": "^1.1.1",
"rollup-plugin-copy": "3.4.0",
"slugify": "^1.6.6",
"ts-jest": "^27.1.5",
"typescript": "5.7.2",
"vite": "^6.3.6"
"vite": "^6.4.1"
}
}
Loading
Loading