clients icon indicating copy to clipboard operation
clients copied to clipboard

Update npm

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/chrome (source) ^0.0.190 -> ^0.0.206 age adoption passing confidence
electron 21.3.1 -> 21.3.3 age adoption passing confidence
https-proxy-agent 5.0.0 -> 5.0.1 age adoption passing confidence
inquirer 8.0.0 -> 8.2.5 age adoption passing confidence
jest-mock-extended 2.0.6 -> 2.0.9 age adoption passing confidence
jquery (source) 3.6.0 -> 3.6.3 age adoption passing confidence
prettier-plugin-tailwindcss ^0.1.13 -> ^0.2.0 age adoption passing confidence
zone.js (changelog) ^0.11.4 -> ^0.12.0 age adoption passing confidence

Release Notes

electron/electron

v21.3.3: electron v21.3.3

Compare Source

Release Notes for v21.3.3

Fixes

  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args. #​36495 (Also in 22)

Other Changes

  • Updated Chromium to 106.0.5249.199. #​36448
TooTallNate/node-https-proxy-agent

v5.0.1

Compare Source

Patches
  • Remove servername check: 3d2981c
  • Fix compatibility with Node.js 14: #​104
Credits

Huge thanks to @​lpinca for helping!

SBoudrias/Inquirer.js

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

  • Fix line wrapping with using with terminal links
  • Fix number prompt not working with negative numbers

v8.2.2

Compare Source

Fix bugs with the rawlist

v8.2.1

Compare Source

  • Fix bug when using both arrow keys and number keys on the rawList prompt.
  • Dependencies bump

v8.2.0

Compare Source

  • checkbox prompt: Update the help message to be more complete. And the help message is now shown until a selection is made.

v8.1.5

Compare Source

Fix older Node version compatibility issue.

v8.1.4

Compare Source

  • Fix an error being thrown inside the rawlist prompt

v8.1.3

Compare Source

Bug Fixes
  • Fix password prompt appearing when doing async filtering/validation
  • User being prompted a question even though it was answered when using nested answer object format.
  • Fix extra space appearing when using custom prefix.

And bump of all dependencies.

v8.1.2

Compare Source

  • Fix bug on rawList prompt
  • Bump dependencies

v8.1.1

Compare Source

Fix: Number prompt default behavior.

v8.1.0

Compare Source

New features
  • Now display a loading spinner while asynchronously filtering or validating data.
  • inquirer.prompt() now accept a shorthand object syntax instead of an array with named prompts:
const { foo, bar } = await inquirer.prompt({
  foo: {
    message: '...',
    default: '...',
  },
  bar: {
    default: '...',
  }
}):

v8.0.1

Compare Source

Fixes

  • Fix issue with duplicate keys in expand prompt not being caught if casing didn't match
  • Fix rawlist prompt ignoring short option
  • Rollback dependencies migrated to ESM causing issue for some users

And lastly general dependency upgrade (to non-ESM versions)

marchaos/jest-mock-extended

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

Fixes

jquery/jquery

v3.6.3: jQuery supports CSS.supports in jQuery 3.6.3

Compare Source

https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/

v3.6.2: jQuery 3.6.2 :has arrived!

Compare Source

https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/

v3.6.1: jQuery 3.6.1 Maintenance Release

Compare Source

https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/

tailwindlabs/prettier-plugin-tailwindcss

v0.2.1

Compare Source

Fixed
  • Fix support for latest Shopify Liquid plugin (#​109)

v0.2.0

Compare Source

Changed
  • Don't bundle prettier-plugin-svelte (#​101)
Added
  • Improve compatibility with other Prettier plugins (#​101, #​102)
angular/angular

v0.12.0

Compare Source

Bug Fixes

0.11.8 (2022-08-08)

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

0.11.7 (2022-07-20)

Bug Fixes
  • zone.js: do not invoke jasmine done callback multiple times with waitForAsync (4e77c7fbf38)
Features
  • zone.js: add AsyncStackTaggingZoneSpec implementation (#​46693) (848a009)
  • zone.js: include jasmine describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

0.11.6 (2022-06-02)

Bug Fixes
BREAKING CHANGES
  • zone.js: in TaskTrackingZoneSpec track a periodic task until it is cancelled

The breaking change is scoped only to the plugin zone.js/plugins/task-tracking. If you used TaskTrackingZoneSpec and checked the pending macroTasks e.g. using (this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), then its behavior slightly changed for periodic macrotasks. For example, previously the setInterval macrotask was no longer tracked after its callback was executed for the first time. Now it's tracked until the task is explicitly cancelled, e.g with clearInterval(id).

0.11.5 (2022-03-03)

Bug Fixes
Features

0.11.4 (2021-02-10)

Bug Fixes
Features

0.11.3 (2020-10-27)

Bug Fixes

0.11.2 (2020-09-19)

Bug Fixes
Features
Refactor
  • zone.js: refactor(zone.js): rename several internal apis in fake async zone spec (#​39127) (8a68669)
Build
  • zone.js: build(zone.js): zone.js should output esm format for fesm2015 bundles (#​39203) (822b838)
BREAKING CHANGES
  • zone.js: ZoneJS no longer swallows errors produced by Object.defineProperty calls.

Prior to this change, ZoneJS monkey patched Object.defineProperty and if there is an error (such as the property is not configurable or not writable) the patched logic swallowed it and only console.log was produced. This behavior used to hide real errors, so the logic is now updated to trigger original errors (if any). One exception where the patch remains in place is document.registerElement (to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers). If your code relies on the old behavior (where errors were not thrown before), you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.

0.11.1 (2020-08-19)

Bug Fixes

v0.11.8

Compare Source

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

renovate[bot] avatar Nov 01 '22 02:11 renovate[bot]

@MGibson1 I had to update the badgeAction type since chrome.action != chrome.browserAction in the updated types.

Hinton avatar Feb 10 '23 12:02 Hinton

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Apr 12 '23 21:04 renovate[bot]

Wrote PM-1821. We're not handling types properly for bw serve-sent commands.

We need to fix that before we can update koa-bodyparser types.

MGibson1 avatar Apr 12 '23 21:04 MGibson1