Skip to content

chore(deps): update devdependencies (non-major)#15

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/devdependencies-(non-major)
Open

chore(deps): update devdependencies (non-major)#15
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 26, 2020

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/async (source) 3.2.33.2.25 age confidence
@types/jest (source) 26.0.1526.0.24 age confidence
@types/jsonwebtoken (source) 8.5.08.5.9 age confidence
@types/node (source) 14.14.214.18.63 age confidence
jest (source) 26.6.026.6.3 age confidence
jest-watch-typeahead 0.6.10.6.5 age confidence
prettier (source) 2.1.22.8.8 age confidence
ts-jest (source) 26.4.126.5.6 age confidence
typescript (source) 3.9.73.9.10 age confidence

Release Notes

jestjs/jest (jest)

v26.6.3

Compare Source

v26.6.2

Compare Source

v26.6.1: 26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)
jest-community/jest-watch-typeahead (jest-watch-typeahead)

v0.6.5

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Drop support for Jest v26
  • Module is now written in native ESM
  • Disallow importing internal files
  • Supported version range of node is now ^12.22.0 || ^14.17.0 || >=16.0.0

0.6.5 (2021-09-28)

Bug Fixes
  • remove test files from published module (db522ac)

0.6.4 (2021-05-27)

Bug Fixes
  • deps: update jest peer dependency to accept v27 (#​59) (6552ead)

0.6.2

Fixes
  • Use correct highlight offset even when rootDir is not root package directory (#​34)

0.6.1

Fixes
  • Provide exact pattern for selected test names

0.6.0

Chore & Maintenance
  • Update dependencies and drop Node 8 (#​35)

0.5.0

Chore & Maintenance
  • Update dependencies

0.4.2

Fixes
  • Fix issue with overly trimmed basenames when formatting test paths (#​33)

0.4.1

Fixes
  • Allow selecting tests and files containing regexp special characters (#​32)
Chore & Maintenance
  • Remove build directory before building (#​31)

0.4.0

Chore & Maintenance
  • Update dependencies and drop Node 6 (#​30)

0.3.1

Fixes
  • Helpful error message when attempting to use the package main file (#​29)

0.3.0

Chore & Maintenance
  • Bump dated dependencies (#​25)
  • Get better truncation for testname typeahead by truncating the start and not the end (#​28)
Fixes
  • Use fullName(to show ancestor titles) for test name pattern plugin (#​26)

0.2.1

  • Fix cursor in terminal app (#​21)
Chore & Maintenance
  • Bump dated dependencies (#​23)

0.2.0

Features
  • Add support for plugin config (#​13)
Fixes
  • Make matching case insensitive (#​18)
  • fix: migrate to use jest-watcher (#​6)
Chore & Maintenance
  • Upgrade Prettier to 1.13.7 (#​17)
  • New directory structure (#​14)
  • Move ansi-escapes to dependencies 23f22d4
  • Setup Travis and add tests (#​12)

0.1.0

Features
  • Add test name typeahead (#​1)
  • Rename to jest-watch-typeahead

0.0.1

Initial Release

v0.6.4

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Drop support for Jest v26
  • Module is now written in native ESM
  • Disallow importing internal files
  • Supported version range of node is now ^12.22.0 || ^14.17.0 || >=16.0.0

0.6.5 (2021-09-28)

Bug Fixes
  • remove test files from published module (db522ac)

0.6.4 (2021-05-27)

Bug Fixes
  • deps: update jest peer dependency to accept v27 (#​59) (6552ead)

0.6.2

Fixes
  • Use correct highlight offset even when rootDir is not root package directory (#​34)

0.6.1

Fixes
  • Provide exact pattern for selected test names

0.6.0

Chore & Maintenance
  • Update dependencies and drop Node 8 (#​35)

0.5.0

Chore & Maintenance
  • Update dependencies

0.4.2

Fixes
  • Fix issue with overly trimmed basenames when formatting test paths (#​33)

0.4.1

Fixes
  • Allow selecting tests and files containing regexp special characters (#​32)
Chore & Maintenance
  • Remove build directory before building (#​31)

0.4.0

Chore & Maintenance
  • Update dependencies and drop Node 6 (#​30)

0.3.1

Fixes
  • Helpful error message when attempting to use the package main file (#​29)

0.3.0

Chore & Maintenance
  • Bump dated dependencies (#​25)
  • Get better truncation for testname typeahead by truncating the start and not the end (#​28)
Fixes
  • Use fullName(to show ancestor titles) for test name pattern plugin (#​26)

0.2.1

  • Fix cursor in terminal app (#​21)
Chore & Maintenance
  • Bump dated dependencies (#​23)

0.2.0

Features
  • Add support for plugin config (#​13)
Fixes
  • Make matching case insensitive (#​18)
  • fix: migrate to use jest-watcher (#​6)
Chore & Maintenance
  • Upgrade Prettier to 1.13.7 (#​17)
  • New directory structure (#​14)
  • Move ansi-escapes to dependencies 23f22d4
  • Setup Travis and add tests (#​12)

0.1.0

Features
  • Add test name typeahead (#​1)
  • Rename to jest-watch-typeahead

0.0.1

Initial Release

v0.6.3

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Drop support for Jest v26
  • Module is now written in native ESM
  • Disallow importing internal files
  • Supported version range of node is now ^12.22.0 || ^14.17.0 || >=16.0.0

0.6.5 (2021-09-28)

Bug Fixes
  • remove test files from published module (db522ac)

0.6.4 (2021-05-27)

Bug Fixes
  • deps: update jest peer dependency to accept v27 (#​59) (6552ead)

0.6.2

Fixes
  • Use correct highlight offset even when rootDir is not root package directory (#​34)

0.6.1

Fixes
  • Provide exact pattern for selected test names

0.6.0

Chore & Maintenance
  • Update dependencies and drop Node 8 (#​35)

0.5.0

Chore & Maintenance
  • Update dependencies

0.4.2

Fixes
  • Fix issue with overly trimmed basenames when formatting test paths (#​33)

0.4.1

Fixes
  • Allow selecting tests and files containing regexp special characters (#​32)
Chore & Maintenance
  • Remove build directory before building (#​31)

0.4.0

Chore & Maintenance
  • Update dependencies and drop Node 6 (#​30)

0.3.1

Fixes
  • Helpful error message when attempting to use the package main file (#​29)

0.3.0

Chore & Maintenance
  • Bump dated dependencies (#​25)
  • Get better truncation for testname typeahead by truncating the start and not the end (#​28)
Fixes
  • Use fullName(to show ancestor titles) for test name pattern plugin (#​26)

0.2.1

  • Fix cursor in terminal app (#​21)
Chore & Maintenance
  • Bump dated dependencies (#​23)

0.2.0

Features
  • Add support for plugin config (#​13)
Fixes
  • Make matching case insensitive (#​18)
  • fix: migrate to use jest-watcher (#​6)
Chore & Maintenance
  • Upgrade Prettier to 1.13.7 (#​17)
  • New directory structure (#​14)
  • Move ansi-escapes to dependencies 23f22d4
  • Setup Travis and add tests (#​12)

0.1.0

Features
  • Add test name typeahead (#​1)
  • Rename to jest-watch-typeahead

0.0.1

Initial Release

v0.6.2

Compare Source

Fixes
  • Use correct highlight offset even when rootDir is not root package directory (#​34)
prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in Prettier@​v2.5.0 accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

v2.3.0

Compare Source

diff

🔗 Release Notes

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

v2.2.0

Compare Source

diff

🔗 Release Notes

kulshekhar/ts-jest (ts-jest)

v26.5.6

Compare Source

Bug Fixes
Features
Performance Improvements
  • reuse jest file system cache for isolatedModules: false (#​2189) (68f446b)
Code Refactoring

BREAKING CHANGES

import type { TsCompilerInstance } from 'ts-jest/dist/types'

export function factory(compilerInstance: TsCompilerInstance) {
   //...
}
  • One is currently using pathRegex should use exclude with glob patterns.
  • If one currently relies on type check for js files, please set checkJs: true in your tsconfig.
  • Now both isolatedModules: true and isolatedModule: false codes are in one single class TsCompiler which is an instance created in TsJestCompiler based on config option compiler with value typescript or ttypescript.
  • config: packageJson config option is not used in internal ts-jest so this option is now removed.
  • config: One is defining ast transformers in jest.config.js/package.json should change to
// jest.config.js
module.exports = {
   //...
   globals: {
      'ts-jest': {
         astTransformers: {
           before: ['your_before_transformer_path'],
           after: ['your_after_transformer_path'],
           afterDeclarations: ['your_afterDeclarations_transformer_path'],
         }
      }
   }
}

or

// package.json
{
  "jest": {
     "globals": {
        "ts-jest": {
           "astTransformers": {
              "before": ["your_before_transformer_path"],
              "after": ["your_after_transformer_path"],
              "afterDeclarations": ["your_afterDeclarations_transformer_path"]
           }
        }
     }
  }
}
  • One currently refers type in jest.config.js
/** @&#8203;typedef {import('ts-jest')} */
module.exports = {
  //...
}

should change to

/** @&#8203;typedef {import('ts-jest/dist/types')} */
module.exports = {
  //...
}
  • Remove possibilities to import mocked, createJestPreset, pathsToModuleNameMapper from package entry. One should change to
import { mocked, createJestPreset, pathsToModuleNameMapper } from 'ts-jest/utils'
  • config: One currently uses tsConfig should change to tsconfig in your jest.config.js or package.json.

26.5.6 (2021-05-05)

Code Refactoring
  • refactor(config): show warning message for sourceMap: false (#​2557) (cf60990).

v26.5.5

Compare Source

Bug Fixes
Features
Performance Improvements
  • reuse jest file system cache for isolatedModules: false (#​2189) (68f446b)
Code Refactoring

BREAKING CHANGES

import type { TsCompilerInstance } from 'ts-jest/dist/types'

export function factory(compilerInstance: TsCompilerInstance) {
   //...
}
  • One is currently using pathRegex should use exclude with glob patterns.
  • If one currently relies on type check for js files, please set checkJs: true in your tsconfig.
  • Now both isolatedModules: true and isolatedModule: false codes are in one single class TsCompiler which is an instance created in TsJestCompiler based on config option compiler with value typescript or ttypescript.
  • config: packageJson config option is not used in internal ts-jest so this option is now removed.
  • config: One is defining ast transformers in jest.config.js/package.json should change to
// jest.config.js
module.exports = {
   //...
   globals: {
      'ts-jest': {
         astTransformers: {
           before: ['your_before_transformer_path'],
           after: ['your_after_transformer_path'],
           afterDeclarations: ['your_afterDeclarations_transformer_path'],
         }
      }
   }
}

or

// package.json
{
  "jest": {
     "globals": {
        "ts-jest": {
           "astTransformers": {
              "before": ["your_before_transformer_path"],
              "after": ["your_after_transformer_path"],
              "afterDeclarations": ["your_afterDeclarations_transformer_path"]
           }
        }
     }
  }
}
  • One currently refers type in jest.config.js
/** @&#8203;typedef {import('ts-jest')} */
module.exports = {
  //...
}

should change to

/** @&#8203;typedef {import('ts-jest/dist/types')} */
module.exports = {
  //...
}
  • Remove possibilities to import mocked, createJestPreset, pathsToModuleNameMapper from package entry. One should change to
import { mocked, createJestPreset, pathsToModuleNameMapper } from 'ts-jest/utils'
  • config: One currently uses tsConfig should change to tsconfig in your jest.config.js or package.json.

26.5.6 (2021-05-05)

Code Refactoring
  • refactor(config): show warning message for sourceMap: false (#​2557) (cf60990).

v26.5.4

Compare Source

Features

BREAKING CHANGES

  • By default, ts-jest will use sourceMap option from your tsconfig. If users want to have sourcemap on, they need to either remove sourceMap or set sourceMap: true in tsconfig

26.5.5 (2021-04-15)

Bug Fixes

v26.5.3

Compare Source

Bug Fixes

26.5.4 (2021-03-17)

Bug Fixes

v26.5.2

Compare Source

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8:00am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the type/chore label Oct 26, 2020
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from bd52537 to 3d70a63 Compare November 2, 2020 14:58
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from cd1b545 to 0f3e7ed Compare November 9, 2020 20:05
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from e08433f to d4e9ee4 Compare November 17, 2020 23:46
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 33013b5 to e2c67e6 Compare November 25, 2020 06:34
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 4328e27 to d64a0d4 Compare December 1, 2020 19:51
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 03e4300 to 99d6638 Compare December 12, 2020 17:40
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 99d6638 to 6bd2042 Compare December 15, 2020 16:31
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 97d45e9 to 47f8112 Compare January 10, 2021 15:46
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 47f8112 to a78d72d Compare January 24, 2021 11:53
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from a78d72d to c96c54f Compare February 1, 2021 13:56
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 88238cd to a7ce11f Compare February 11, 2021 02:40
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 40fae7d to b2c9aa5 Compare September 25, 2022 20:22
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from b2c9aa5 to 85fb345 Compare November 20, 2022 07:48
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 85fb345 to bd47d03 Compare March 16, 2023 20:01
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 10c6e1d to 1e1ac5e Compare March 29, 2023 23:43
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 1e1ac5e to 3406540 Compare May 28, 2023 10:03
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from dba4f82 to 608d1b4 Compare June 13, 2023 04:43
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 716ef71 to 8f8d5f8 Compare July 1, 2023 08:48
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 8f8d5f8 to 379b48e Compare July 21, 2023 23:20
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from a4c9ce4 to 93030d8 Compare August 23, 2023 22:53
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 1ff15ca to a354f58 Compare September 8, 2023 22:32
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 94c5023 to 23af6ac Compare September 20, 2023 04:57
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from ccb2e6d to 9f56ba8 Compare September 23, 2023 22:05
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 9f56ba8 to 563a8c4 Compare October 18, 2023 01:03
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 563a8c4 to 869b5a0 Compare November 7, 2023 00:49
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 869b5a0 to c7a8894 Compare November 22, 2023 02:23
@renovate renovate Bot changed the title chore(deps): update devdependencies (non-major) chore(deps): update dependency jest to v26.6.3 Dec 8, 2024
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.6.3 chore(deps): update devdependencies (non-major) Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from c7a8894 to 3fc25e5 Compare August 2, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants