-
Notifications
You must be signed in to change notification settings - Fork 45
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
Chore(deps-dev): Bump @babel/traverse from 7.22.5 to 7.23.2 #1440
Conversation
@dependabot rebase |
32cdf1b
to
fab6744
Compare
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.
👍
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
f68ad09
to
47da8d2
Compare
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: allow teamProject to be configured in gitops.json instead of hard-coding in frontend code * feat: allow for appId property in app definition ...and if set, use that instead of "title" * feat: added analysisTools section documentation to portal_config.md * fix: revert back the old GWAS app names ...so navigation can work again as before * feat(addTeamProjecHeaderToAnalysisApps): Added header without logic to redirect * feat(addTeamProjectHeaderToAnalysisApps): added redirect logic * feat(addTeamProjectHeaderToAnalysisApps): Got test to work for TeamProjectHeader conditional * feat(addTeamProjectHeaderToAnalysisApps): Ran eslint-new * feat(addTeamProjectHeaderToAnalysisApps): Removed unneeded async declaration * feat(addTeamProjectHeaderToAnalysisApps): Removed unneeded waitFor import * feat(addTeamProjectHeaderToAnalysisApps): Fixed lint issues * feat(addTeamProjectHeaderToAnalysisApps): Removed header element to make styles more consistent across applications * feat(addTeamProjectHeaderToAnalysisApps): Removed unneeded comments * feat(addTeamProjectHeaderToAnalysisApps): Ran linter * feat(addTeamProjectHeaderToAnalysisApps): Changed all instances of variable name showButton to isEditable * feat(addTeamProjectHeaderToAnalysisApps): updated storybook for clarity * Reload workspace options on paymodel change (#1447) * feat(teamProjectApiUpdate): Initial commit * feat(teamProjectApiUpdate): Added API update for results app * Chore(deps-dev): Bump @babel/traverse from 7.22.5 to 7.23.2 (#1440) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(teamProjectApiUpdate): Added conditional in AnalysisApp.jsx for OHDSI Atlas app iframe URL * feat(teamProjectApiUpdate): Refactored initializeCurrentState for terseness * feat(teamProjectApiUpdate): updated API endpoint per change in BE * feat(teamProjectApiUpdate): updated data passed to HomeTable component to support change in BE response * feat(teamProjectApiUpdate): updated data passed to HomeTable test to support change in BE response * feat(teamProjectApiUpdate): Reverted change on FE to deal with BE change in DS, BE change was inadvertant * feat(teamProjectApiUpdate): Reverted unintentionally changed files * feat(teamProjectApiUpdate): Removed unneeded console log statement * feat(teamProjectApiUpdate): Changed OHSDI iframe src string based on discussed with BE dev * feat(vadc_sprint22): Added sanitize function for team project variable * feat(vadc_sprint22): Added const var for team project variable * feat(vadc_sprint22): Refactored to use class function getAtlastURLWithTeamProject * feat(vadc_sprint22): Autoformatted code * feat(vadc_sprint22): Updated regex and test for regex * feat(vadc_sprint22): formatted Code for linter * feat(vadc_sprint22): Updated regex and autoformatted code * feat(vadc_sprint22): Reverted changes for snyk * feat(vadc_sprint22): updated regex and added throw error * fix: let teamproject be added to Atlas only if the needsTeamProject flag is set --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: pieterlukasse <[email protected]> Co-authored-by: Sai Shanmukha Narumanchi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps @babel/traverse from 7.22.5 to 7.23.2.
Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
b4b9942
v7.23.2b13376b
Only evaluate own String/Number/Math methods (#16033)ca58ec1
v7.23.00f333da
AddcreateImportExpressions
parser option (#15682)3744545
Fix lintingc7e6806
Addt.buildUndefinedNode
(#15893)38ee8b4
Expand evaluation of global built-ins in@babel/traverse
(#15797)9f3dfd9
v7.22.203ed28b2
Fully support||
and&&
inpluginToggleBooleanFlag
(#15961)77b0d73
v7.22.19Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.