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 #522

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) ^3.658.1 -> ^3.667.0 age adoption passing confidence dependencies minor
@aws-sdk/client-ses (source) ^3.658.1 -> ^3.667.0 age adoption passing confidence dependencies minor
@firebase/app-compat (source) ^0.2.41 -> ^0.2.42 age adoption passing confidence devDependencies patch
@mikro-orm/cli (source) 6.3.11 -> 6.3.13 age adoption passing confidence devDependencies patch
@mikro-orm/core (source) 6.3.11 -> 6.3.13 age adoption passing confidence dependencies patch
@mikro-orm/migrations (source) 6.3.11 -> 6.3.13 age adoption passing confidence dependencies patch
@mikro-orm/postgresql (source) 6.3.11 -> 6.3.13 age adoption passing confidence dependencies patch
@mikro-orm/reflection (source) 6.3.11 -> 6.3.13 age adoption passing confidence dependencies patch
@mikro-orm/seeder (source) 6.3.11 -> 6.3.13 age adoption passing confidence devDependencies patch
@sentry/node (source) ^8.32.0 -> ^8.33.1 age adoption passing confidence dependencies minor
@sentry/types (source) ^8.32.0 -> ^8.33.1 age adoption passing confidence devDependencies minor
@types/node (source) ^22.7.4 -> ^22.7.5 age adoption passing confidence devDependencies patch
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence devDependencies minor
firebase-admin (source) ^12.5.0 -> ^12.6.0 age adoption passing confidence dependencies minor
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence minor
node (source) >=20.17.0 -> >=20.18.0 age adoption passing confidence engines minor
node 20.17.0-slim -> 20.18.0-slim age adoption passing confidence final minor
pnpm (source) 9.11.0 -> 9.12.1 age adoption passing confidence packageManager minor
testcontainers ^10.13.1 -> ^10.13.2 age adoption passing confidence devDependencies patch
twilio 5.3.2 -> 5.3.3 age adoption passing confidence dependencies patch
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence devDependencies patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.667.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.666.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.665.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.664.0

Compare Source

Features
  • middleware-user-agent: add client config for userAgentAppId (#​6524) (2990ea8)

v3.663.0

Compare Source

Features
  • client-s3: This release introduces a header representing the minimum object size limit for Lifecycle transitions. (a692f70)

v3.662.0

Compare Source

Bug Fixes
  • s3-request-presigner: enable overriding hoistable headers (#​6535) (3c2e59c)

3.658.1 (2024-09-25)

Bug Fixes
  • clients: allow empty string field values for headers (#​6511) (1273ff3)
aws/aws-sdk-js-v3 (@​aws-sdk/client-ses)

v3.667.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.666.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.665.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.664.0

Compare Source

Features
  • middleware-user-agent: add client config for userAgentAppId (#​6524) (2990ea8)

v3.662.0

Compare Source

Bug Fixes
  • s3-request-presigner: enable overriding hoistable headers (#​6535) (3c2e59c)

3.658.1 (2024-09-25)

Bug Fixes
  • clients: allow empty string field values for headers (#​6511) (1273ff3)
firebase/firebase-js-sdk (@​firebase/app-compat)

v0.2.42

Compare Source

Patch Changes
mikro-orm/mikro-orm (@​mikro-orm/cli)

v6.3.13

Compare Source

Bug Fixes
  • core: add child SerializeOptions to custom serializer parameters (dbfddce), closes #​5968
  • core: fix partial loading on to-many relations (224613f), closes #​6097
  • core: fix same-second dates diffing (#​6094) (cd7ce82)
  • core: fix validation for not discovered entity trigger from Collection access (4834920)
  • core: ignore non-persisted properties on embeddables (#​6107) (e688694), closes #​6105
  • core: respect joined filters on em.count() (#​6115) (4f0bde5)
  • core: revert making the $and/$or arrays readonly (0e0667c), closes #​6085
  • postgres: improve schema diffing for native enums with explicit schema (#​6114) (fa537b1), closes #​6101
  • query-builder: fix support for update/delete with nested where conditions (3a451e1), closes #​6103
  • query-builder: improve intellisense on several QB methods (32113b0)
  • query-builder: use the correct PK field name for inserts without explicit values (8706f04)
Features
  • core: improve error message when only abstract entities are discovered (3835e40)
Performance Improvements
  • core: simplify lookup of returned values from batch updates (6caa82a)

v6.3.12

Compare Source

Bug Fixes
Features
  • core: prevent conversion of many entities in oneToMany from extractConstructorParams (#​6093) (8ba8d7a), closes #​6092
getsentry/sentry-javascript (@​sentry/node)

v8.33.1

Compare Source

  • fix(core): Update trpc middleware types (#​13859)
  • fix(fetch): Fix memory leak when handling endless streaming
    (#​13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

v8.33.0

Compare Source

Important Changes
  • feat(nextjs): Support new async APIs (headers(), params, searchParams)
    (#​13828)

Adds support for new dynamic Next.js APIs.

  • feat(node): Add lru-memoizer instrumentation
    (#​13796)

Adds integration for lru-memoizer using @​opentelemetry/instrumentation-lru-memoizer.

  • feat(nuxt): Add unstable_sentryBundlerPluginOptions to module options
    (#​13811)

Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.

Other Changes
  • fix(browser): Ensure wrap() only returns functions
    (#​13838)
  • fix(core): Adapt trpc middleware input attachment
    (#​13831)
  • fix(core): Don't return trace data in getTraceData and getTraceMetaTags if SDK is disabled
    (#​13760)
  • fix(nuxt): Don't restrict source map assets upload
    (#​13800)
  • fix(nuxt): Use absolute path for client config (#​13798)
  • fix(replay): Stop global event handling for paused replays
    (#​13815)
  • fix(sveltekit): add url param to source map upload options
    (#​13812)
  • fix(types): Add jsdocs to cron types (#​13776)
  • fix(nextjs): Loosen @​sentry/nextjs webpack peer dependency
    (#​13826)

Work in this release was contributed by @​joshuajaco. Thank you for your contribution!

Bundle size 📦
Path Size
@​sentry/browser 22.64 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.87 KB
@​sentry/browser (incl. Tracing, Replay) 71.37 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.8 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.72 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.37 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 27.3 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.39 KB
@​sentry/react (incl. Tracing) 37.85 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.76 KB
@​sentry/svelte 22.77 KB
CDN Bundle 23.95 KB
CDN Bundle (incl. Tracing) 36.64 KB
CDN Bundle (incl. Tracing, Replay) 71.14 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 70.17 KB
CDN Bundle (incl. Tracing) - uncompressed 108.63 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.53 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.74 KB
@​sentry/nextjs (client) 37.81 KB
@​sentry/sveltekit (client) 35.44 KB
@​sentry/node 125.13 KB
@​sentry/node - without tracing 93.58 KB
@​sentry/aws-serverless 103.28 KB
eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

firebase/firebase-admin-node (firebase-admin)

v12.6.0: Firebase Admin Node.js SDK v12.6.0

Compare Source

New Features
Bug Fixes
  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#​2712)
Miscellaneous
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 4am on Monday" (UTC), 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 added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 057c4e4 to 0340cc7 Compare October 8, 2024 00:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0340cc7 to 317ec9b Compare October 8, 2024 22:50
@rubiin rubiin closed this Oct 9, 2024
Repository owner locked as resolved and limited conversation to collaborators Nov 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant