-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update versions of services and more #574
Closed
Closed
Conversation
This file contains 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
Add information about `diff` command, that are displayed with `bump --help` for version 2.1.1
Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug) --- updated-dependencies: - dependency-name: "@types/debug" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Somehow there are some breaking stuff even though the migration guide says it should be straight forward: https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts 🤷
As a followup to #360, we need to send only posix style paths to our servers as that's how we handle references internally. The fix in #360 was useful to read filesystem on windows machine (for external references) but was not enough to make sure references in parent or child directory work correctly. Completely fixes #361
Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v11.1.1...v15.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.3.2...2.8.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit adapts text from README, to be compliant with content returned by running `bump --help` with version 2.5.0 of `bump-cli`.
This commit adapts description of main commands `deploy`, `diff` and `preview`, to improve consistency: - Upcase and dot. - Fix typo s/comparaison/comparison/ Changes are also reported on README file.
Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@v1.2.8...2.3.9) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
We are currently discussing to add a specific response to our Bump API, when resource (Api or Hub) is disabled (which mean that resource owner has to upgrade its plan): bump-sh/bump#3326 A possibility is to use HTTP status code 402 'Payment required': https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402 This PR adapt CLI to support HTTP status 402, and raise error 102 with provided message (or default message defined in CLI).
Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0. - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0) --- updated-dependencies: - dependency-name: "@apidevtools/json-schema-ref-parser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v11.1.0...v14.0.0) --- updated-dependencies: - dependency-name: globby dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This is a work in progress.. but I have troubles to import the lib from https://github.com/lornajane/openapi-overlays-js and I don't understand why 🤯
This commit changes the Node package type to 'module' and upgrade Typescript to 4.9 (which supports module type since 4.7). It implies a few changes on the way we import relative files, and some external libs upgrade.
We probably need to update Oclif to v3 to be able to use ESM modules in the CLI...
Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@1.20.4...3.15.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This is a work in progress.. but I have troubles to import the lib from https://github.com/lornajane/openapi-overlays-js and I don't understand why 🤯
Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@v2.1.0...3.1.8) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
skanda890
changed the title
Update versions of services
Update versions of services and more
Jul 12, 2024
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…747ede3c57 [Snyk] Security upgrade @oclif/plugin-help from 4.0.0 to 5.1.2
…578ac377d6 [Snyk] Fix for 6 vulnerabilities
Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20. See this package in npm: @oclif/plugin-help See this project in Snyk: https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36. See this package in npm: @oclif/command See this project in Snyk: https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17. See this package in npm: @oclif/config See this project in Snyk: https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2. See this package in npm: @oclif/core See this project in Snyk: https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3. See this package in npm: tslib See this project in Snyk: https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
…b09b209efacac2 [Snyk] Upgrade tslib from 2.5.0 to 2.6.3
…7b0a62228a8e0d [Snyk] Upgrade @oclif/core from 1.20.4 to 1.26.2
…d12cd64226b5b9 [Snyk] Upgrade @oclif/command from 1.8.18 to 1.8.36
…592c8867531743 [Snyk] Upgrade @oclif/config from 1.18.3 to 1.18.17
…ad46e10b1abdaa [Snyk] Upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
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.
No description provided.