forked from quipucords/quipucords-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
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 eslint-plugin-react from 7.30.0 to 7.32.2 #6
Open
dependabot
wants to merge
57
commits into
dev
Choose a base branch
from
dependabot/npm_and_yarn/dev/eslint-plugin-react-7.32.2
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.32.2 #6
dependabot
wants to merge
57
commits into
dev
from
dependabot/npm_and_yarn/dev/eslint-plugin-react-7.32.2
Conversation
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
* build, parallel images, container names, domains * build, npm script, docker stop
* build, pf4 npm updates * style, move base css files to index.scss * style, apply core pf4, overrides.scss
* aboutModal, pf4 component conversion * locales, about modal strings
* locales, modal default string * modal, consistent pf4 wrapper, allow backdrop disable
* locale, button strings for modals * authentication, apply pf4 modal * confirmationModal, refactor using pf4 modal * createCredentialDialog, pf4 modal, buttons * createScanDialog, pf4 modal, buttons * credentials, pf4 modal * mergeReportsDialog, pf modal, buttons * scans, pf4 modal * sources, pf4 modal
* locale, align empty-state strings * authentication, align with credentials * credentials, credentialsEmptyState, pf4 empty-state
* locale, align empty-state strings * scans, jobsList, sourceList, pf4 empty-state
…s#115) * build, dotenv toast timeout * components, adjust alertType to alert variant * helpers, expose toast timeout * toastNotificationsList, pf4 alert, alertGroup * toastNotificationsReducer, adjust pause, resume
* locale, add empty-state strings * sources, pf4 empty-state
…rds#121) * credentials, sources, scansEmptyState, remove grid
* confirmationModal, pass isContentOnly * modal, add isContentOnly, removes padding * wizard, consistent pf4 wrapper, allow modal sizing
* locale, wizard form strings * addSourceWizard, Constants, restructure steps * addSourceWizardStepThree, add empty-state * styling, restructure pf3 styling wizard form
…ds#126) * credentialsListItem, grid to list, tooltip * credentials, removed grid * scanHostList, grid to list * scanSourceList nested list with icon * sourceCredentialsList, list with icon
…rds#127) * addSourceWizardStepTwo, options, pf4 select list * createCredentialDialog, pf4 select list * dropdownSelect, use Curiosity pf4 select wrapper * locale, option strings
* credentials, pf4 button, addCredentialType * credentialsEmptyState, addCredentialType * locale, cred strings
* credentialListItem, content attr * listStatusItem, content attr * scans, download,listItem, content attr * sourceListItem, content attr, isPopover * tooltip, pf4 popover, tooltip wrapper * viewToolbar, content attr
* styling, temp adjustments * viewPaginationRow, pf4 component * viewPaginationConstants, updated types * viewOptionsReducer, focus paging, clean up
* table, pf4 composable wrapper * tableEmpty, empty results placeholder * tableHelpers, generate props, data parse
* dropdownSelect, alt placeholder for buttons
* styling, handle table cell widths under 10 * table, corrects thead selections, callback and state * tableHelpers, pass PF expand, selected params
* locale, table strings * addSourceWizardContext, onShowAddSourceWizard hook * routerConstants, consistent import * scanHostList, bug, remove isPlain attr * scans, emptyState, viewId, strings, remove sources dep * sources, emptyState, hook refactor, viewId * sourcesContext, lifecycle for sources * sourcesTableCells, consolidate multiple components * reduxHelpers, date adjust for dev * redux, sourcesReducer, constants, new types * redux, scansSelectors, sourcesCount for emptyState
* options, undefined check * activateOptions, length check
* locale, table strings * contextIcon, add color variants, icons * listStatusItem, scanListItem, remove * scanJobsList, scanSourceList icon updates * scans, emptyState, hook refactor, viewId * scansContext, lifecycle for sources * scansTableCells, consolidate multiple components * sources, context, cells, align strings * redux, scansReducer, constants, new types * reduxHelpers, expand idUse func
* locale, base strings for toasts * scansContext, correct error message, warnings * scansTableCells, annotation, logic for actions DEV test updates
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.0 to 7.32.2. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.30.0...v7.32.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
cdcabrera
force-pushed
the
dev
branch
2 times, most recently
from
July 19, 2023 13:21
c902cfa
to
9cb85cf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps eslint-plugin-react from 7.30.0 to 7.32.2.
Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
... (truncated)
Commits
66b58dd
Update CHANGELOG and bump version373167c
[Tests]button-has-type
: add passing test14e315a
[Fix]no-unknown-property
: addfill
for\<marker>
4523e73
[Fix]jsx-no-constructed-context-values
,jsx-no-useless-fragment
: add a r...d2194a5
[Tests] avoid a deprecation warning0479acd
[Fix] configs: restoreparserOptions
in legacy configsb2e069e
Update CHANGELOG and bump version74a9522
[Fix]destructuring-assignment
: do not force destructuring of optionally ch...161e5a8
[patch]destructuring-assignment
: usereport
helper for all warningsc4c54cb
Update link to eslint-plugin-jsx-a11y in READMEDependabot 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 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)