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

Revert 63 main #577

Closed
wants to merge 2 commits into from
Closed

Revert 63 main #577

wants to merge 2 commits into from

Conversation

skanda890
Copy link
Contributor

No description provided.

skanda890 and others added 2 commits August 12, 2024 19:16
* Add link to Bump CLI help center

* Adapt Readme to version 2.1.1

Add information about `diff` command, that are displayed
with `bump --help` for version 2.1.1

* build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7

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>

* WIP: trying to migrate to full @oclif/core package

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

🤷

* diff: display markdown in console

* fix: make sure to send posix-style paths to Bump servers

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

* build(deps-dev): bump sinon from 11.1.1 to 15.0.1

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>

* build(deps): bump tslib from 2.3.0 to 2.5.0

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>

* build(deps-dev): bump prettier from 2.3.2 to 2.8.4

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>

* Adapt Readme file with version 2.5.0

This commit adapts text from README,
to be compliant with content returned by running `bump --help`
with version 2.5.0 of `bump-cli`.

* Copywriting suggestion for main commands names

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.

* build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9

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>

* Adapt CLI to receive 402 status from Bump API

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):
https://github.com/bump-sh/bump/pull/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).

* change install command beacuse -g is deprecated

* build(deps): bump @apidevtools/json-schema-ref-parser

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>

* build(deps-dev): bump globby from 11.1.0 to 14.0.0

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>

* build(deps-dev): bump typescript from 4.5.5 to 5.3.3

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>

* WIP: adding an 'overlay' command to be able to apply OAS overlays

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 🤯

* core: upgrade to TS 4.9 and change module type to 'nodenext'

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.

* WIP: Tentative to run dev package

We probably need to update Oclif to v3 to be able to use ESM modules
in the CLI...

* build(deps): bump @oclif/core from 1.20.4 to 3.15.1

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>

* WIP: adding an 'overlay' command to be able to apply OAS overlays

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 🤯

* v2.7.3-beta.1

* tests: allow beta versions of the CLI in user agent spec

* build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

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>

* docs: fix github action links

* build(deps-dev): bump @types/node from 15.14.9 to 17.0.4

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>

* build(deps-dev): bump nock from 13.2.1 to 13.2.2

Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.2.1...v13.2.2)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

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

* fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2

Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.

See this package in npm:
@apidevtools/json-schema-ref-parser

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

* fix: upgrade oas-schemas from 2.0.0 to 2.1.3

Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.

See this package in npm:
oas-schemas

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

* fix: upgrade axios from 1.6.4 to 1.7.2

Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.

See this package in npm:
axios

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

* fix: upgrade async-mutex from 0.4.0 to 0.5.0

Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.

See this package in npm:
async-mutex

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

* fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.

See this package in npm:
@clack/prompts

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

* fix: upgrade debug from 4.3.4 to 4.3.5

Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.

See this package in npm:
debug

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

* Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"

* Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""

* Update README.md

* Update package.json

* Adapt CLI to receive 402 status from Bump API

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):
https://github.com/bump-sh/bump/pull/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).

* change install command beacuse -g is deprecated

* Add link to Bump CLI help center

* Adapt Readme file with version 2.5.0

This commit adapts text from README,
to be compliant with content returned by running `bump --help`
with version 2.5.0 of `bump-cli`.

* Copywriting suggestion for main commands names

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.

* build(deps): bump @apidevtools/json-schema-ref-parser

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>

* build(deps): bump @oclif/core from 1.20.4 to 3.15.1

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>

* build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

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>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

* build(deps-dev): bump globby from 11.1.0 to 14.0.0

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>

* build(deps-dev): bump typescript from 4.5.5 to 5.3.3

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>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

* fix: upgrade axios from 1.6.3 to 1.7.2

Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.

See this package in npm:
axios

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

* fix: upgrade @oclif/core from 3.15.1 to 3.27.0

Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.

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

* fix: upgrade async-mutex from 0.4.0 to 0.5.0

Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.

See this package in npm:
async-mutex

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

* fix: upgrade oas-schemas from 2.0.0 to 2.1.3

Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.

See this package in npm:
oas-schemas

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

* fix: upgrade @oclif/command from 1.8.18 to 1.8.36

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

* fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

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

* fix: upgrade debug from 4.3.4 to 4.3.5

Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.

See this package in npm:
debug

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

* fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.

See this package in npm:
@clack/prompts

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

* Update README.md

* build(deps-dev): bump @types/node from 15.14.9 to 17.0.4

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>

* build(deps-dev): bump nock from 13.2.1 to 13.2.2

Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.2.1...v13.2.2)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

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

* fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2

Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.

See this package in npm:
@apidevtools/json-schema-ref-parser

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

* fix: upgrade oas-schemas from 2.0.0 to 2.1.3

Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.

See this package in npm:
oas-schemas

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

* fix: upgrade axios from 1.6.4 to 1.7.2

Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.

See this package in npm:
axios

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

* fix: upgrade async-mutex from 0.4.0 to 0.5.0

Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.

See this package in npm:
async-mutex

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

* fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.

See this package in npm:
@clack/prompts

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

* fix: upgrade debug from 4.3.4 to 4.3.5

Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.

See this package in npm:
debug

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

* Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"

* Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""

* Update README.md

* Adapt CLI to receive 402 status from Bump API

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):
https://github.com/bump-sh/bump/pull/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).

* change install command beacuse -g is deprecated

* Add link to Bump CLI help center

* Adapt Readme file with version 2.5.0

This commit adapts text from README,
to be compliant with content returned by running `bump --help`
with version 2.5.0 of `bump-cli`.

* Copywriting suggestion for main commands names

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.

* build(deps): bump @apidevtools/json-schema-ref-parser

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>

* build(deps): bump @oclif/core from 1.20.4 to 3.15.1

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>

* build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

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>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

* build(deps-dev): bump globby from 11.1.0 to 14.0.0

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>

* build(deps-dev): bump typescript from 4.5.5 to 5.3.3

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>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

* fix: upgrade axios from 1.6.3 to 1.7.2

Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.

See this package in npm:
axios

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

* fix: upgrade @oclif/core from 3.15.1 to 3.27.0

Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.

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

* fix: upgrade async-mutex from 0.4.0 to 0.5.0

Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.

See this package in npm:
async-mutex

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

* fix: upgrade oas-schemas from 2.0.0 to 2.1.3

Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.

See this package in npm:
oas-schemas

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

* fix: upgrade @oclif/command from 1.8.18 to 1.8.36

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

* fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

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

* fix: upgrade debug from 4.3.4 to 4.3.5

Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.

See this package in npm:
debug

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

* fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.

See this package in npm:
@clack/prompts

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

* Update README.md

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
- https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
- https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728

* fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

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

* fix: upgrade @oclif/command from 1.8.18 to 1.8.36

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

* fix: upgrade @oclif/config from 1.18.3 to 1.18.17

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

* fix: upgrade @oclif/core from 1.20.4 to 1.26.2

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

* fix: upgrade tslib from 2.5.0 to 2.6.3

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

* 2.8.2

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Polo M2B <polo2bodi@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul B <paulr@bump.sh>
Co-authored-by: Florent BRAURE <florent@bump.sh>
Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This reverts commit 3f80311.
@skanda890 skanda890 closed this Aug 12, 2024
@skanda890 skanda890 deleted the revert-63-main branch August 12, 2024 13:49
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.

1 participant