Removes tar. It's no longer used after updating ancestor dependency serverless. These dependencies need to be updated together.
Removes tar
Updates serverless from 2.72.3 to 4.31.0
Release notes
Sourced from serverless's releases.
4.31.0
Features
Serverless Framework
-
Integrated serverless-prune-plugin functionality. Lambda version and layer pruning is now built directly into the Serverless Framework. Use the sls prune command to manually remove old function versions, or enable automatic pruning after deployments via the custom.prune configuration. Read more in our docs. (#13244)
Thanks to @claygregory for 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 3
-
Added support for AWS Asia Pacific (Taipei) region ap-east-2. (#13260, #13257)
provider:
name: aws
region: ap-east-2
[!NOTE]
The serverless dev command is not supported in ap-east-2 because AWS IoT Core is not currently available in that region.
Bug Fixes
Serverless Framework
-
Fixed esbuild sourcemap configuration error. Setting build.esbuild.sourcemap.setNodeOptions: false no longer throws "sourcemap" must be a string or a boolean. The framework now correctly defaults to sourcemap: true when only setNodeOptions is specified. (#13246)
-
Fixed AppSync schema empty on Windows. Resolved an issue where .graphql schema 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, rename errors on Windows by using the system temp directory for AJV cache and adding retry logic with exponential backoff for file operations. (#13243, #13264)
Maintenance
- Updated multiple dependencies:
- Upgraded
dotenv to v17.2.3 (#13259)
- Upgraded
chokidar to v4.0.3 (#13251)
- Upgraded
jest to v30.2.0 (#13250)
- Upgraded
globby to v14 (#13236)
... (truncated)
Changelog
Sourced from serverless's changelog.
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
3.37.0 (2023年11月16日)
Features
Bug Fixes
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
3.35.1 (2023年09月16日)
Bug Fixes
3.35.0 (2023年09月15日)
Features
... (truncated)
Commits
9699b8b chore: release 4.31.0 (#13266)
202a341 refactor: move prune command to global commands schema (#13267)
372463b feat: integrate serverless-prune-plugin functionality (#13244)
3d8c4a5 chore(ci): optimize integration test execution for Ubuntu runners with maxWor...
9e83b10 fix: add retry logic with exponential backoff to handle Windows EPERM errors ...
325f1f1 chore(deps): bump @graphql-tools/merge from 8.4.2 to 9.1.7 (#13263)
49df6d2 feat: add support for ap-east-2 region (#13260)
8e9a6ba chore(deps): upgrade dotenv to v17.2.3 and remove unused loadDotEnvFile uti...
e1b03b6 chore(deps): add glob v11 compatibility exclusion for Node.js 18 in dependabo...
2022059 chore(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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will 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 version will 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 dependency will 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.
Removes tar. It's no longer used after updating ancestor dependency serverless. These dependencies need to be updated together.
Removes
tarUpdates
serverlessfrom 2.72.3 to 4.31.0Release notes
Sourced from serverless's releases.
... (truncated)
Changelog
Sourced from serverless's changelog.
... (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)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.