Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Bump @github/dependency-submission-toolkit from 1.2.10 to 2.0.3 #575

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @github/dependency-submission-toolkit from 1.2.10 to 2.0.3.

Release notes

Sourced from @​github/dependency-submission-toolkit's releases.

v2.0.3

What's Changed

Full Changelog: github/dependency-submission-toolkit@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: github/dependency-submission-toolkit@v2.0.1...v2.0.2

v2.0.1

What's Changed

  • Print diagnostic message if snapshot creation is not SUCCESS or ACCEPTED #56, #60

v2.0.0

What's Changed

Full Changelog: github/dependency-submission-toolkit@v1.2.10...v2.0.0

Commits
  • bf1a8f9 Merge pull request #67 from smorimoto/prepare-2.0.3
  • cede478 Prepare v2.0.3
  • 07fe9c5 npm update
  • 9e37b73 Remove files.ignoreUnknown from biome.json
  • ce17ae9 Merge pull request #64 from smorimoto/update-npm-deps
  • 3bddcad Merge branch 'main' into update-npm-deps
  • e11dec9 Merge pull request #65 from github/v2.0.2
  • 808dc37 bumping to 2.0.2
  • 493b971 Merge branch 'main' into update-npm-deps
  • 5361b68 Merge pull request #63 from smorimoto/expose-all-public-apis
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2024
@kachick
Copy link
Owner

kachick commented Feb 18, 2024

https://github.com/dependabot recreate

Bumps [@github/dependency-submission-toolkit](https://github.com/github/dependency-submission-toolkit) from 1.2.10 to 2.0.3.
- [Release notes](https://github.com/github/dependency-submission-toolkit/releases)
- [Commits](github/dependency-submission-toolkit@v1.2.10...v2.0.3)

---
updated-dependencies:
- dependency-name: "@github/dependency-submission-toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/github/dependency-submission-toolkit-2.0.3 branch from 42b7fbc to 58a912e Compare February 18, 2024 06:14
import { BuildTarget } from '@github/dependency-submission-toolkit/dist/manifest.js';
import { PackageCache } from '@github/dependency-submission-toolkit/dist/package-cache.js';
import { Snapshot } from '@github/dependency-submission-toolkit/dist/snapshot.js';
import type { Package } from '@github/dependency-submission-toolkit';
import { BuildTarget, Package, PackageCache, Snapshot } from '@github/dependency-submission-toolkit';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kachick kachick merged commit 83cb2fe into main Feb 18, 2024
9 checks passed
@kachick kachick deleted the dependabot/npm_and_yarn/github/dependency-submission-toolkit-2.0.3 branch February 18, 2024 06:26
kachick added a commit that referenced this pull request Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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