adobe / helix-deploy

A multi-cloud deployment tool for serverless functions running on AWS Lambda, Adobe I/O Runtime, Azure Functions, and Google Cloud Functions. Write once, run everywhere.
Apache License 2.0
11 stars 15 forks source link

fix(deps): update external fixes #684

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-secrets-manager (source) 3.540.0 -> 3.543.0 age adoption passing confidence
@fastly/js-compute 3.11.0 -> 3.12.0 age adoption passing confidence
mocha (source) 10.3.0 -> 10.4.0 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager) ### [`v3.543.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#35430-2024-03-27) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.543.0) **Note:** Version bump only for package [@​aws-sdk/client-secrets-manager](https://togithub.com/aws-sdk/client-secrets-manager)
fastly/js-compute-runtime (@​fastly/js-compute) ### [`v3.12.0`](https://togithub.com/fastly/js-compute-runtime/blob/HEAD/CHANGELOG.md#3120-2024-03-28) [Compare Source](https://togithub.com/fastly/js-compute-runtime/compare/v3.11.0...v3.12.0) ##### Changed - update to SpiderMonkey 123.0.1 ([#​744](https://togithub.com/fastly/js-compute-runtime/issues/744)) ([32bf617](https://togithub.com/fastly/js-compute-runtime/commit/32bf61707f1133d4a2656913d726d66523398fb1)) This update brings with it the below changes: - Performance improvements for `JSON.stringify()` - An optimisation for `Object.keys()` to take advantage of cached for-in iterators if available. - Optimisations for `Object.assign()` - RegExp `v` flag support - Improved JSON parsing to help avoid garbage collection time when parsing very large files - The `String.prototype.isWellFormed()` and `String.prototype.toWellFormed()` methods respectively can be used to check if a string contains well-formed Unicode text (i.e. contains no lone surrogates) and sanitise an ill-formed string to well-formed Unicode text. - The `Object.groupBy()` and `Map.groupBy()` static methods for grouping the elements of an iterable are now supported - `Date.parse()` now accepts several additional date formats: - Year > 9999 for `YYYY-MMM-DD` format (e.g. `19999-Jan-01`) - `MMM-DD-YYYY` (e.g. `Jan-01-1970`) - Milliseconds for non-ISO date formats (e.g. `Jan 1 1970 10:00:00.050`) - Day of week at the beginning of formats which were being rejected, such as: - `Wed, 1970-01-01` - `Wed, 1970-Jan-01` - The day of week does not need to be correct, or a day of week at all; for example, `foo 1970-01-01` works. - Numeric dashed dates which do not meet the formal ISO standard are now accepted, including: - `"01-12-1999"` (month first) - `"1999-1-5"` (single-digit month or day) - `"10000-01-12"` (year > 9999) - `"99-01-05"` or `"01-05-99"` (2-digit year, year must be >31 if it comes first) - `"1999-01-05 10:00:00"` (space between date and time). These dates will be parsed with behavior typical of other non-ISO dates, such as local time zone and month rollover (April 31 rolls over to May 1 since April 31 doesn’t exist). - Requirements for characters directly following numbers have been loosened to accept new formats, including: - `"DDMonYYYY"` - `"Mon.DD.YYYY"` - `"DD.Mon.YYYY"` - `"YYYY.MM.DD"` - `"Mon DD YYYY hh:mmXm"` (`am`/`pm` directly following time) - Timezone `'Z'` is now accepted for non-ISO formats (e.g. `Jan 1 1970 10:00Z`) - Other `Date.parse()` fixes: - `YYYY-M-DD` and `YYYY-MM-D` are no longer assumed GMT as an ISO date `YYYY-MM-DD` would be. - Milliseconds for all formats are truncated after 3 digits, rather than being rounded. - The `Promise.withResolvers()` static method is now supported. This exposes the `resolve` and `reject` callback functions in the same scope as the returned `Promise`, allowing code that resolves or rejects the promise to be defined after its construction. - The `ArrayBuffer.prototype.transfer()` and `ArrayBuffer.prototype.transferToFixedLength()` methods can now be used to transfer ownership of memory from one ArrayBuffer to another. After transfer, the original buffer is detached from its original memory and hence unusable; the state can be checked using `ArrayBuffer.prototype.detached`.
mochajs/mocha (mocha) ### [`v10.4.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1040--2024-03-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.3.0...v10.4.0) ##### :tada: Enhancements - [#​4829](https://togithub.com/mochajs/mocha/pull/4829) feat: include `.cause` stacks in the error stack traces ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​4985](https://togithub.com/mochajs/mocha/pull/4985) feat: add file path to xunit reporter ([**@​bmish**](https://togithub.com/bmish)) ##### :bug: Fixes - [#​5074](https://togithub.com/mochajs/mocha/pull/5074) fix: harden error handling in `lib/cli/run.js` ([**@​stalet**](https://togithub.com/stalet)) ##### :nut_and_bolt: Other - [#​5077](https://togithub.com/mochajs/mocha/pull/5077) chore: add mtfoley/pr-compliance-action ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5060](https://togithub.com/mochajs/mocha/pull/5060) chore: migrate ESLint config to flat config ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5095](https://togithub.com/mochajs/mocha/pull/5095) chore: revert [#​5069](https://togithub.com/mochajs/mocha/pull/5069) to restore Netlify builds ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5097](https://togithub.com/mochajs/mocha/pull/5097) docs: add sponsored to sponsorship link rels ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5093](https://togithub.com/mochajs/mocha/pull/5093) chore: add 'status: in triage' label to issue templates and docs ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5083](https://togithub.com/mochajs/mocha/pull/5083) docs: fix CHANGELOG.md headings to start with a root-level h1 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5100](https://togithub.com/mochajs/mocha/pull/5100) chore: fix header generation and production build crashes ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5104](https://togithub.com/mochajs/mocha/pull/5104) chore: bump ESLint ecmaVersion to 2020 ([**@​JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#​5116](https://togithub.com/mochajs/mocha/pull/5116) fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' ([**@​LcsK**](https://togithub.com/LcsK)) - [#​4869](https://togithub.com/mochajs/mocha/pull/4869) docs: fix documentation concerning glob expansion on UNIX ([**@​binki**](https://togithub.com/binki)) - [#​5122](https://togithub.com/mochajs/mocha/pull/5122) test: fix xunit integration test ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5123](https://togithub.com/mochajs/mocha/pull/5123) chore: activate dependabot for workflows ([**@​voxpelli**](https://togithub.com/voxpelli)) - [#​5125](https://togithub.com/mochajs/mocha/pull/5125) build(deps): bump the github-actions group with 2 updates ([**@​dependabot**](https://togithub.com/dependabot))

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 3 months ago

This PR will trigger a patch release when merged.

adobe-bot commented 3 months ago

:tada: This PR is included in version 11.0.14 :tada:

The release is available on:

Your semantic-release bot :package::rocket: