GitHub
07/30/2025, 2:37 PMfs.F_OK
(7fe66bb), closes #240
---
### Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
---
• If you want to rebase/retry this PR, check this box
---
This PR was generated by Mend Renovate. View the repository job log.
pact-foundation/pact-jsGitHub
07/31/2025, 10:09 PMGitHub
08/01/2025, 1:18 AMGitHub
08/01/2025, 4:53 AM<https://github.com/pact-foundation/jest-pact/tree/master|master>
by renovate[bot]
<https://github.com/pact-foundation/jest-pact/commit/a5d079fb6cf14c20f6aba2a0ff359758e5b48437|a5d079fb>
- chore(deps): update dependency typescript to v5.9.2 (#408)
pact-foundation/jest-pactGitHub
08/01/2025, 6:56 AMGitHub
08/03/2025, 11:18 AMGitHub
08/03/2025, 11:35 AMGitHub
08/03/2025, 6:25 PMtypes
field to package.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.
### `v16.1.3`
Compare Source
##### Patch Changes
• #1602 `7ea700b` Thanks @dword-design! - Add the types
field to package.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
---
### Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
---
• If you want to rebase/retry this PR, check this box
---
This PR was generated by Mend Renovate. View the repository job log.
pact-foundation/jest-pactGitHub
08/03/2025, 9:59 PM<https://github.com/pact-foundation/jest-pact/tree/master|master>
by renovate[bot]
<https://github.com/pact-foundation/jest-pact/commit/76dd03b0c13c38a56f9595f363b8ab02e053709e|76dd03b0>
- chore(deps): update dependency lint-staged to v16.1.4 (#409)
pact-foundation/jest-pactGitHub
08/06/2025, 1:57 AMname: my-artifact
→ extracted to path/
(direct)
• By ID: artifact-ids: 12345
→ extracted to path/my-artifact/
(nested)
Now both methods are consistent:
• By name: name: my-artifact
→ extracted to path/
(unchanged)
• By ID: artifact-ids: 12345
→ extracted to path/
(fixed - now direct)
##### Migration Guide
##### ✅ No Action Needed If:
• You download artifacts by name
• You download multiple artifacts by ID
• You already use merge-multiple: true
as a workaround
##### ⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4
with:
artifact-ids: 12345
path: dist
##### Files were in: dist/my-artifact/
WhereTo maintain old behavior (if needed): - uses: actions/download-artifact@v5 with: artifact-ids: 12345 path: dist/my-artifact # Explicitly specify the nested path ##### New Contributors • @nebuk89 made their first contribution in https://github.com/actions/download-artifact/pull/407 Full Changelog: actions/download-artifact@v4...v5.0.0 --- ### Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. --- • If you want to rebase/retry this PR, check this box --- This PR was generated by Mend Renovate. View the repository job log. pact-foundation/pact-js-coreis the name of the artifact you previously uploadedmy-artifact
GitHub
08/06/2025, 2:15 AMGitHub
08/06/2025, 8:45 PMtmp
Updates serverless
from 3.22.0 to 4.17.2
Release notes
Sourced from serverless's releases.
## 4.17.2
## Bug Fixes
• Serverless Container Framework
• Fixes an issue with the AWS CRT not always being found when creating Cloudfront resources
## 4.17.1
### Features
• Serverless Framework
• Add support forenv var.ENABLE_LEGACY_DEPLOYMENT_BUCKET
• Enable packaging without AWS credentials if using legacy deployment buckets.
### Bug Fixes
• Serverless Framework
• Add better validation if deploying to multiple regions and/or stages at the same time.
## 4.17.0
### Features
• Serverless Framework
• Add support for(serverless/serverless#6048)NO_PROXY
## 4.16.1
### Features
• Serverless Container Framework
• A new AWS DeploymentType with faster and more reliable routing
## 4.15.1
### Bug Fixes
• Serverless Framework
• Fixes an error when using dashboards with alerts plugin.
• Logs a warning instead of an error if the user is using the external alerts plugin.
## 4.15.0
### Features
• Serverless Framework
• Update and add the cloudwatch alerts plugin into the core.
### Bug Fixes
• Serverless Framework
• Default to dev stage if user specified the stage option without a value
• Serverless Container Framework
• Handle when containers are not running during rebuild
## 4.14.4
### Bug Fixes
• Serverless Framework
• Skip AWS credentials check on thecommand if a deployment bucket name is explicitly set viapackage
provider.deploymentBucket
• Fix support for the... (truncated) Changelog Sourced from serverless's changelog.shortcut in certain cases-s
# Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
## 3.38.0 (2023-11-21)
### Features
• Add support for provided.al2023 runtime (#12263) (6cdf14e)
## 3.37.0 (2023-11-16)
### Features
• Add support for nodejs20.x runtime (#12251) (f3f0af8)
### Bug Fixes
• bump platform-client version for axios (#12260) (10980b9)
• Update pkg config to include axios cjs (#12261) (b21afaf)
## 3.36.0 (2023-10-23)
### Features
• Improved dashboard documentation and gitignore (#12176) (eb462ed)
### Bug Fixes
• Dashboard documentation improvements (bb4d7c8)
• Fix menu for dashboard documentation (8f266af)
• Improve dashboard documentation (ad8bbf1)
• Improve dashboard documentation (f67df7f)
• Minor dashboard doc improvements (#12177) (f1fa19c)
### 3.35.2 (2023-09-16)
### Bug Fixes
• Adjust copy for clarity (#12162) (101ce53)
### 3.35.1 (2023-09-16)
### Bug Fixes
• Do not use isDashboard in onboarding flow (#12160) (1f8d786)
## 3.35.0 (2023-09-15)
### Features... (truncated) Commits • `e2681bd` chore: update readme to include serverless MCP and container framework • `1003a32` docs: update SECURITY.md (#13026) • `ec4957f` chore: automate CLA signing (#13019) • `c4cebae` chore: automate CLA signing • `87b4f5b` docs: read license key from aws ssm (#12986) • `3f37cba` docs(dev-mode): added note regarding vpc (#12977) • `d262ac3` feat: add support for ap-southeast-5 and ca-west-1 (#12981) • `2aea99d` fix: correctly resolve layer package artifact and docker image paths (#12972) • `3704754` fix(esbuild): track files added to the zip file (#12966) • `c9d519e` feat: add support for provenance option in docker build (<https://redirect.github.com/serverless/serverless/issues/12… pact-foundation/pact-js
GitHub
08/07/2025, 11:24 AMfs.F_OK
(7fe66bb), closes #240
---
### Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
---
• If you want to rebase/retry this PR, check this box
---
This PR was generated by Mend Renovate. View the repository job log.
pact-foundation/pact-js-cliGitHub
08/07/2025, 9:56 PMGitHub
08/08/2025, 5:34 PMGitHub
08/08/2025, 5:44 PMGitHub
08/08/2025, 8:32 PM<https://github.com/pact-foundation/jest-pact/tree/master|master>
by renovate[bot]
<https://github.com/pact-foundation/jest-pact/commit/549015f9972bbac902f6d1848c0d85b39dd91c41|549015f9>
- chore(deps): update dependency lint-staged to v16.1.5 (#410)
pact-foundation/jest-pactGitHub
08/08/2025, 9:37 PMGitHub
08/10/2025, 2:06 PMGitHub
08/10/2025, 2:41 PMGitHub
08/11/2025, 1:01 PMGitHub
08/11/2025, 1:01 PMGitHub
08/11/2025, 1:41 PMGitHub
08/11/2025, 1:41 PMGitHub
08/11/2025, 6:10 PMGitHub
08/12/2025, 2:32 PMGitHub
08/12/2025, 6:22 PMGitHub
08/14/2025, 2:52 PMbabel-helper-create-class-features-plugin
, babel-plugin-proposal-decorators
, babel-plugin-transform-class-static-block
, babel-preset-env
• #17443 [static blocks] Do not inject new static fields after static code (@nicolo-ribaudo)
##### 🐛 Bug Fix
• babel-parser
• #17465 fix(parser/typescript): parse import("./a", {with:{},})
(@easrng)
• #17478 fix(parser): stop subscript parsing on async arrow (@JLHwung)
##### 💅 Polish
• babel-plugin-transform-regenerator
, babel-plugin-transform-runtime
• #17363 Do not save last yield in call in temp var (@nicolo-ribaudo)
##### 📝 Documentation
• #17448 move eslint-{parser,plugin} docs to the website (@JLHwung)
##### 🏠 Internal
• #17454 Enable type checking for scripts
and babel-worker.cjs
(@JLHwung)
##### 🔬 Output optimization
• babel-plugin-proposal-destructuring-private
, babel-plugin-proposal-do-expressions
• #17444 Optimize do expression output (@JLHwung)
---
### Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
---
• If you want to rebase/retry this PR, check this box
---
This PR was generated by Mend Renovate. View the repository job log.
pact-foundation/pact-jsGitHub
08/15/2025, 10:28 AMGitHub
08/16/2025, 12:23 AM