forked from janus-idp/backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update to backstage 1.26.x (janus-idp#1536)
* chore(deps): update to backstage 1.26.x Signed-off-by: Paul Schultz <pschultz@pobox.com> * update to new backend Signed-off-by: Paul Schultz <pschultz@pobox.com> * update to 1.26.4 Signed-off-by: Paul Schultz <pschultz@pobox.com> * lint Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix scripts Signed-off-by: Paul Schultz <pschultz@pobox.com> * update frontend to match showcase Signed-off-by: Paul Schultz <pschultz@pobox.com> * format files Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix keycloak test Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix(deps): remove react-router-dom from dev dependencies and as it's there in peer dependency (#2) * update to backstage 1.26.5 Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix kiali Signed-off-by: Paul Schultz <pschultz@pobox.com> * revert to basic frontend Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix linting Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix lint config Signed-off-by: Paul Schultz <pschultz@pobox.com> * lint files Signed-off-by: Paul Schultz <pschultz@pobox.com> * update dist-dynamic Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix resolutions Signed-off-by: Paul Schultz <pschultz@pobox.com> * update react-router-dom Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix react deps Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix deprecations Signed-off-by: Paul Schultz <pschultz@pobox.com> * potential fix for react Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix dep resolution Signed-off-by: Paul Schultz <pschultz@pobox.com> * skip orchestrator test Signed-off-by: Paul Schultz <pschultz@pobox.com> * add eslint rule Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix tsc error Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix(orchestrator): force react dependency to be 18.3 and return test (#3) resolved issue that caused orchestrator to install it's own react version thus causing the test to fail and the entire page to crash. * fix(e2e): update e2e tests to allow guest login (janus-idp#4) * update common test file Signed-off-by: Paul Schultz <pschultz@pobox.com> * update lockfiles Signed-off-by: Paul Schultz <pschultz@pobox.com> * fix react Signed-off-by: Paul Schultz <pschultz@pobox.com> --------- Signed-off-by: Paul Schultz <pschultz@pobox.com> Co-authored-by: Jaivardhan Kumar <mailjai.vardhan@gmail.com> Co-authored-by: Bat-Zion Rotman <brotman@redhat.com> Co-authored-by: Debsmita Santra <debsmita.santra@gmail.com>
- Loading branch information
1 parent
2675371
commit 3c1239f
Showing
134 changed files
with
7,776 additions
and
10,120 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.25.2" | ||
"version": "1.26.5" | ||
} |
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname); | ||
const backstageConfig = require('@backstage/cli/config/eslint-factory')( | ||
__dirname, | ||
); | ||
|
||
module.exports = { | ||
...backstageConfig, | ||
rules: { | ||
...backstageConfig.rules, | ||
'react/react-in-jsx-scope': 'off', | ||
'react/jsx-uses-react': 'off', | ||
}, | ||
}; |
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
Oops, something went wrong.