fix(deps): update all non-major dependencies #81
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:
2.8.0
->2.8.1
4.31.0
->4.31.2
4.31.0
->4.31.2
7.25.1
->7.26.0
4.4.2
->4.4.3
6.2.4
->6.3.0
Release Notes
ionic-team/stencil
v2.8.1
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint
v4.31.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
yannickcr/eslint-plugin-react
v7.26.0
Compare Source
Added
no-namespace
] rule (#2640 @yacinehmito @ljharb)jsx-max-props-per-line
]: addsingle
andmulti
options (#3078 @SIL0RAK)Fixed
display-name
]: Get rid of false position on component detection (#2759 @iiison)Changed
no-access-state-in-setstate
]: passing test for “don't error if it's not a React Component” (#1873 @kentcdodds)v7.25.3
Compare Source
Fixed
prop-types
],propTypes
: bail out unknown generic types inside func params (#3076 @vedadeepta)Changed
isCreateElement
andisDestructuredFromPragmaImport
utils (@ljharb)v7.25.2
Compare Source
Fixed
jsx-no-useless-fragments
]: Handle insignificant whitespace correctly whenallowExpressions
istrue
(#3061 @benj-dobs)prop-types
],propTypes
: handle implicitchildren
prop in react's generic types (#3064 @vedadeepta)display-name
]: fix arrow function returning result of function call with JSX arguments being interpreted as component (#3065 @danielfinke)jsx-no-target-blank
]: avoid crash on attr-only href (#3066 @ljharb @gaz77a)jsx-uses-vars
]: ignore lowercase tag names (#3070 @alanorozco)Microsoft/TypeScript
v4.4.3
Compare Source
This patch release contains fix for leaking file watchers on
package.json
, and a minor fix for completions in JavaScript files.For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
googlechrome/workbox
v6.3.0
Compare Source
Workbox v6.3.0 includes a couple of bug fixes and several new features.
🎉 What's New?
Allow precaching "repair" when using subresource integrity
Although unexpected, there are edge cases where the precache might not be in an inconsistent state, most likely due to a developer manually deleting something in DevTools.
When this happens,
workbox-precaching
defaults to falling-back to using a network response (assuming the device is online) when there's a precaching miss. Up until now,workbox-precaching
hasn't attempting to use this network response to repopulate the precache, because there are no guarantees that the network response corresponds to the version of the asset specified in the precache manifest.However, if the precache entry includes an
integrity
property, then subresource integrity guarantees that the response does correspond to the same version of the asset in the manifest. So it should be safe to "repair" the cache with that response. [#2921]IDB writes use relaxed durability
This small change to the way Workbox writes to IndexedDB should lead to slightly better performance, without any appreciable downsides. [#2934]
notifyAllClients option in BroadcastCacheUpdate
BroadcastCacheUpdate
usespostMessage()
to notify all open tabs controlled by the current service worker about a cache update. This default behavior is not changing.Setting
notifyAllClients: false
when configuringBroadcastCacheUpdate
and the associated plugin will result inpostMessage()
only communicating the update to the specificwindow
client that triggered thefetch
request which resulted in the cache update. [#2920]All WorkboxEvents TypeScript types are now exported
This enhancement makes it easier to use TypeScript to write
workbox-window
event handlers. [#2919]Debug logging when caching responses with Vary: headers
The presence of
Vary:
headers on a cachedResponse
can make it difficult to properly match and delete cache entries. To make it clearer to developers when this is happening, the development builds of Workbox will now log a message to theconsole
when aResponse
that's being cached includes aVary:
header. [#2916]🐛 What's Fixed?
workbox-cli
chokidar
dependency, for betternode
compatibility and to eliminate security warnings. [#2913]workbox-precaching
PrecacheCacheKeyPlugin
. [#2914]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.