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

chore(deps): update all minor dependency bump #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@frsource/eslint-config (source) 1.15.0 -> 1.19.0 age adoption passing confidence devDependencies minor
@frsource/prettier-config (source) 1.11.0 -> 1.13.0 age adoption passing confidence devDependencies minor
cypress (source) 12.14.0 -> 12.17.4 age adoption passing confidence devDependencies minor
del-cli 5.0.1 -> 5.1.0 age adoption passing confidence devDependencies minor
globals 15.9.0 -> 15.11.0 age adoption passing confidence devDependencies minor
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence minor
pnpm (source) 8.6.12 -> 8.15.9 age adoption passing confidence packageManager minor
sharp (source, changelog) 0.32.6 -> 0.33.5 age adoption passing confidence dependencies minor
typescript (source) 5.1.6 -> 5.6.3 age adoption passing confidence devDependencies minor
vite-tsconfig-paths 4.2.1 -> 4.3.2 age adoption passing confidence devDependencies minor

Release Notes

FRSOURCE/toolkit (@​frsource/eslint-config)

v1.19.0

Compare Source

Bug Fixes

v1.18.0

Compare Source

Bug Fixes

v1.17.0

Compare Source

v1.16.0

Compare Source

Bug Fixes
FRSOURCE/toolkit (@​frsource/prettier-config)

v1.13.0

Compare Source

v1.12.0

Compare Source

cypress-io/cypress (cypress)

v12.17.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-4

v12.17.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-3

v12.17.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-2

v12.17.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-1

v12.17.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-17-0

v12.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-16-0

v12.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#12-15-0

sindresorhus/del-cli (del-cli)

v5.1.0

Compare Source

sindresorhus/globals (globals)

v15.11.0

Compare Source

v15.10.0

Compare Source

nodejs/node (node)

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency cypress to v12.15.0 chore(deps): update dependency cypress to v12.16.0 Jun 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency cypress to v12.16.0 chore(deps): update dependency cypress to v12.17.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from e5ddbc2 to a66d0fb Compare July 9, 2023 23:14
@renovate renovate bot changed the title chore(deps): update dependency cypress to v12.17.0 chore(deps): update dependency cypress to v12.17.1 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 385b97c to 323b198 Compare July 17, 2023 00:25
@renovate renovate bot changed the title chore(deps): update dependency cypress to v12.17.1 chore(deps): update dependency cypress to v12.17.2 Jul 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency cypress to v12.17.2 chore(deps): update all minor dependency bump Jul 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 6964508 to 5c550f6 Compare July 26, 2023 13:57
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 2fdfe06 to 7d3b55b Compare August 21, 2023 03:58
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from babe991 to f719f8f Compare August 31, 2023 17:30
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 3b41a8c to decad9a Compare September 11, 2023 16:19
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 0f16525 to 4d36c1f Compare October 2, 2023 04:04
@eMerzh
Copy link

eMerzh commented Mar 11, 2024

@FRSgit would it be possible to tackle this?
as my tool are constantly flagging the deps as vulnerable because of lovell/sharp#3798

thx :)

@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from d4c3498 to 5d2cd70 Compare March 17, 2024 21:34
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 6d2969a to 8bcc156 Compare March 23, 2024 16:17
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 5a0b279 to 40e7ce5 Compare April 4, 2024 22:39
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 71b7763 to 98560d3 Compare April 13, 2024 19:16
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from c0814cf to 24ee116 Compare April 30, 2024 01:08
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 4077fe0 to e2bfed7 Compare September 13, 2024 23:29
@FRSgit
Copy link
Member

FRSgit commented Sep 14, 2024

Hello @eMerzh!

Unfortunately, I was off of this project for a while - but now I'm back and it's time to get the library back on track 😄

I've started an initiative to get v4 of this plugin out of the door - some of the things are already done (like the upgrade to newest sharp version), but still there are some issues that need responding and/or fixes.

I'll be working on these during next 1-2 weeks to get the v4 ready and release it (hopefully) still this month 💪

If you want to see the v4 release quicker and are willing to help me with making this plugin even better - please have a look at the list in this issue and try to help with some issues:
#316
all of the changes should be done against branch feat/release-4.0.0.

Any help will be much appreciated! ❤️

@FRSgit FRSgit mentioned this pull request Sep 14, 2024
22 tasks
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 1cf9de4 to 8dd5644 Compare September 20, 2024 18:35
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from ac2eb02 to 8410362 Compare September 30, 2024 07:57
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 0a39c84 to dd396b7 Compare October 7, 2024 00:51
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