Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #81

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 2.8.0 -> 2.8.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.31.0 -> 4.31.2 age adoption passing confidence
@typescript-eslint/parser 4.31.0 -> 4.31.2 age adoption passing confidence
eslint-plugin-react 7.25.1 -> 7.26.0 age adoption passing confidence
typescript (source) 4.4.2 -> 4.4.3 age adoption passing confidence
workbox-build 6.2.4 -> 6.3.0 age adoption passing confidence

Release Notes

ionic-team/stencil

v2.8.1

Compare Source

Bug Fixes
  • runtime: textContent for scoped components with slots (#​3047) (9fc7657)
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
Fixed
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
Changed
  • [readme] Update broken link for configuration files (#​3071 @​prateek3255)
  • [Refactor] create/extract isCreateElement and isDestructuredFromPragmaImport utils (@​ljharb)

v7.25.2

Compare Source

Fixed
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 uses postMessage() 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 configuring BroadcastCacheUpdate and the associated plugin will result in postMessage() only communicating the update to the specific window client that triggered the fetch 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 cached Response 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 the console when a Response that's being cached includes a Vary: header. [#​2916]

🐛 What's Fixed?
workbox-cli
  • Update to chokidar dependency, for better node compatibility and to eliminate security warnings. [#​2913]
workbox-precaching
  • Preserve all request headers in 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.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ad7a11 to a174ab0 Compare September 10, 2021 21:29
@renovate renovate bot changed the title chore(deps): update dependency workbox-build to v6.3.0 chore(deps): update all non-major dependencies Sep 10, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9118a15 to dcb4f6e Compare September 15, 2021 19:10
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 15, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 680420e to 5b6766b Compare September 20, 2021 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b6766b to 89b3576 Compare September 21, 2021 03:33
@derkoe derkoe merged commit 5ce7dd5 into master Sep 22, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch September 22, 2021 08:13
github-actions bot pushed a commit that referenced this pull request Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants