Merge stable into develop#1199
Open
infrahub-github-bot-app[bot] wants to merge 14 commits into
Open
Conversation
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5. - [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md) - [Commits](faye/websocket-driver-node@0.7.4...0.7.5) --- updated-dependencies: - dependency-name: websocket-driver dependency-version: 0.7.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…e/actions/setup-python-7 chore(deps): bump actions/setup-python from 6 to 7
…e/actions/setup-node-7 chore(deps): bump actions/setup-node from 5 to 7
Deploying infrahub-sdk-python with
|
| Latest commit: |
bf5cafe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f8cf4d80.infrahub-sdk-python.pages.dev |
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.4...v1.10.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.5 to 5.2.6. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.5...v5.2.6) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.5...1.20.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…bsocket-driver-0.7.5 chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #1199 +/- ##
===========================================
- Coverage 82.97% 82.65% -0.33%
===========================================
Files 139 139
Lines 13218 12354 -864
Branches 2097 1851 -246
===========================================
- Hits 10968 10211 -757
+ Misses 1633 1575 -58
+ Partials 617 568 -49
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…docs docs: update compatibility matrix
…dy-parser-1.20.6 chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /docs
…bpack-dev-server-5.2.6 chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /docs
…ell-quote-1.10.0 chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging stable into develop after merging pull request #1191.
Summary by cubic
Updates CI to
actions/setup-python@v7andactions/setup-node@v7, bumpswebsocket-driver,body-parser,webpack-dev-server, andshell-quotein docs, and updates the Python SDK compatibility matrix (adds 1.10.x and latest pin mappings). Keeps builds and docs current.actions/setup-pythonfrom v6 to v7 in.github/workflows/ci.yml,.github/workflows/release.yml, and.github/workflows/publish-pypi.yml.actions/setup-nodefrom v5 to v7 in.github/workflows/ci.yml.websocket-driverfrom 0.7.4 to 0.7.5,body-parserfrom 1.20.5 to 1.20.6,webpack-dev-serverfrom 5.2.5 to 5.2.6, andshell-quotefrom 1.8.4 to 1.10.0 indocs/package-lock.json.Written for commit bf5cafe. Summary will update on new commits.