chore(deps): bump aws-sdk and serverless
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies auto javascript
Removes aws-sdk. It's no longer used after updating ancestor dependency serverless. These dependencies need to be updated together.
Removes aws-sdk
Updates serverless from 3.40.0 to 4.31.0
Release notes
Sourced from serverless's releases.
4.31.0
Features
Serverless Framework
Integrated
serverless-prune-pluginfunctionality. Lambda version and layer pruning is now built directly into the Serverless Framework. Use thesls prunecommand to manually remove old function versions, or enable automatic pruning after deployments via thecustom.pruneconfiguration. Read more in our docs. (#13244)Thanks to
@claygregoryfor creating the original plugin and to all contributors!custom: prune: automatic: true number: 3 # Keep 3 most recent versions includeLayers: true # Also prune layer versions# Manual pruning sls prune -n 3Added support for AWS Asia Pacific (Taipei) region
ap-east-2. (#13260, #13257)provider: name: aws region: ap-east-2[!NOTE] The
serverless devcommand is not supported inap-east-2because AWS IoT Core is not currently available in that region.Bug Fixes
Serverless Framework
Fixed esbuild sourcemap configuration error. Setting
build.esbuild.sourcemap.setNodeOptions: falseno longer throws"sourcemap" must be a string or a boolean. The framework now correctly defaults tosourcemap: truewhen onlysetNodeOptionsis specified. (#13246)Fixed AppSync schema empty on Windows. Resolved an issue where
.graphqlschema files using glob patterns (e.g.,Schema/*.graphql) were not found on Windows due to path separator incompatibility with globby. (#13242, #13240)Fixed Windows CI/CD intermittent failures. Resolved
EPERM: operation not permitted, renameerrors on Windows by using the system temp directory for AJV cache and adding retry logic with exponential backoff for file operations. (#13243, #13264)Maintenance
... (truncated)
Commits
9699b8bchore: release 4.31.0 (#13266)202a341refactor: moveprunecommand to global commands schema (#13267)372463bfeat: integrate serverless-prune-plugin functionality (#13244)3d8c4a5chore(ci): optimize integration test execution for Ubuntu runners with maxWor...9e83b10fix: add retry logic with exponential backoff to handle Windows EPERM errors ...325f1f1chore(deps): bump@graphql-tools/mergefrom 8.4.2 to 9.1.7 (#13263)49df6d2feat: add support forap-east-2region (#13260)8e9a6bachore(deps): upgrade dotenv to v17.2.3 and remove unusedloadDotEnvFileuti...e1b03b6chore(deps): add glob v11 compatibility exclusion for Node.js 18 in dependabo...2022059chore(deps): bump the aws-sdk group with 31 updates (#13253)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for serverless since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Technical Details
| ID: | 12834450 |
| UUID: | 3823723525 |
| Node ID: | PR_kwDOEUYIC869tSzP |
| Host: | GitHub |
| Repository: | devpow112/serverless-plugin-function-value |