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 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.34.0 age adoption passing confidence devDependencies minor
@frsource/prettier-config (source) 1.11.0 -> 1.22.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.14.0 age adoption passing confidence devDependencies minor
node (source) 20.17.0 -> 20.18.2 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.7.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.34.0

Compare Source

v1.33.0

Compare Source

Bug Fixes

v1.32.0

Compare Source

Bug Fixes

v1.31.0

Compare Source

Bug Fixes

v1.30.0

Compare Source

Bug Fixes

v1.29.0

Compare Source

Bug Fixes

v1.28.0

Compare Source

Bug Fixes

v1.27.0

Compare Source

Bug Fixes

v1.26.0

Compare Source

v1.25.0

Compare Source

v1.24.0

Compare Source

Bug Fixes

v1.23.0

Compare Source

Bug Fixes

v1.22.0

Compare Source

Bug Fixes

v1.21.0

Compare Source

v1.20.0

Compare Source

Bug Fixes

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.22.0

Compare Source

v1.21.0

Compare Source

Bug Fixes

v1.20.0

Compare Source

Bug Fixes

v1.19.0

Compare Source

Bug Fixes

v1.18.0

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

Bug Fixes

v1.15.0

Compare Source

v1.14.0

Compare Source

Bug Fixes

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.14.0

Compare Source

v15.13.0

Compare Source

v15.12.0

Compare Source

v15.11.0

Compare Source

v15.10.0

Compare Source

nodejs/node (node)

v20.18.2

Compare Source

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

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 force-pushed the renovate/all-minor branch from 70d3873 to f6b9ed1 Compare June 26, 2023 17:24
@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 force-pushed the renovate/all-minor branch from 323b198 to c0ede54 Compare July 20, 2023 21:17
@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 from 5c550f6 to 17197e0 Compare August 1, 2023 22:05
@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 from decad9a to daddafe Compare September 17, 2023 23:29
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 0f16525 to 4d36c1f Compare October 2, 2023 04:04
@renovate renovate bot force-pushed the renovate/all-minor branch from 4d36c1f to 3c48635 Compare October 9, 2023 00:53
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 0a39c84 to dd396b7 Compare October 7, 2024 00:51
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 2fb56f9 to c28b3ca Compare October 14, 2024 10:36
@renovate renovate bot force-pushed the renovate/all-minor branch from c28b3ca to e3754ad Compare October 28, 2024 07:48
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 28fe63b to 632e967 Compare November 11, 2024 09:50
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 9e83e40 to 3827779 Compare November 22, 2024 18:36
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 1e1a68a to 8dc5557 Compare December 2, 2024 10:08
@renovate renovate bot force-pushed the renovate/all-minor branch from 8dc5557 to 47d332b Compare December 9, 2024 05:27
@renovate renovate bot changed the title chore(deps): update all minor dependency bump fix(deps): update all minor dependency bump Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 905a2af to da5f34d Compare December 23, 2024 09:20
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 820188b to b925df4 Compare December 30, 2024 11:46
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 0cc9dce to 91c9699 Compare January 8, 2025 19:31
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 677954e to 7ba8129 Compare January 21, 2025 18:42
@renovate renovate bot force-pushed the renovate/all-minor branch from 7ba8129 to b48d1b1 Compare January 23, 2025 22:52
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