-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packs component eslint #3394
Packs component eslint #3394
Conversation
"*.d.ts", | ||
"visuals/**/*.ts", | ||
"playwright.config.ts", | ||
"_partials/*.ts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added _partials
to the list.
@@ -1,6 +1,6 @@ | |||
module.exports = { | |||
env: { browser: true, es2015: true, node: true }, | |||
settings: { "import/resolver": "webpack" }, | |||
settings: { "import/resolver": "webpack", react: { version: "detect" } }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We were missing react: { version: "detect" }
which is why the why the react warning is always popping up. This allows eslint to auto detect the React version provided by Docusarus.
2af3356
into
stage-packs-component
…r readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…r readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…r readme (#3178) (#3542) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…evelopment for… (#3541) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs:fix broken links --------- Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
…evelopment for… (#3539) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * chore: gitleaks * chore: fixed broken links * chore: url fixes * chore: broken links * chore: broken links --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…evelopment for… (#3543) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs: fix broken links * chore: fix gitleaks issue --------- Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
…velopment for… (#3540) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * chore: fix broken links * chore: broken links * chore: broken links * chore: fix broken links * chore: fixed broken URLs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
… readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
…0 to 8.0.0 (#3… (#3617) * chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0 (#3522) * chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 8.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fixed dependencies * chore: fix npm --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * chore: PAC-938-packs data initial fetch and component development for readme (#3178) * PAC-938-packs data initial fetch and component development for readme * PAC-1893-integrate custom readme versions with dropdown versions (#3181) * PAC-1893-integrate custom readme versions with dropdown versions * missed these files to commit * addressed the comments * removed unnecessary code * fix for netlify redirection with question mark * issue in displaying treeselect in responsive page (#3244) * issue in displaying treeselect in responsive page * responsive issue fixed by adding media in css --------- Co-authored-by: Karl Cardenas <karl@spectrocloud.com> * chore: DOC-1285 * ci: fixed missing CI ENV * chore: DOC-1282 add logger * chore: fixed component labels * chore: DOC-1288 * chore: removed Edge Native term * docs: deprecate custom content pack pages * docs: fix portworx gitleaks issue in the deprecated folder * docs: update pack descriptions and custom content pages * docs: DOC-1281 Packs component eslint (#3394) * chore: fixed eslint errors * chore: more fixes * chore: eslint behavior fixes * chore: fixes MIME error output * chore: comments * chore: more interfaces * save * chore: fixed tech component * chore: updated eslint * chore: fixed eslint * chore: add version in warning message * chore: fix table timer * chore: save * chore: fix prettier * chore: fixed known-issues page * chore: fixed indentation * chore: DOC-1316 (#3458) * chore: fix iconmapper failures * Pack Descriptions [Component] (#3431) * docs: DOC-1279 * chore: updated antrea * chore: fixed test issue * docs: updated EFS * docs: updated Calico * chore: more updates * docs: updated more descriptions * docs: more READMEs * docs: added terraform for azure-cni * docs: added public repo registry * chore: added more definitions * docs: more content * chore: partials * docs: added more partials * chore: more updates * docs: fixed proxy URLs * chore: prep redirect * chore: more updates * chore: more packs * chore: fixed versions dropdown ordering * docs: updated descriptions * chore: fix prettier * Refactor Packs descriptions and custom content pages (#3432) * docs: add packs descriptions and refactor custom content pages * docs: fix 17 broken links * docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings * docs: fix broken link * docs: add more 17 pack descriptions/custom content page refactoring * docs: update grafana and spectro cloud metrics pack references and custom content pages * docs: add more packs * docs: add last packs * docs: fix packs references * docs: fix prettier issues * docs: fix broken link * chore: added redirects * chore: redirects * docs: DOC-1283 document Pack's Component (#3482) * docs: DOC-1283 * docs: updated README instructions * docs: styling update * docs: more updates * docs: more updates * docs: feedback * docs: added excluded packs docs --------- Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com> * docs: backport new packs component * chore: fix broken URL --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com> Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Describe the Change
This PR addresses all the eslint errors that were discovered in the packs component.
Another minor change was introduced. Warning messages for deprecated and disabled versions now include the version number. This helps the reader not have to check what version they selected.
Jira Tickets
🎫 DOC-1281
Backports
Can this PR be backported?