-
Notifications
You must be signed in to change notification settings - Fork 350
v5.74.1 proposal #6765
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
v5.74.1 proposal #6765
Conversation
…pdates (#6763) Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios) and [koa](https://github.com/koajs/koa). Updates `axios` from 1.12.2 to 1.13.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.2...v1.13.0) Updates `koa` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](koajs/koa@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-versions - dependency-name: koa dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-versions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Overall package sizeSelf size: 13.15 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.3.0 | 20.73 MB | 20.74 MB | | @datadog/native-iast-taint-tracking | 4.0.0 | 11.72 MB | 11.73 MB | | @datadog/pprof | 5.11.1 | 9.96 MB | 10.34 MB | | @opentelemetry/core | 1.30.1 | 908.66 kB | 7.16 MB | | protobufjs | 7.5.4 | 2.95 MB | 5.82 MB | | @datadog/wasm-js-rewriter | 4.0.1 | 2.85 MB | 3.58 MB | | @opentelemetry/resources | 1.9.1 | 306.54 kB | 1.74 MB | | @datadog/native-metrics | 3.1.1 | 1.02 MB | 1.43 MB | | @opentelemetry/api-logs | 0.207.0 | 201.39 kB | 1.42 MB | | @opentelemetry/api | 1.9.0 | 1.22 MB | 1.22 MB | | jsonpath-plus | 10.3.0 | 617.18 kB | 1.08 MB | | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | lru-cache | 10.4.3 | 804.3 kB | 804.3 kB | | @datadog/openfeature-node-server | 0.1.0-preview.12 | 95.11 kB | 401.68 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | @datadog/sketches-js | 2.1.1 | 109.9 kB | 109.9 kB | | lodash.sortby | 4.7.0 | 75.76 kB | 75.76 kB | | ignore | 7.0.5 | 63.38 kB | 63.38 kB | | istanbul-lib-coverage | 3.2.2 | 34.37 kB | 34.37 kB | | rfdc | 1.4.1 | 27.15 kB | 27.15 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB | | @isaacs/ttlcache | 1.4.1 | 25.2 kB | 25.2 kB | | tlhunter-sorted-set | 0.1.0 | 24.94 kB | 24.94 kB | | shell-quote | 1.8.3 | 23.74 kB | 23.74 kB | | limiter | 1.1.5 | 23.17 kB | 23.17 kB | | retry | 0.13.1 | 18.85 kB | 18.85 kB | | semifies | 1.0.0 | 15.84 kB | 15.84 kB | | jest-docblock | 29.7.0 | 8.99 kB | 12.76 kB | | crypto-randomuuid | 1.0.0 | 11.18 kB | 11.18 kB | | ttl-set | 1.0.0 | 4.61 kB | 9.69 kB | | mutexify | 1.4.0 | 5.71 kB | 8.74 kB | | path-to-regexp | 0.1.12 | 6.6 kB | 6.6 kB | | module-details-from-path | 1.0.4 | 3.96 kB | 3.96 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v5.x #6765 +/- ##
==========================================
+ Coverage 83.19% 83.89% +0.70%
==========================================
Files 476 506 +30
Lines 20153 21240 +1087
==========================================
+ Hits 16766 17820 +1054
- Misses 3387 3420 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The FFE_FLAGS RC handler was incorrectly expecting a wrapped payload with conf.flag_configuration, but Remote Config delivers direct UFC payloads. Changes: - Fixed: this.openfeature._setConfiguration(conf.flag_configuration) - To: this.openfeature._setConfiguration(conf)
Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.3.4 to 10.0.0. - [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md) - [Commits](https://github.com/josdejong/workerpool/commits/v10.0.0) --- updated-dependencies: - dependency-name: workerpool dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The dependency itself may list it as dependency and we can include the library in our devDependencies for testing purposes. Fixes: #6743
This code is not used anymore and has no effect. Reintroducing it does not seem to be ideal. It is likely best to always name the services uniquely. Fixes: #6766
* remove deprecated lambda executor from localstack config * mount docker socket in localstack container
* Renamed nightly dispatch workflow * Renamed workflow
* Sync declarative config and env var support; add tests * Move runtime specific evaluations to defaults (e.g. remote config, crashtracking, etc) * Handle cloudPayloadTagging and installSignature
* Added prevention into wrapFunction * Modify shimmer tests to comply with new behavior * Added express-mongo-sanitize-test
9cf0777 to
ad49d60
Compare
|
…pdates (#6778) Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) and [axios](https://github.com/axios/axios). Updates `@apollo/server` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server) Updates `axios` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: "@apollo/server" dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-versions - dependency-name: axios dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-versions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ad49d60 to
7574051
Compare
|
Superseded by #6792. |
a31bc8f289] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #6778537a4a7853] - (SEMVER-PATCH) fix: restore the try catch in esubild because could fail using yarn (Ugaitz Urien) #6774e9556735f4] - (SEMVER-PATCH) fix: safer wrapFunction for ESM instrumentation (Pablo Erhard) #6761af5885e465] - (SEMVER-PATCH) feat: support most configurations with Declarative Config (Mikayla Toffler) #6694cb71d5149b] - (SEMVER-PATCH) Renamed nightly dispatch workflow (Pablo Erhard) #67424ba2f499bd] - (SEMVER-PATCH) ci: remove deprecated lambda executor from localstack config (Roch Devost) #6771c719f344bf] - (SEMVER-PATCH) fix: make sure latest vitest versions get properly instrumented (Juan Antonio Fernández de Alba) #67733ffe266034] - (SEMVER-PATCH) [test optimization] Improve flakiness in cypress (even more) (Juan Antonio Fernández de Alba) #6772c0874b3c1c] - (SEMVER-PATCH) ci: fix express-session job name (Pablo Erhard) #67694a1ffff269] - (SEMVER-PATCH) chore: remove unused code (Ruben Bridgewater) #6768fe119014ad] - (SEMVER-PATCH) fix: do not include peer dependencies of a dependency (Ruben Bridgewater) #676053714a107e] - (SEMVER-PATCH) chore: always redact exception messages for logs in telemetry (Steven Bouwkamp) #67403debabca45] - (SEMVER-PATCH) chore(deps-dev): bump workerpool from 9.3.4 to 10.0.0 (dependabot[bot]) #675147e0890e4a] - (SEMVER-PATCH) FFL-1294: Fix FFE_FLAGS Remote Config handler payload format (Leo Romanovsky) #6754f2af4fd7ed] - (SEMVER-PATCH) fix retry no longer working for bun (Roch Devost) #67628611c55283] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #6763