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 minor and patch #6

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@changesets/cli (source) 2.27.8 -> 2.27.12 age adoption passing confidence devDependencies patch
@qlik/prettier-config 0.4.17 -> 0.4.20 age adoption passing confidence devDependencies patch
actions/cache v4.0.2 -> v4.2.0 age adoption passing confidence action minor
node (source) 20.17.0 -> 20.18.2 age adoption passing confidence minor
pnpm (source) 9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b -> 9.15.4 age adoption passing confidence packageManager minor
pnpm (source) 9.11.0 -> 9.15.4 age adoption passing confidence minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
turbo (source) 2.1.2 -> 2.3.4 age adoption passing confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

v2.27.9

Compare Source

Patch Changes
qlik-oss/dev-tools-js (@​qlik/prettier-config)

v0.4.20

Compare Source

Patch Changes

v0.4.19

Compare Source

Patch Changes
  • 669324a: chore: update npm dependencies

v0.4.18

Compare Source

Patch Changes
  • feb2d5a: chore: update npm dependencies
actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

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 - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 5, 2024
@renovate renovate bot enabled auto-merge (squash) October 5, 2024 01:56
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from a1e92f3 to 04b824f Compare October 8, 2024 19:12
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 6 times, most recently from 0e13c5b to 0c9ddd0 Compare October 22, 2024 13:45
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 0c9ddd0 to f63e39f Compare October 28, 2024 04:46
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 5 times, most recently from b5fe02d to 7cd49d2 Compare November 20, 2024 09:44
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 6 times, most recently from 140848e to fdcec60 Compare November 27, 2024 00:01
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 3 times, most recently from 1aa657f to da4aa0a Compare December 4, 2024 09:07
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 7cb2b06 to 5ccb2f7 Compare December 6, 2024 17:50
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from d9a3506 to 2d34684 Compare December 20, 2024 01:13
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 2d34684 to d73143f Compare December 28, 2024 22:41
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from d73143f to 0ddb4d2 Compare January 6, 2025 00:18
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 0ddb4d2 to a55d22d Compare January 13, 2025 23:06
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 3 times, most recently from bde8ff9 to fa67aee Compare January 24, 2025 10:58
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from fa67aee to 89bf229 Compare January 29, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants