diff --git a/frontend/packages/manager/package.json b/frontend/packages/manager/package.json index 3575b0b..0f6694f 100644 --- a/frontend/packages/manager/package.json +++ b/frontend/packages/manager/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.2.0", "@jest/globals": "^30.4.1", "@splunk/babel-preset": "^4.0.0", - "@splunk/eslint-config": "^4.0.0", + "@splunk/eslint-config": "^6.0.0", "@splunk/splunk-utils": "^2.3.4", "@splunk/stylelint-config": "^5.1.0", "@splunk/webpack-configs": "^5.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d6bc7f5..c5e4d3a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2871,10 +2871,17 @@ "@babel/preset-env" "^7.2.0" "@babel/preset-react" "^7.0.0" -"@splunk/eslint-config@^4.0.0": - version "4.0.0" - resolved "https://registry.npmjs.org/@splunk/eslint-config/-/eslint-config-4.0.0.tgz" - integrity sha512-u2ZbzoLVJUtcBwX5RcAzET9cGuKjFrDOHLcA0FswmhPkrfSWVl7Ajd6ewGWCyG3tJxXSPvuYutD7SPeSBurIMg== +"@splunk/eslint-config@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@splunk/eslint-config/-/eslint-config-6.0.0.tgz#9fa505c691269223548c03b6bc38c5f3cfda5af7" + integrity sha512-wuQNNex2YFlWtZnem+zuya5HwjMxXa65vPgzBv2lnQKWen4EEdhqW7dXrReJwQfSAzTqXHBnTmGhpg3olezeCA== + dependencies: + eslint-config-prettier "^10.1.8" + eslint-plugin-import "^2.32.0" + eslint-plugin-jsx-a11y "^6.10.2" + eslint-plugin-react "^7.37.1" + eslint-plugin-react-hooks "^5.2.0" + globals "^16.0.0" "@splunk/react-icons@^4.14.0": version "4.14.0" @@ -5773,6 +5780,11 @@ eslint-config-airbnb@^18.2.1: object.assign "^4.1.2" object.entries "^1.1.2" +eslint-config-prettier@^10.1.8: + version "10.1.8" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" + integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== + eslint-config-prettier@^6.15.0: version "6.15.0" resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz" @@ -5863,7 +5875,12 @@ eslint-plugin-react-hooks@^4.2.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== -eslint-plugin-react@^7.37.5: +eslint-plugin-react-hooks@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3" + integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg== + +eslint-plugin-react@^7.37.1, eslint-plugin-react@^7.37.5: version "7.37.5" resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065" integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA== @@ -6631,6 +6648,11 @@ globals@^13.6.0, globals@^13.9.0: dependencies: type-fest "^0.20.2" +globals@^16.0.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1" + integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ== + globalthis@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz"