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

Update versions of services and more #574

Closed
wants to merge 156 commits into from
Closed

Conversation

skanda890
Copy link
Contributor

No description provided.

Polo2 and others added 26 commits July 1, 2021 15:19
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 skanda890 changed the title Update versions of services. Update versions of services Jul 8, 2024
@skanda890 skanda890 changed the title Update versions of services Update versions of services and more Jul 12, 2024
skanda890 and others added 26 commits July 20, 2024 22:20
…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
@skanda890 skanda890 closed this Aug 12, 2024
@skanda890 skanda890 deleted the main branch August 12, 2024 13:47
@skanda890 skanda890 restored the main branch August 12, 2024 13:48
@skanda890 skanda890 deleted the main branch August 12, 2024 13:48
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.

None yet

6 participants