Skip to content
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: Bump amundsenfrontendlibrary from bcb47ec to 832aa72 #625

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps amundsenfrontendlibrary from bcb47ec to 832aa72.

Commits

Dependabot 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [amundsenfrontendlibrary](https://github.com/lyft/amundsenfrontendlibrary) from `bcb47ec` to `832aa72`.
- [Release notes](https://github.com/lyft/amundsenfrontendlibrary/releases)
- [Commits](amundsen-io/amundsenfrontendlibrary@bcb47ec...832aa72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 12, 2020
@feng-tao feng-tao merged commit 10774ed into master Aug 12, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/submodules/amundsenfrontendlibrary-832aa72 branch August 12, 2020 17:56
markgrover pushed a commit to markgrover/amundsen that referenced this pull request Aug 19, 2020
…dsen-io#625)

Bumps [amundsenfrontendlibrary](https://github.com/lyft/amundsenfrontendlibrary) from `bcb47ec` to `832aa72`.
- [Release notes](https://github.com/lyft/amundsenfrontendlibrary/releases)
- [Commits](amundsen-io/amundsenfrontendlibrary@bcb47ec...832aa72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dorianj pushed a commit to dorianj/amundsen that referenced this pull request Apr 25, 2021
…dsen-io#625)

Bumps [amundsenfrontendlibrary](https://github.com/lyft/amundsenfrontendlibrary) from `bcb47ec` to `832aa72`.
- [Release notes](https://github.com/lyft/amundsenfrontendlibrary/releases)
- [Commits](amundsen-io/amundsenfrontendlibrary@bcb47ec...832aa72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dorianj pushed a commit to dorianj/amundsen that referenced this pull request Apr 25, 2021
* feat: Create ColumnType component (amundsen-io#604)

* Create ColumnType component

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Update Modal UI

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup; Add a test file

* Prevent ColumnListItem expand/collapse from being triggered

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* feat: Parse column types (amundsen-io#611)

* WIP: Create a parser & render parsed text

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Cleanup logic

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* More cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use more appropriate elements; Fix typo

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix button; Fix test; Remove obsolete style

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix duplicate test name

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* style: Improve UI styles and interactions (amundsen-io#617)

* Vertically center modal

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Match design font specifications

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Miscellaneous cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use variables

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* test: Improves unit tests for ColumnType + QA fixes (amundsen-io#625)

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Updates from design qa

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Improve ColumnType tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* log support

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix some lint warning

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Betterer update

Signed-off-by: Tamika Tannis <ttannis@lyft.com>
feng-tao pushed a commit that referenced this pull request May 7, 2021
Bumps [amundsenfrontendlibrary](https://github.com/lyft/amundsenfrontendlibrary) from `bcb47ec` to `832aa72`.
- [Release notes](https://github.com/lyft/amundsenfrontendlibrary/releases)
- [Commits](amundsen-io/amundsenfrontendlibrary@bcb47ec...832aa72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
feng-tao pushed a commit that referenced this pull request May 7, 2021
* feat: Create ColumnType component (#604)

* Create ColumnType component

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Update Modal UI

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup; Add a test file

* Prevent ColumnListItem expand/collapse from being triggered

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* feat: Parse column types (#611)

* WIP: Create a parser & render parsed text

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Cleanup logic

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* More cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use more appropriate elements; Fix typo

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix button; Fix test; Remove obsolete style

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix duplicate test name

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* style: Improve UI styles and interactions (#617)

* Vertically center modal

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Match design font specifications

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Miscellaneous cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use variables

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* test: Improves unit tests for ColumnType + QA fixes (#625)

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Updates from design qa

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Improve ColumnType tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* log support

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix some lint warning

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Betterer update

Signed-off-by: Tamika Tannis <ttannis@lyft.com>
hansadriaans pushed a commit to DataChefHQ/amundsen that referenced this pull request Jun 30, 2022
* feat: Create ColumnType component (amundsen-io#604)

* Create ColumnType component

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Update Modal UI

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup; Add a test file

* Prevent ColumnListItem expand/collapse from being triggered

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* feat: Parse column types (amundsen-io#611)

* WIP: Create a parser & render parsed text

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Cleanup logic

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* More cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Lint fix

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use more appropriate elements; Fix typo

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix button; Fix test; Remove obsolete style

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix duplicate test name

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* style: Improve UI styles and interactions (amundsen-io#617)

* Vertically center modal

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Match design font specifications

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Miscellaneous cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Use variables

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* test: Improves unit tests for ColumnType + QA fixes (amundsen-io#625)

* Parser tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Updates from design qa

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Improve ColumnType tests

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* log support

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Code cleanup

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Fix some lint warning

Signed-off-by: Tamika Tannis <ttannis@lyft.com>

* Betterer update

Signed-off-by: Tamika Tannis <ttannis@lyft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant