glslify-lite
                                
                                
                                
                                    glslify-lite copied to clipboard
                            
                            
                            
                        Update minor dependencies
This PR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| @types/jest | devDependencies | patch | 25.2.1 -> 25.2.3 | 
| @types/node | devDependencies | patch | 12.12.25 -> 12.12.41 | 
| @types/tmp | devDependencies | minor | 0.1.0 -> 0.2.0 | 
| eslint-config-prettier | devDependencies | minor | 6.9.0 -> 6.11.0 | 
| eslint-plugin-prettier | devDependencies | patch | 3.1.2 -> 3.1.3 | 
| husky | devDependencies | patch | 4.2.3 -> 4.2.5 | 
| lint-staged | devDependencies | minor | 10.0.8 -> 10.2.4 | 
| tmp | devDependencies | minor | 0.1.0 -> 0.2.1 | 
| ts-jest (source) | devDependencies | minor | 25.2.1 -> 25.5.1 | 
| typescript (source) | devDependencies | minor | 3.7.5 -> 3.9.3 | 
Release Notes
prettier/eslint-config-prettier
v6.11.0
- Added: [@typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@hbergren)!
 
v6.10.1
- Improved: Recommend using 
npxwhen running the CLI helper tool. - Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins.
 
v6.10.0
- Added: [@typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@ybiquitous)!!
 
prettier/eslint-plugin-prettier
v3.1.3
- Fix: Set 
meta.typeto "layout" (#283) (97152e2) - build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
 - build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
 - build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
 - build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
 - build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
 - build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
 - build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
 - build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)
 
okonet/lint-staged
v10.2.4
Bug Fixes
v10.2.3
Bug Fixes
- update listr2@2.0.1 (157ad3e)
 
v10.2.2
Bug Fixes
v10.2.1
Bug Fixes
- normalize chunked paths even when maxArgLength is not set (ba67f48)
 - resolve matched files to cwd instead of gitDir before adding (defe045)
 
v10.2.0
Bug Fixes
- all lint-staged output respects the 
quietoption (aba3421) - do not show incorrect error when verbose and no output (b8df31a)
 - log task output after running listr to keep everything (d69c65b)
 - use test renderer during tests and when TERM=dumb (16848d8)
 
Features
- add 
--verboseto show output even when tasks succeed (85de3a3) - allow specifying 
cwdusing the Node.js API (a3bd9d7) - replace listr with listr2 and print errors inline (8f32a3e)
 
v10.1.7
Bug Fixes
- use stash create/store to prevent files from disappearing from disk (c9adca5)
 
v10.1.6
Bug Fixes
- deps: update dependencies (e093b1d)
 
v10.1.5
Bug Fixes
- pass correct path to unstaged patch during cleanup (6066b07)
 
v10.1.4
Bug Fixes
- allow lint-staged to run on empty git repo by disabling backup (0bf1fb0)
 
v10.1.3
Bug Fixes
- only run git add on staged files matched to a task (d39573b)
 - run 
git addfor staged file chunks serially (69acfa3) 
v10.1.2
Bug Fixes
v10.1.1
Bug Fixes
v10.1.0
Bug Fixes
- do not return string from runAll, add info symbol to "No staged files found." message (1e7298a)
 - force src and dst prefixes in diff to work around local diff.noprefix setting (7f2ef33)
 - unset GIT_LITERAL_PATHSPECS env variable before running (a653c55)
 
Features
- add 
--no-stashoption to disable the backup stash, and not revert in case of errors (c386e4c) - only hide/restore unstaged modifications to partially staged files (52125a9)
 
v10.0.10
Bug Fixes
- support non-ASCII filenames when git is configured with 
core.quotepath on(2cb26a6) 
v10.0.9
Bug Fixes
- use 
path.joinandnormalizeto improve msys compatibility in resolveGitRepo (1ad263a) 
raszi/node-tmp
v0.2.1
:rocket: Enhancement
- #252 Closes #250: introduce tmpdir option for overriding the system tmp dir (@silkentrance)
 
:house: Internal
- #253 Closes #191: generate changelog from pull requests using lerna-changelog (@silkentrance)
 
Committers: 1
- Carsten Klein (@silkentrance)
 
v0.2.0
:rocket: Enhancement
- #234 feat: stabilize tmp for v0.2.0 release (@silkentrance)
 
:bug: Bug Fix
- #231 Closes #230: regression after fix for #197 (@silkentrance)
 - #220 Closes #197: return sync callback when using the sync interface, otherwise return the async callback (@silkentrance)
 - #193 Closes #192: tmp must not exit the process on its own (@silkentrance)
 
:memo: Documentation
- #221 Gh 206 document name option (@silkentrance)
 
:house: Internal
- #226 Closes #212: enable direct name option test (@silkentrance)
 - #225 Closes #211: existing tests must clean up after themselves (@silkentrance)
 - #224 Closes #217: name tests must use tmpName (@silkentrance)
 - #223 Closes #214: refactor tests and lib (@silkentrance)
 - #198 Update dependencies to latest versions (@matsev)
 
Committers: 2
- Carsten Klein (@silkentrance)
 - Mattias Severson (@matsev)
 
kulshekhar/ts-jest
v25.5.1
Bug Fixes
- compiler: don't resolve files from build folder for 
projectReferences(#1614) (74b92d3) - config: don't set 
includevalue oftsconfigto empty array (#1606) (8a29aaa) 
v25.5.0
Bug Fixes
- compiler: make 
projectReferenceswork withisolatedModules: false(#1541) (3e8efbe) - compiler: allow using 
filesprovided bytsconfig(#1562) (a9f02bd) - config: verify 
testMatchPatternscontain RegExp instance or string type values (#1569) (7f85bab) 
Features
- config: add 
tsconfigalias totsConfigoption (#1565) (c10eb6d) - config: define 'ts-jest' on 
ConfigGlobalsinterface of@jest/types(#1592) (4526392) 
Performance Improvements
- compiler: don’t write compile output to file system but rely on jest cache (#1561) (d11a4ea)
 - compiler: improve performance for 
isolatedModules: false(#1558) (85c09e3) 
BREAKING CHANGES
- Any custom typing files or files which are needed to be compiled and intended to use with 
jestneed to be defined infilesoption oftsconfig. 
For example:
// tsconfig.json
{
   // ...other configs
   "files": [
       "my-custom-typings.d.ts",
       "my-global-module.ts"
   ]
}
- compiler: 
incrementalandcompilerHostoptions are no longer available. Please remove it from yourts-jestconfig. 
v25.4.0
Bug Fixes
- compiler: make 
projectReferenceswork withisolatedModules: true(#1527) (aa6b74c) - compiler: make sure 
LanguageServiceupdated with test file information before getting diagnostics for test file (#1507) (311eaeb) - config: set default 
outDirwhenallowJsis true and nooutDirintsconfig(#1502) (1a287ad) - config: use original jest config object instead of stringified config (#1511) (4f0bb33)
 
25.3.1 (2020-04-03)
Bug Fixes
- only do type checking while compiling file (#1483) (dbc0a08)
 - config: set default outDir for enabled allowJs without outDir (#1472) (57c7af0)
 
v25.3.1
Bug Fixes
- only do type checking while compiling file (#1483) (dbc0a08)
 - config: set default outDir for enabled allowJs without outDir (#1472) (57c7af0)
 
v25.3.0
Bug Fixes
- add 
jest-configto dependencies list (6d9e0d8) - always do type check for all files provided to ts-jest transformer for non-watch mode (#1450) (107e062)
 
Chores
- docs: add 
TROUBLESHOOTING(96cd9b3) 
Features
- compiler: expose internal ts 
Programvia ConfigSetTsCompiler(#1433) (7153246) - config: add incremental option (#1418) (5a69bce)
 
BREAKING CHANGES
Microsoft/TypeScript
v3.9.3
This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript v3.9.0 (Beta).
 - fixed issues query for Typescript v3.9.1 (RC).
 - fixed issues query for Typescript v3.9.2 (Final).
 - fixed issues query for Typescript v3.9.3 (patch release).
 
Downloads are available on:
v3.9.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript v3.9.0 (Beta).
 - fixed issues query for Typescript v3.9.1 (RC).
 - fixed issues query for Typescript v3.9.2 (Final).
 
Downloads are available on:
v3.8.3
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript v3.8.0 (Beta).
 - fixed issues query for Typescript v3.8.1 (RC).
 - fixed issues query for Typescript v3.8.2 (Final).
 - fixed issues query for Typescript v3.8.3.
 
Downloads are available on:
v3.8.2
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.2.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript v3.8.0 (Beta).
 - fixed issues query for Typescript v3.8.1 (RC).
 - fixed issues query for Typescript v3.8.2 (Final).
 
Downloads are available on:
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: 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 has been generated by WhiteSource Renovate. View repository job log here.
Codecov Report
:exclamation: No coverage uploaded for pull request head (
renovate/minor-dependencies@d601a27). Click here to learn what that means. The diff coverage isn/a.
Codecov Report
:exclamation: No coverage uploaded for pull request head (
renovate/minor-dependencies@4121e78). Click here to learn what that means. The diff coverage isn/a.