Skip to content

chore(deps): update dependency serverless-offline to v14#1507

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/serverless-offline-14.x
Open

chore(deps): update dependency serverless-offline to v14#1507
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/serverless-offline-14.x

Conversation

@renovate

@renovate renovate Bot commented Sep 23, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
serverless-offline 13.10.114.7.4 age confidence

Release Notes

dherault/serverless-offline (serverless-offline)

v14.7.4

Compare Source

  • fix: recreate worker thread after a timeout (#​1896) #1898
  • fix: recreate worker thread after a timeout #1896
  • Add support for ruby 4.0 #1897

v14.7.3

Compare Source

  • Run npm audit fix #1895
  • Code review fixes: env leak, worker-thread, WS cleanup, HTTP/ALB handlers #1894
  • Update dependencies d9790bf
  • Edit README and add CLAUDE 0d54c13
  • Run prettier ad32cd9
  • Clean up HTTP/ALB request handlers 1214d29
  • Remove redundant authorizer-context block in WebSocketClients f5e55f5
  • Run prettier 2c662e2
  • Fix PythonRunner mutating the global process.env 6b865db
  • Edit CI 35d77bd
  • Return after posting error in worker-thread helper 2af817e

v14.7.2

Compare Source

8 June 2026

v14.7.1

Compare Source

27 May 2026

  • fix: invalid cookie error #1885
  • Edit script 7fd39fc
  • chore(generateHapicookie): revised with feedback add test cases 4d6fa83
  • chore: make generateHapicookie more robust 35ba124
  • chore(generateHapiCookie): added test cases, cater for max-age with expires attribute scenario 56cde0e
  • chore(generateHapiCookie): test case update 7b5692e
  • chore: remove redundant import 52988b2
  • chore: remove redundant import 19347ae

v14.7.0

Compare Source

22 May 2026

  • Improve ruby performance #1873
  • Edit CHANGELOG 0486ff5
  • Install auto-changelog c3f8e85
  • Update dependencies 3ff34fb
  • Update mocha bc7fd5b
  • Add hot reload 146b625
  • fix: address Copilot review feedback on Ruby runner 1941ade
  • Edit README c0cc3e4
  • Add watchDires 1aaa866
  • fix: address second round of Copilot review feedback on Ruby runner 6f2f2c4
  • fix(ruby): guard against null stdio streams on spawn failure d36cab0
  • Document rubyWatchDirs option in README dc45cab
  • Apply suggestions from code review 52d0a3b
  • Potential fix for pull request finding c2e2303
  • fix: sort defaultOptions keys alphabetically 50a3dfc
  • Remove Airbnb style guide mention in README 3506988

v14.6.0

Compare Source

11 May 2026

v14.5.0

Compare Source

24 February 2026

  • Add python 3.13 support #1865
  • Add ruby 3.3 support #1862
  • feat: Support CloudFormation Join & Sub function in environment variable #1842
  • Load TypeScript in ESM mode if package.json type is module #1849
  • ci: delete release workflow 97d1c90
  • Publish v14.5.0 4d90f40
  • Merge pull request #​1867 from dherault/nodejs24 f51fe41
  • feat: Drop Node.js 14/16/18 support and fix test authentication 672c85a
  • feat: Add support for Node.js 24.x in Docker environment d170c44
  • Add ts-extension-load-esm test 7a8d77a
  • Update README.md 483a870
  • Edit README 426cdb8
  • Delete .claude/settings.local.json add5ee9
  • Load in ESM mode if package.json type is module 7dbcf91
  • Update README.md c35b39e
  • Update README.md e7bbc51
  • Update README.md c0c27b2
  • Add missing test usage for commonjs 071b4f0
  • add gitignore 03a07a8
  • Fix pretter 07955f1
  • Edit README badaa05
  • Update LICENSE b92478f

v14.4.0

Compare Source

9 December 2024

  • feat: add support for nodejs22.x runtime #1837
  • ci: mock serverless api response for tests #1840
  • fix: update jsonpath-plus to close vulnerability #1835
  • Publish v14.4.0 d92b697
  • Add Airfriend brag on README e0e605b

v14.3.4

Compare Source

6 November 2024

  • ci: release workflow #1834
  • Remove sponsor logging 1d2a9b9
  • Publish v14.3.4 c101d4b
  • ci: fix major_version in release.yml workflow 710bfaa
  • Re-add missing console.log 7f2fcb3

v14.3.3

Compare Source

17 October 2024

  • fix(deps): vulnerability in jsonpath-plus #1827
  • Publish v14.3.3 6f786ce
  • chore: fix prettier 9bd2fe6

v14.3.2

Compare Source

23 September 2024

v14.3.1

Compare Source

30 August 2024

v14.3.0

Compare Source

30 August 2024

  • handle result structure without body #1814
  • Add preLoadModules option to import modules on main thread #1777
  • fix: return 500 Internal Server Error on python error #1796
  • Add test for Python to return 500 on unhandled error 969b7a5
  • Publish v14.3.0 ff8ec5d
  • Edit CHANGELOG dedd00f
  • update to use hasattr 482dc75
  • Return error responses with the right status code 60011bf
  • Add README document 707fa6b
  • Edit README d6a3c1e
  • chore: fix prettier error 2bb4579
  • chore: prettier fix 423cab9
  • Raise error when Python handler fails 789b686
  • Change default error status code to 500 to match AWS Lambda 38f74e7

v14.2.0

Compare Source

22 August 2024

v14.1.1

Compare Source

17 August 2024

v14.1.0

Compare Source

17 August 2024

  • Python handle base64 encoded binary response from aws lambda function #1678
  • Add pathParameters and queryStringParameters to payload version 2.0 #1667
  • ci: use macos-latest #1787
  • Update deps 203facb
  • Edit contributors list on README 43a8c76
  • Publish version 14.1.0 ffdf1e9
  • Lint a2c2930
  • Run npm audit fix 6cdab1f
  • chore: fix prettier b03e70a
  • Edit LICENSE 98076c0
  • feat: add python 3.12 to supportedRuntimesArchitecture ab8565a

v14.0.0

Compare Source

1 August 2024

  • feat: add support for serverless v4 and typescript #1806
v13.10.1

15 June 2026

  • fix: keep authorizer override when noAuth is true (v13) #1892
  • fix: keep authorizer override when noAuth is true b05840e
v13.10.0

11 May 2026

  • Fix v13 tests #1888
  • feat: add support for nodejs24.x runtime to v13. Closes #​1879 #1880
  • feat: add support for python 3.12 and 3.13 to v13 #1850
  • Merge pull request #​1880 from ElChapitan/feat/v13-nodejs24x #1879
  • feat: add support for nodejs24.x runtime to v13. Closes #​1879 #1879
  • ci: remove sparticuz chrome failing tests 648c4e3
  • Remove auto release d1ccc6a
  • Edit tests d38fccc
v13.9.0

9 December 2024

  • fix: update v13 to close jsonpath vulnerability #1841
  • feat: add support for nodejs22.x runtime to v13 #1838
  • Publish v13.9.0 fee0470
v13.8.3

6 November 2024

  • ci: release workflow #1834
  • Remove sponsor logging c180fb5
  • Publish v13.8.3 63f4199
  • ci: fix major_version in release.yml workflow dfe80a4
v13.8.2

6 November 2024

  • fix(deps): vulnerability in jsonpath-plus #1828
  • v13.8.0 lint and test #1817
  • Add preLoadModules option to import modules on main thread #1777
  • fix: return 500 Internal Server Error on python error #1796
  • Updates to v13 #1813
  • chore: bump test dependencies #1804
  • chore: bump deps (major) #1803
  • chore: bump deps (minor, patch) #1802
  • ci: remove node.js v21, add v22 #1801
  • fix: improve wildcard handling in authorizer policy resource parser #1797
  • fix: ensure resource policy matches the whole arn #1798
  • feat: support dev Okta JWT tokens #1790
  • fix: Support httpApi authorizer with different config and function names #1763
  • fix: Support ALB Event response headers #1756
  • Run npm audit and update README c6d308e
  • Revert audit fix 8f6093e
  • Edit contributors list on README 9c8f89f
  • Lint f3be1f2
  • Remove VerboseLog 21946c6
  • Add sponsor message 61ed0b8
  • Complete sponsoring function 2ebb53c
  • Edit README 5e3e1b5
  • Edit README c37be9d
  • Fix tests b1980bb
  • Fix logRoutes e966eb5
  • Revert 63c6149
  • Edit sponsor message 7af2acd
  • Publish v13.8.2 93b24c2
  • Edit CHANGELOG 866a451
  • Improve CHANGELOG 78807e1
  • Edit CI e29a259
  • Fix dependencies 01eb48b
  • Lint e571570
  • Publish v13.8.0 d70323b
  • update to use hasattr cfd65da
  • handle result structure without body 287313f
  • Publish v13.8.1 8a4167f
  • Python handle base64 encoded binary response from aws lambda function 944e881
  • Edit README 2caa693
  • Improve README a582ff7
  • Edit CI 52509b2
  • Publish v13.7.0 49f170a
  • Publish v13.7.1 a5182ca
  • Improve README 3e3bd16
  • Fix preLoadModules 66afa70
  • Edit README f6249bc
  • Edit README 61dd345
  • Edit LICENSE 2d79463
  • Add pathParameters and queryStringParameters to payload version 2.0 57bdbe1
  • Lint d350710
  • Remove image d6a467a
v13.6.0

21 May 2024

  • fix: treat application/octet-stream as a binary encoding #1587
  • feat: add support for provided.al2023 #1788
v13.5.1

19 May 2024

  • refactor: use provided log utils #1784
  • fix: skip adding authorizer to event if no authorizer is configured #1786
  • Update README.md ee20b48
v13.5.0

28 April 2024

  • feat: convert multipart/form-data to base64 encoded payloads #1776
  • chore: bump deps 836449e
  • chore: formatting for README d8cb9ba
  • chore: update contributors in README b4c7bd8
v13.4.0

24 April 2024

  • test: add more docker tests #1779
  • feat: update docker images and add support for different architectures #1755
v13.3.4

19 April 2024

v13.3.3

19 January 2024

  • fix: Custom Authorizer Lambda Request context missing accountId and apiId fields #1640
  • chore: bump deps 4621ec4
  • chore: unpin deps ec180fd
  • chore: use double quotes (default) 1200dc8
  • chore: bump deps 4f43477
  • refactor: remove create unique id util function 4fbb9bf
  • refactor: use default crypto import 3d1467d
  • chore: add code quality script fef5777
v13.3.2

12 December 2023

  • fix: Allow string values in provider.apiGateway.apiKeys #1662
  • chore: bump deps cb6d7ad
  • Revert "refactor: use crypto web api" ac5840e
  • refactor: use crypto web api 6ccbb80
v13.3.1

8 December 2023

  • docs: change to serverless-dynamodb #1745
  • chore: bump deps 61d9537
  • chore: replace standard-version with commit-and-tag-version 74130b9
  • chore: bump deps eae9566
  • chore: remove lint-staged b531f43
  • refactor: fix no-lonely-if 2b15f42
  • chore: remove git-list-updated b095f6e
  • chore: remove husky 497e0be
  • chore: rename lint fix script 7f2b893
  • chore: remove unused scripts d9b4d39
v13.3.0

16 November 2023

  • feat: Add support for nodejs20.x runtime #1743
  • chore: bump deps c3ef481
  • chore: run prettier acb1257
v13.2.1

6 November 2023

v13.2.0

4 October 2023

  • feat: Add support for golang workspace #1738
  • chore: bump deps 85405c1
  • refactor: remove setTimeout promisify wrapper, use built-in 10d5f3b
v13.1.2

29 September 2023

  • fix: LambdaProxyIntegrationEventV2 authorizer context #1630
  • chore: bump deps c7ba440
v13.1.1

26 September 2023

  • fix: Support alb with no method conditions #1653
  • chore: bump deps 9974832
v13.1.0

24 September 2023

  • feat: Adding handling for multiple identitySource headers in the REST API. #1675
  • doc: Fix customAuthenticationProvider documentation #1683
  • chore: bump deps for example 05c7829
  • chore: bump deps 77df750
  • Update README.md 5a04d02
  • doc: fix prettier 70baeb0
  • chore: add prettier:fix script 2081634
  • chore: remove default prettier setting 6f228dc

Configuration

📅 Schedule: (UTC)

  • 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 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.

@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 9 times, most recently from 420bb32 to bbb7427 Compare September 30, 2024 07:59
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 4 times, most recently from 150783c to c703e40 Compare October 8, 2024 21:45
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 3 times, most recently from 14534c7 to 6814337 Compare October 15, 2024 21:36
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 9 times, most recently from 63e05fd to e5db62c Compare October 23, 2024 19:55
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 3 times, most recently from 9e0a9bd to b72574c Compare October 29, 2024 01:40
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch from b72574c to 07cdb30 Compare November 6, 2024 14:52
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch from 07cdb30 to ff9daa1 Compare December 9, 2024 10:34
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 4 times, most recently from 74af4fe to 706ba27 Compare December 30, 2024 03:58
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 5 times, most recently from be84489 to 0bf79cb Compare January 7, 2025 01:40
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 4 times, most recently from 7467595 to 50adbca Compare January 13, 2025 05:20
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 2 times, most recently from cc5e7fb to 28dddee Compare August 13, 2025 15:04
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch from 28dddee to a413136 Compare August 31, 2025 11:27
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch from a413136 to 9f0a080 Compare September 25, 2025 14:46
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 2 times, most recently from 4f37744 to a94cdeb Compare October 28, 2025 23:31
@renovate renovate Bot force-pushed the renovate/serverless-offline-14.x branch 8 times, most recently from a894edf to dca4cb3 Compare October 31, 2025 01:57
@codacy-production

codacy-production Bot commented Apr 8, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate

renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.17.0/packages/yarnpkg-cli/bin/yarn.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants