Update all non-major dependencies #2768
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.9.0
->7.9.6
7.9.5
->7.9.6
7.7.18
->7.7.20
12.12.35
->12.12.37
2.28.0
->2.30.0
2.28.0
->2.30.0
2.28.0
->2.30.0
3.0.11
->3.1.0
8.10.0
->8.11.0
3.6.0
->3.6.1
3.6.0
->3.6.1
0.12.1
->0.12.3
1.7.2
->1.8.0
7.1.1
->7.1.2
4.0.3
->4.0.4
6.8.9
->6.9.0
2.6.1
->2.7.6
1.28.0
->1.32.1
0.13.0
->0.14.0
0.5.0
->0.6.1
5.1.3
->5.3.0
4.6.11
->4.6.13
8.8.2
->8.10.1
6.1.1
->6.1.2
4.42.1
->4.43.0
Release Notes
babel/babel
v7.9.6
Compare Source
👓 Spec Compliance
babel-plugin-proposal-object-rest-spread
babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
🚀 New Feature
babel-traverse
,babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-preset-env
babel-traverse
babel-plugin-transform-typescript
declare const enum
(@dosentmatter)babel-compat-data
babel-parser
of
(@JLHwung)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
babel-traverse
,babel-types
babel-standalone
babel-plugin-transform-runtime
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-to-generator
💅 Polish
babel-parser
babel-core
📝 Documentation
babel-parser
🏠 Internal
babel-compat-data
,babel-preset-env
< x.y.z
engines specification (@JLHwung)babel-node
🏃♀️ Performance
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
typescript-eslint/typescript-eslint
v2.30.0
Compare Source
Bug Fixes
Features
dot-notation
(#1867) (a85c3e1)no-invalid-void-type
rule (#1847) (f667ff1)v2.29.0
Compare Source
Bug Fixes
ignoreTaggedTemplateExpressions
option (#1916) (369978e)Features
init-declarations
(#1814) (b01f5e7)keyword-spacing
(#1739) (c5106dd)nickmerwin/node-coveralls
v3.1.0
Compare Source
service_job_number
for parallelism in Travis and CircleCI (#290)705c3b5
eb6dc35
This is a
minor
release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:v3.0.14
Compare Source
59a57e2
a0c6941
@XhmikosR1615297
3647673
@XhmikosRff21930
@lpincav3.0.13
Compare Source
v3.0.12
Compare Source
firebase/firebase-admin-node
v8.11.0
Compare Source
New Features
Bug Fixes
DecodedIdToken
types. (#852)Miscellaneous
firebase/firebase-functions
v3.6.1
Compare Source
http-party/http-server
v0.12.3
Compare Source
Patch release to package man page
v0.12.2
Compare Source
In this release we:
optimist
tominimist
man
pagesth/karma-summary-reporter
v1.8.0
Compare Source
mochajs/mocha
v7.1.2
Compare Source
🔩 Other
📖 Documentation
sindresorhus/ora
v4.0.4
Compare Source
4c60b6a
protobufjs/protobuf.js
v6.9.0
Compare Source
Features
Bug Fixes
rollup/rollup
v2.7.6
Compare Source
2020-04-30
Bug Fixes
Pull Requests
v2.7.5
Compare Source
2020-04-29
Bug Fixes
Pull Requests
v2.7.4
Compare Source
2020-04-29
Bug Fixes
Pull Requests
v2.7.3
Compare Source
2020-04-27
Bug Fixes
__proto__
when running Rollup (#3518)Pull Requests
v2.7.2
Compare Source
2020-04-22
Bug Fixes
Pull Requests
v2.7.1
Compare Source
2020-04-21
Bug Fixes
output.paths
is used (#3508)Pull Requests
v2.7.0
Compare Source
2020-04-21
Features
preserveEntrySignatures
option to control how exports of entry points are handled (#3498)preserveSignature
flag tothis.emitFile
to control exports of emitted chunks (#3498)output.minifyInternalExports
option to control if internal exports are minified (#3498)Pull Requests
mjeanroy/rollup-plugin-license
v0.14.0
Compare Source
maxdavidson/rollup-plugin-sourcemaps
v0.6.1
Compare Source
v0.6.0
Compare Source
TrySound/rollup-plugin-terser
v5.3.0
Compare Source
Added rollup v2 support (thanks to @willfarrell)
v5.2.0
Compare Source
toplevel: true
by default forformat: 'cjs'
(thanks to @shrinktofit)module
andtoplevel
options (thanks to @eight04)terser/terser
v4.6.13
Compare Source
e
in them.v4.6.12
Compare Source
[1,[2, 3]]
is different from[1, 2, [3]]
TypeStrong/ts-node
v8.10.1
Compare Source
Fix
Fixes #1026: revert the addition of package.json "exports" because it blocked
require()
s that used to work, for examplerequire('ts-node/register')
(#1027)v8.10.0
Compare Source
Added
Experimental support for native ECMAScript modules in node >=13 (#1007, #1010)
v8.9.1
Compare Source
Fixed
Fix
--interactive
/-i
flag so it forces REPL even when stdin is not a TTY (#1019)v8.9.0
Compare Source
Fixed
Fix failing tests caused by recent changes to @types/node (#1016)
Fix #945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#1015) @addaleax
Fix #1004: in
--scriptMode
, resolve config file relative to realpath of entrypoint script (#1009)Normalized filenames in cache to fix performance issues on Windows (#997) @sylc
Added
Add timestamps to debug logging (#994) @sylc
Docs
Improve coverage of the README (#1000) @KasparEtter
Change order of install commands in README (#993) @jacobdcastro
Mention
ts-node -vv
flag in issue template (#1001)Run GHActions tests on pull requests (#1017)
palantir/tslint
v6.1.2
Compare Source
webpack/webpack
v4.43.0
Compare Source
Features
module.hot.invalidate()
to HMR APIDependencies
Renovate configuration
📅 Schedule: "before 3am on Friday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.