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: build(deps-dev): bump jest from 26.4.2 to 26.5.0 in /amundsen_application/static #708

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jest from 26.4.2 to 26.5.0.

Release notes

Sourced from jest's releases.

26.5.0

Features

  • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#10484)
  • [jest-each] Fixes .each type to always be callable (#10447)
  • [jest-runner] Add support for moduleLoaders with default exports (#10541)
  • [@jest/create-cache-key-function] Added a new package for creating cache keys (#10587)

Fixes

  • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#10413)
  • [jest-console] Add Console constructor to console object (#10502)
  • [jest-globals] Fix lifecycle hook function types (#10480)
  • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#10586)

Chore & Maintenance

  • [jest-resolve] Replace read-pkg-up with escalade package (10558)
  • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)
Changelog

Sourced from jest's changelog.

26.5.0

Features

  • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#10484)
  • [jest-each] Fixes .each type to always be callable (#10447)
  • [jest-runner] Add support for moduleLoaders with default exports (#10541)
  • [@jest/create-cache-key-function] Added a new package for creating cache keys (#10587)

Fixes

  • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#10413)
  • [jest-console] Add Console constructor to console object (#10502)
  • [jest-globals] Fix lifecycle hook function types (#10480)
  • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#10586)

Chore & Maintenance

  • [jest-resolve] Replace read-pkg-up with escalade package (10558)
  • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)
Commits

Dependabot compatibility score

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)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2020
@Golodhros Golodhros changed the title build(deps-dev): bump jest from 26.4.2 to 26.5.0 in /amundsen_application/static chore: build(deps-dev): bump jest from 26.4.2 to 26.5.0 in /amundsen_application/static Oct 7, 2020
Copy link
Member

@Golodhros Golodhros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Golodhros Golodhros merged commit 9f5b34f into master Oct 7, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/amundsen_application/static/jest-26.5.0 branch October 7, 2020 17:13
allisonsuarez pushed a commit that referenced this pull request Oct 8, 2020
Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.4.2...v26.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
allisonsuarez added a commit that referenced this pull request Oct 10, 2020
* adding badges to column and starting badges column work in table

Signed-off-by: Allison Suarez Miranda <[email protected]>

* tests and adding column badges logic

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed test issues and fixed search bug by forcing badge text to be lower case when searching

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed method isse

Signed-off-by: Allison Suarez Miranda <[email protected]>

* betterer fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* adding badges to column and starting badges column work in table

Signed-off-by: Allison Suarez Miranda <[email protected]>

* tests and adding column badges logic

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed test issues and fixed search bug by forcing badge text to be lower case when searching

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* build(deps): bump throttle-debounce in /amundsen_application/static (#711)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump @babel/preset-react (#710)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump enzyme-adapter-react-16 (#707)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump jest in /amundsen_application/static (#708)

Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.4.2...v26.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore: Updates Storybook to version 6 (#712)

* Removing story.name

Signed-off-by: Marcos Iglesias <[email protected]>

* Adding pre-push hook

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating Flag and Card

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating Storybook to version 6

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating betterer results

Signed-off-by: Marcos Iglesias <[email protected]>

* Update eslint config

Signed-off-by: Marcos Iglesias <[email protected]>

* Update eslint config

Signed-off-by: Marcos Iglesias <[email protected]>

* Removing pre-push hook as it runs on .src-custom

Signed-off-by: Marcos Iglesias <[email protected]>

* fixed method isse

Signed-off-by: Allison Suarez Miranda <[email protected]>

* betterer fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added new table with 4 columns to storybook

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed weird package file

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed ternary

Signed-off-by: Allison Suarez Miranda <[email protected]>

* refactored badges, need to clean up all leftover code

Signed-off-by: Allison Suarez Miranda <[email protected]>

* bits of cleanup and rename donClick to handleClick

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added text utils tests

Signed-off-by: Allison Suarez Miranda <[email protected]>

* got convertText out of Flag

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint fixes

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed important

Signed-off-by: Allison Suarez Miranda <[email protected]>

* oopsie

Signed-off-by: Allison Suarez Miranda <[email protected]>

* Update amundsen_application/static/js/utils/textUtils.ts

Co-authored-by: Marcos Iglesias <[email protected]>

* removed comments and renamed onClick

Signed-off-by: Allison Suarez Miranda <[email protected]>

* type issue

Signed-off-by: Allison Suarez Miranda <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Marcos Iglesias <[email protected]>
dikshathakur3119 pushed a commit that referenced this pull request Oct 15, 2020
Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.4.2...v26.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Signed-off-by: dikshathakur3119 <[email protected]>
dikshathakur3119 pushed a commit that referenced this pull request Oct 15, 2020
* adding badges to column and starting badges column work in table

Signed-off-by: Allison Suarez Miranda <[email protected]>

* tests and adding column badges logic

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed test issues and fixed search bug by forcing badge text to be lower case when searching

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed method isse

Signed-off-by: Allison Suarez Miranda <[email protected]>

* betterer fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* adding badges to column and starting badges column work in table

Signed-off-by: Allison Suarez Miranda <[email protected]>

* tests and adding column badges logic

Signed-off-by: Allison Suarez Miranda <[email protected]>

* fixed test issues and fixed search bug by forcing badge text to be lower case when searching

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* build(deps): bump throttle-debounce in /amundsen_application/static (#711)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump @babel/preset-react (#710)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump enzyme-adapter-react-16 (#707)

Signed-off-by: Marcos Iglesias Valle <[email protected]>

* build(deps-dev): bump jest in /amundsen_application/static (#708)

Bumps [jest](https://github.com/facebook/jest) from 26.4.2 to 26.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.4.2...v26.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* chore: Updates Storybook to version 6 (#712)

* Removing story.name

Signed-off-by: Marcos Iglesias <[email protected]>

* Adding pre-push hook

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating Flag and Card

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating Storybook to version 6

Signed-off-by: Marcos Iglesias <[email protected]>

* Updating betterer results

Signed-off-by: Marcos Iglesias <[email protected]>

* Update eslint config

Signed-off-by: Marcos Iglesias <[email protected]>

* Update eslint config

Signed-off-by: Marcos Iglesias <[email protected]>

* Removing pre-push hook as it runs on .src-custom

Signed-off-by: Marcos Iglesias <[email protected]>

* fixed method isse

Signed-off-by: Allison Suarez Miranda <[email protected]>

* betterer fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added new table with 4 columns to storybook

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed weird package file

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed ternary

Signed-off-by: Allison Suarez Miranda <[email protected]>

* refactored badges, need to clean up all leftover code

Signed-off-by: Allison Suarez Miranda <[email protected]>

* bits of cleanup and rename donClick to handleClick

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint fix

Signed-off-by: Allison Suarez Miranda <[email protected]>

* added text utils tests

Signed-off-by: Allison Suarez Miranda <[email protected]>

* got convertText out of Flag

Signed-off-by: Allison Suarez Miranda <[email protected]>

* lint fixes

Signed-off-by: Allison Suarez Miranda <[email protected]>

* removed important

Signed-off-by: Allison Suarez Miranda <[email protected]>

* oopsie

Signed-off-by: Allison Suarez Miranda <[email protected]>

* Update amundsen_application/static/js/utils/textUtils.ts

Co-authored-by: Marcos Iglesias <[email protected]>

* removed comments and renamed onClick

Signed-off-by: Allison Suarez Miranda <[email protected]>

* type issue

Signed-off-by: Allison Suarez Miranda <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Marcos Iglesias <[email protected]>
Signed-off-by: dikshathakur3119 <[email protected]>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant