Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-javascript-packages group with 4 updates #373

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Bumps the all-javascript-packages group with 4 updates: serverless-domain-manager, serverless-pseudo-parameters, serverless-python-requirements and serverless-wsgi.

Updates serverless-domain-manager from 3.3.2 to 7.4.0

Release notes

Sourced from serverless-domain-manager's releases.

v7.4.0

What's Changed

New Contributors

Full Changelog: amplify-education/serverless-domain-manager@v7.3.8...v7.4.0

v7.3.8

What's Changed

Full Changelog: amplify-education/serverless-domain-manager@v7.3.7...v7.3.8

v7.3.7

What's Changed

Full Changelog: amplify-education/serverless-domain-manager@v7.3.6...v7.3.7

v7.3.6

What's Changed

Full Changelog: amplify-education/serverless-domain-manager@v7.3.5...v7.3.6

v7.3.5

What's Changed

Full Changelog: amplify-education/serverless-domain-manager@v7.3.4...v7.3.5

v7.3.4

What's Changed

Full Changelog: amplify-education/serverless-domain-manager@v7.3.3...v7.3.4

v7.3.3

... (truncated)

Changelog

Sourced from serverless-domain-manager's changelog.

[7.4.0] - 2024-08-28

Added

  • Updated peerDependencies to support Serverless Framework v4. Thank you @​czubocha (633)

Fixed

  • Fixed domain deleting when fail on not exist stack. Thank you @​0vvland (627)
  • Added a fix to work with the LocalStack. Thank you @​circulon (634)
  • Updated packages

[7.3.8] - 2023-03-07

Fixed

  • Updated Cloudformation find API id error message

[7.3.7] - 2023-03-06

Fixed

  • Added filtering by stage for removing API mappings. That filter is skipped in case allowPathMatching is enabled.
  • Added throwing an error for a non-existing custom domain during base path mappings setup.

[7.3.6] - 2023-02-13

Changed

[7.3.5] - 2023-02-06

Fixed

  • Hardcoded $default stage for the HTTP API and default base path. More info here

[7.3.4] - 2023-01-30

Fixed

  • Fixed bathPathMapping filtering with the allowPathMatching enabled.

[7.3.3] - 2023-12-07

Changed

  • Switched from tslint to eslint
  • Code refactoring and reformat

[7.3.2] - 2023-12-07

Fixed

  • Fixed hosted zone filtering, when the domain api.mydomain.com equals the host name api.mydomain.com.

[7.3.1] - 2023-12-01

Fixed

... (truncated)

Commits

Updates serverless-pseudo-parameters from 2.5.0 to 2.6.1

Release notes

Sourced from serverless-pseudo-parameters's releases.

v2.6.0

Deprecate plugin

Commits

Updates serverless-python-requirements from 5.1.0 to 6.1.1

Release notes

Sourced from serverless-python-requirements's releases.

6.1.1 (2024-06-03)

Maintanance improvements


Comparison since last release

6.1.0 (2024-03-27)

Features

Bug Fixes


Comparison since last release

6.0.0 (2022-10-23)

⚠ BREAKING CHANGES

  • Changes default dockerImage used for building dependencies (now uses images from public.ecr.aws/sam repository)
  • Requires pipenv in version 2022-04-08 or higher

Features

Bug Fixes

Maintenance Improvements


Comparison since last release

5.4.0 (2022-03-14)

Features

Maintenance Improvements

... (truncated)

Changelog

Sourced from serverless-python-requirements's changelog.

6.1.1 (2024-06-03)

6.1.0 (2024-03-27)

Features

Bug Fixes

6.0.1 (2023-10-22)

Bug Fixes

Maintenance Improvements

6.0.0 (2022-10-23)

⚠ BREAKING CHANGES

  • Changes default dockerImage used for building dependencies (now uses images from public.ecr.aws/sam repository)
  • Requires pipenv in version 2022-04-08 or higher

Features

Bug Fixes

Maintenance Improvements

5.4.0 (2022-03-14)

Features

... (truncated)

Commits
  • 57f7c6b chore: Release 6.1.1 (#840)
  • d2e492f chore: Update serverless dependency
  • 6e806c0 ci: Update actions to latest versions
  • 840d28d chore: Release v6.1.0
  • ca617bb chore: Bump dependencies
  • fa9ac03 Add docker rootless feature flag and its implementation for supporting docke ...
  • 549aba0 test: Bump node version in test configs
  • 27b70f4 fix: Ensure proper support for mixed runtimes and architectures (#815)
  • 787b479 feat: Improved pip failure logging (#813)
  • 1b0faae feat: Support Scaleway provider (#812)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by pgrzesik, a new releaser for serverless-python-requirements since your current version.


Updates serverless-wsgi from 1.7.4 to 3.0.5

Release notes

Sourced from serverless-wsgi's releases.

Release 3.0.5

3.0.5

Security

  • Remove hasbin dependency

Features

  • Add ability to provide function to execute when calling sls wsgi command

    ayaan-qadri

Release 3.0.4

3.0.4

Bugs

  • Fix lambda response processing

    Eric Petway

Release 3.0.3

3.0.3

Features

  • As of Werkzeug 3.0.0, url_encode is no longer available, use the urllib counterparts

    Ryan Whittaker

Release 3.0.2

3.0.2

Features

  • Support base path stripping for v2 events

  • Default to https when protocol not specified in event

  • Add blacklist entries

    arsoni20

Bugs

  • Fix handling of v1 event payload emitted by Serverless Offline plugin

  • Handle event with None body emitted by Serverless Offline plugin

  • Fixes for Scaleway

    Andrej Shadura

... (truncated)

Changelog

Sourced from serverless-wsgi's changelog.

3.0.5

Security

  • Remove hasbin dependency

Features

  • Add ability to provide function to execute when calling sls wsgi command

    ayaan-qadri

3.0.4

Bugs

  • Fix lambda response processing

    Eric Petway

3.0.3

Features

  • As of Werkzeug 3.0.0, url_encode is no longer available, use the urllib counterparts

    Ryan Whittaker

3.0.2

Features

  • Support base path stripping for v2 events

  • Default to https when protocol not specified in event

  • Add blacklist entries

    arsoni20

Bugs

  • Fix handling of v1 event payload emitted by Serverless Offline plugin

  • Handle event with None body emitted by Serverless Offline plugin

  • Fixes for Scaleway

    Andrej Shadura

3.0.1

Bugs

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-javascript-packages group with 4 updates: [serverless-domain-manager](https://github.com/amplify-education/serverless-domain-manager), [serverless-pseudo-parameters](https://github.com/svdgraaf/serverless-pseudo-parameters), [serverless-python-requirements](https://github.com/UnitedIncome/serverless-python-requirements) and [serverless-wsgi](https://github.com/logandk/serverless-wsgi).


Updates `serverless-domain-manager` from 3.3.2 to 7.4.0
- [Release notes](https://github.com/amplify-education/serverless-domain-manager/releases)
- [Changelog](https://github.com/amplify-education/serverless-domain-manager/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amplify-education/serverless-domain-manager/commits/v7.4.0)

Updates `serverless-pseudo-parameters` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/svdgraaf/serverless-pseudo-parameters/releases)
- [Commits](https://github.com/svdgraaf/serverless-pseudo-parameters/commits)

Updates `serverless-python-requirements` from 5.1.0 to 6.1.1
- [Release notes](https://github.com/UnitedIncome/serverless-python-requirements/releases)
- [Changelog](https://github.com/serverless/serverless-python-requirements/blob/master/CHANGELOG.md)
- [Commits](serverless/serverless-python-requirements@v5.1.0...v6.1.1)

Updates `serverless-wsgi` from 1.7.4 to 3.0.5
- [Release notes](https://github.com/logandk/serverless-wsgi/releases)
- [Changelog](https://github.com/logandk/serverless-wsgi/blob/master/CHANGELOG.md)
- [Commits](logandk/serverless-wsgi@1.7.4...3.0.5)

---
updated-dependencies:
- dependency-name: serverless-domain-manager
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-javascript-packages
- dependency-name: serverless-pseudo-parameters
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-javascript-packages
- dependency-name: serverless-python-requirements
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-javascript-packages
- dependency-name: serverless-wsgi
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-javascript-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 29, 2024
@DilumAluthge DilumAluthge merged commit 02623d2 into master Oct 29, 2024
3 checks passed
@DilumAluthge DilumAluthge deleted the dependabot/npm_and_yarn/all-javascript-packages-81769a2501 branch October 29, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant