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

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) ^3.449.0 -> ^3.450.0 age adoption passing confidence dependencies minor
@aws-sdk/client-ses (source) ^3.449.0 -> ^3.450.0 age adoption passing confidence dependencies minor
@sentry/hub (source) ^7.80.0 -> ^7.80.1 age adoption passing confidence dependencies patch
@sentry/node (source) ^7.80.0 -> ^7.80.1 age adoption passing confidence dependencies patch
@sentry/types (source) ^7.80.0 -> ^7.80.1 age adoption passing confidence devDependencies patch
node 21.0.0-slim -> 21.1.0-slim age adoption passing confidence final minor
postgres 16.0-alpine -> 16.1-alpine age adoption passing confidence minor
rabbitmq 3.12.7-management-alpine -> 3.12.8-management-alpine age adoption passing confidence patch
redis 7.2.2-alpine -> 7.2.3-alpine age adoption passing confidence patch

Release Notes

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

v3.450.0

Compare Source

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

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

v3.450.0

Compare Source

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

getsentry/sentry-javascript (@​sentry/hub)

v7.80.1

Compare Source

  • fix(astro): Adjust Vite plugin config to upload server source maps (#​9541)
  • fix(nextjs): Add tracing extensions in all serverside wrappers (#​9537)
  • fix(nextjs): Fix serverside transaction names on Windows (#​9526)
  • fix(node): Fix tRPC middleware typing (#​9540)
  • fix(replay): Add additional safeguards for capturing network bodies (#​9506)
  • fix(tracing): Update prisma span to be db.prisma (#​9512)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 65.42 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 55.63 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 30.98 KB
@​sentry/browser - Webpack (gzipped) 21.3 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 61.95 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.1 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.24 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 195.42 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 88.32 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 63.3 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.81 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 65.77 KB
@​sentry/react - Webpack (gzipped) 21.34 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 82.49 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.13 KB
@​sentry-internal/feedback - Webpack (gzipped) 16 KB
nodejs/node (node)

v21.1.0: 2023-10-24, Version 21.1.0 (Current), @​targos

Compare Source

Notable Changes
Automatically detect and run ESM syntax

The new flag --experimental-detect-module can be used to automatically run
ES modules when their syntax can be detected. For “ambiguous” files, which are
.js or extensionless files with no package.json with a type field, Node.js
will parse the file to detect ES module syntax; if found, it will run the file
as an ES module, otherwise it will run the file as a CommonJS module.
The same applies to string input via --eval or STDIN.

We hope to make detection enabled by default in a future version of Node.js.
Detection increases startup time, so we encourage everyone — especially package
authors — to add a type field to package.json, even for the default
"type": "commonjs". The presence of a type field, or explicit extensions
such as .mjs or .cjs, will opt out of detection.

Contributed by Geoffrey Booth in #​50096.

Other Notable Changes
  • [3729e33358] - doc: add H4ad to collaborators (Vinícius Lourenço) #​50217
  • [18862e4d5d] - (SEMVER-MINOR) fs: add flush option to appendFile() functions (Colin Ihrig) #​50095
  • [5a52c518ef] - (SEMVER-MINOR) lib: add navigator.userAgent (Yagiz Nizipli) #​50200
  • [789372a072] - (SEMVER-MINOR) stream: allow pass stream class to stream.compose (Alex Yang) #​50187
  • [f3a9ea0bc4] - stream: improve performance of readable stream reads (Raz Luvaton) #​50173
  • [dda33c2bf1] - vm: reject in importModuleDynamically without --experimental-vm-modules (Joyee Cheung) #​50137
  • [3999362c59] - vm: use internal versions of compileFunction and Script (Joyee Cheung) #​50137
  • [a54179f0e0] - vm: unify host-defined option generation in vm.compileFunction (Joyee Cheung) #​50137
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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8484dbb to b1187c1 Compare November 1, 2023 19:22
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1187c1 to fc20c23 Compare November 1, 2023 23:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 103e93e to 5c3678a Compare November 9, 2023 07:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c3678a to 10bf7b7 Compare November 9, 2023 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 966208e to 601bde8 Compare November 11, 2023 19:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 601bde8 to a71d414 Compare November 13, 2023 23:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a71d414 to 594d40c Compare November 14, 2023 06:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 594d40c to 6d02845 Compare November 14, 2023 12:06
@rubiin rubiin merged commit 3b8b3a3 into master Nov 14, 2023
2 of 4 checks passed
@rubiin rubiin deleted the renovate/all-minor-patch branch November 14, 2023 13:25
Repository owner locked as resolved and limited conversation to collaborators Dec 15, 2023
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