chore(deps): update all non-major dependencies #91
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
^25.4.0
->^25.5.1
^25.4.0
->^25.5.2
^1.3.4
->^1.4.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
facebook/jest
v25.5.1
Compare Source
Fixes
[jest-haste-map]
Add missing@types/graceful-fs
dependency (#9913)[jest-runner]
Correctly serializeSet
passed to worker (#9915)[jest-runtime]
Vary ESM cache by query (#9914)v25.5.0
Compare Source
Features
[@jest/globals]
New package so Jest's globals can be explicitly imported (#9801)[jest-core]
Show coverage of sources related to tests in changed files (#9769)[jest-runtime]
Populaterequire.cache
(#9841)Fixes
[*]
Usegraceful-fs
directly in every package instead of relying onfs
being monkey patched (#9443)[expect]
Prints the Symbol name into the error message with a custom asymmetric matcher (#9888)[jest-circus, jest-jasmine2]
Support older version ofjest-runtime
(#9903 & #9842)[@jest/environment]
Make sure not to reference Jest types (#9875)[jest-message-util]
Code frame printing should respect--noStackTrace
flag (#9866)[jest-runtime]
Support importing CJS from ESM usingimport
statements (#9850)[jest-runtime]
Support importing parallel dynamicimport
s (#9858)[jest-transform]
Improve source map handling when instrumenting transformed code (#9811)Chore & Maintenance
[docs]
Add an example for mocking non-default export classPerformance
[jest-resolve]
Updateresolve
to a version using nativerealpath
, which is faster than the default JS implementation (#9872)[jest-resolve]
Pass custom cachedrealpath
function toresolve
(#9873)[jest-runtime]
Addteardown
method to clear any caches when tests complete (#9906)[jest-runtime]
Do not pass files required internally through transformation when loading them (#9900)[jest-runtime]
UseMap
s instead of object literals as cache holders (#9901)tailwindcss/tailwindcss
v1.4.0
Compare Source
Tailwind CSS v1.4.0
Another new minor version so soon? Merry Coronavirus 🎄😷🎄
New Features
New color opacity utilities (#1627)
Tailwind v1.4 adds a new set of utilities for controlling just the alpha channel of colors:
bg-opacity-{value}
text-opacity-{value}
border-opacity-{value}
divide-opacity-{value}
placeholder-opacity-{value}
These utilities compose with the existing color utilities like this:
All of these new utilities inherit their values from the
opacity
config by default but can be configured independently under the following theme keys:backgroundOpacity
textOpacity
borderOpacity
placeholderOpacity
divideOpacity
Learn more in the pull request.
Built-in PurgeCSS (#1639)
Tailwind v1.4 adds a new
purge
option to the config for removing unused CSS without the need for configuring another tool:Learn more in the pull request and the updated "Controlling File Size" documentation.
IE 11 target mode (#1635)
This feature is experimental and may change outside of normal semantic versioning policies.
Recently we've been adding a lot of new features to Tailwind that aren't IE 11 compatible, and if you need to support IE 11 in your projects you have to be careful not to rely on these features by mistake.
To make this easier, we've added a new
target
option to the config that lets you opt-in to a newie11
mode that disables any features that are not compatible with IE 11:Learn more in the pull request.
v1.3.5
Compare Source
space-x-0
didn't work for example)fs-extra
dependency to^8.0.0
to preserve Node 8 compatibility until Tailwind 2.0Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 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.