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

build(deps): bump ts-jest from 27.0.7 to 27.1.0 #3647

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2021

Bumps ts-jest from 27.0.7 to 27.1.0.

Changelog

Sourced from ts-jest's changelog.

27.1.0 (2021-11-30)

Features

  • allow subclasses to extend processAsync and getCacheKeyAsync (#3047) (571a880)
  • config: support custom AST transformers written in TypeScript (#3063) (340a305), closes #2831
  • export ts-jest public apis from index.js (#3080) (53175dd), closes #3045

Code Refactoring

  • utils: deprecate mocked util function (#3102) (55e69f1)
  • define clear type for compiler option (#3087) (cc42daf)
  • transformers: deprecate path-mapping AST transformer (#3088) (d8f6b96)
  • transformers: use ts factory API for hoisting AST transformer (#3058) (a72f51d)

DEPRECATIONS

  • transformers: path-mapping AST transformer is deprecated and will be removed in v28.0.0. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • utils: mocked function is deprecated and will be removed in v28.0.0. The function has been integrated into jest-mock package as a part of Jest 27.4.0, see facebook/jest#12089. One should use the one from Jest instead
Commits
  • 26e439a build(devs-infra): update project deps and e2e deps (#3124)
  • ab81e8f build(deps-dev): bump eslint-plugin-jsdoc from 37.0.3 to 37.1.0 (#3121)
  • 0dcd335 build(deps-dev): bump @​types/node from 16.11.10 to 16.11.11 (#3120)
  • 53f5d5d build(deps-dev): bump esbuild from 0.14.0 to 0.14.1 (#3117)
  • 019a235 build(devs-infra): fix release script (#3113)
  • 39c103f chore(release): 27.1.0 (#3112)
  • 8aa9e30 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#3111)
  • 55e69f1 refactor(utils): deprecate mocked util function (#3102)
  • e1bca72 test(examples): add example React app with ts-jest (#3097)
  • d430277 build(deps-dev): bump @​typescript-eslint/parser from 5.4.0 to 5.5.0 (#3105)
  • Additional commits viewable in compare view

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.


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 dependabot bot requested a review from a team as a code owner December 7, 2021 23:55
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2021
@driskull
Copy link
Member

driskull commented Dec 8, 2021

@dependabot rebase?

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.7 to 27.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v27.0.7...v27.1.0)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-jest-27.1.0 branch from af971fb to 02cf3d4 Compare December 8, 2021 01:30
@driskull driskull merged commit cf38e03 into master Dec 8, 2021
@driskull driskull deleted the dependabot/npm_and_yarn/ts-jest-27.1.0 branch December 8, 2021 06:58
driskull pushed a commit that referenced this pull request Dec 8, 2021
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.7 to 27.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v27.0.7...v27.1.0)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
driskull added a commit that referenced this pull request Dec 10, 2021
* refactor: Remove setting 'dir' attribute within components. #2079

* fix styles

* fix screener?

* cleanup

* revert link changes

* fix link

* fix merge issue

* alert, action-pad.

* button

* accordion-item

* card

* chip

* color-picker, popper

* combobox

* combobox-item

* combobox-item-group

* popper test fix, dropdown

* filter

* fix test?

* icon

* alert, dropdown-item, link

* input

* input-message

* label

* modal

* notice

* move tile-select to use css logical props

* update tab-title to use css logical props

* update switch to use css logical props

* update stepper-item to use css logical props

* panel

* pick-list-group, pick-list-item

* block-section

* popover

* tree-item

* rating

* update select use css logical props

* update shell-center-row to use css logical props

* fix select styles

* refactor(filter): enforce items prop via type (#3643)

* fix(action-bar): Allow slotting tooltip after initialization (#3642)

* fix(action-bar): Allow slotting tooltip after initialization.  #3495

* review fixes

* build(deps): bump @storybook/cli from 6.4.1 to 6.4.8 (#3638)

Bumps [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli) from 6.4.1 to 6.4.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.8/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* 1.0.0-next.318

* build(deps): bump eslint from 8.3.0 to 8.4.1 (#3649)

Bumps [eslint](https://github.com/eslint/eslint) from 8.3.0 to 8.4.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.3.0...v8.4.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

* build(deps): bump @esri/calcite-ui-icons from 3.17.6 to 3.17.8 (#3650)

Bumps [@esri/calcite-ui-icons](https://github.com/Esri/calcite-ui-icons) from 3.17.6 to 3.17.8.
- [Release notes](https://github.com/Esri/calcite-ui-icons/releases)
- [Commits](Esri/calcite-ui-icons@v3.17.6...v3.17.8)

---
updated-dependencies:
- dependency-name: "@esri/calcite-ui-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* build(deps): bump @storybook/addon-docs from 6.4.1 to 6.4.8 (#3648)

Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs) from 6.4.1 to 6.4.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.8/addons/docs)

---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* build(deps): bump color from 4.0.2 to 4.1.0 (#3656)

Bumps [color](https://github.com/Qix-/color) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](Qix-/color@4.0.2...4.1.0)

---
updated-dependencies:
- dependency-name: color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

* build(deps): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 (#3655)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.6.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

* build(deps): bump @storybook/addon-a11y from 6.4.1 to 6.4.8 (#3654)

Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y) from 6.4.1 to 6.4.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.8/addons/a11y)

---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* docs: update component READMEs (#3652)

Co-authored-by: jcfranco <jcfranco@users.noreply.github.com>

* build(deps): bump ts-jest from 27.0.7 to 27.1.0 (#3647)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.7 to 27.1.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v27.0.7...v27.1.0)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

* build(deps): bump @storybook/html from 6.4.1 to 6.4.8 (#3641)

Bumps [@storybook/html](https://github.com/storybookjs/storybook/tree/HEAD/app/html) from 6.4.1 to 6.4.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.8/app/html)

---
updated-dependencies:
- dependency-name: "@storybook/html"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* build(deps): bump prettier from 2.5.0 to 2.5.1 (#3658)

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* fix(panel): the panel is now dismissed on escape keydown and not keyup for consistency (#3657)

Co-authored-by: Eliza Khachatryan <eli97736@esri.com>

* 1.0.0-next.319

* feat(input-time-picker)!: localization support for input-time-picker (#3354)

* chore: fix linting issues (#3581)

* 1.0.0-next.320

* make sure all values are grabbed from tailwind theme

* first pass at date-picker-day using logical props

* tidy up and add missing text logical prop

* fix test

* cleanup

* remove getElementDir

* cleanup stepper, switch

* fix casing

* fix link animation

* clean up conventions

* use consistent casing for default value

* tidy up

* review fixes

* fix alert padding.

* fix notice

* screener test

* Revert "screener test"

This reverts commit 74c0233.

* fix anim

* revert link change

* fix overlapping border styles from date-picker-day

* fix test

* fix story

* fix test

* split up border radius for range start/ends

* simplify border radius?

* put the 45% radius back.

* revert

Co-authored-by: JC Franco <jfranco@esri.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <benelan@users.noreply.github.com>
Co-authored-by: jcfranco <jcfranco@users.noreply.github.com>
Co-authored-by: Eliza Khachatryan <elijbet@gmail.com>
Co-authored-by: Eliza Khachatryan <eli97736@esri.com>
Co-authored-by: Erik Harper <eharperdicianno@esri.com>
Co-authored-by: Duc Phan <ptmdmusic@gmail.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