chore(deps): Bump the nuget group with 2 updates - #56
Merged
Conversation
Bumps ritten from 0.8.0 to 0.10.0 Bumps YamlDotNet from 16.3.0 to 18.1.0 --- updated-dependencies: - dependency-name: ritten dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: YamlDotNet dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Ritten✅ VersionVersion 0.10.0 is the latest published version; nothing new to release. All 6 packages agree on 0.10.0. ✅ MetadataAll 6 packages carry everything a feed asks for. ✅ ChangelogNew changes accrue under [Unreleased] until a release is prepared. ✅ TestsAll 582 tests passed. ✅ Coverage
|
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated ritten from 0.8.0 to 0.10.0.
Release notes
Sourced from ritten's releases.
0.10.0
Added
IDotNet's tool methods are one perdotnet toolverb —ToolInstall,ToolUpdate,ToolUninstall, andInstalledToolVersionforlist.IProjectFilesandProjectFileload aritten.jsonas a document, set values by key path, and write it back with everything else intact.Ritten.GitHubmaintains GitHub Actions workflows.IActionsWorkflowsandActionsWorkflowread a workflow file, find its jobs by what they run, and write a job or a trigger back into it without disturbing a line of the rest.Ritten.DotNetmanages the tool manifest.IDotNetgainsToolUpdateandCreateToolManifest, andDotNetProjectsreads what a repository holds.IJob.RequiresProjectis what lets a job create the project file.IWorkflow.IsCompatibleanswers whether a directory looks like its kind, andWorkflowRegistry.IsCompatibleasks each in registration order.IFile.Directoryreturns the directory a file is in, so anything writing a nested file can create the path first, andIDirectory.RelativePath(file)/RelativePath(directory)write a path the way a project file spells one.Changed
ritten initis now a job instead of a command. It runs like every other job, with--dry-run,--verboseand the rest, and each workflow declares its own. A repository with noritten.jsonyet has its workflow detected by what's in it, or--workflowsets one explicitly.WorkflowApplication.SelectWorkflowdetects the workflow for a given directory.RittenProject.Resolveanswers with a synthetic project when nothing has been written yet.ritten.jsonkeeps all its keys, a tool manifest keeps the other tools it pins, and an Actions workflow keeps its other jobs, triggers, and comments.0.9.0
Added
artifacts/report.md, so the best thing a run produces is no longer readable only on GitHub Actions.ritten initsets a repository up. It writes the four files a repository needs —ritten.json,CHANGELOG.md, the tool manifest, and the GitHub Actions workflow.--checkreports what's missing or has drifted,--verboseshows what a drifted file should say, and--forcerewrites the files Ritten generates.JobKindclassifies a job the wayStepKindclassifies a step —Work,Check, orDeploy.PhysicalFileandPhysicalDirectoryare public.IFileandIDirectorywere public with no way for anything outside the engine to produce one, so a module holding a real path had nothing to hand back.IGit.RepositoryRoot()returns the root of the repository the workflow is running in, which isn't always the project root.Fixed
Commits viewable in compare view.
Updated YamlDotNet from 16.3.0 to 18.1.0.
Release notes
Sourced from YamlDotNet's releases.
18.1.0
What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v18.0.0...v18.1.0
Breaking
18.0.0
What's Changed
BREAKING CHANGE This is a breaking change in the
TypeInspectorSkeletonclass and theITypeInspectorinterface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.Full Changelog: aaubry/YamlDotNet@v17.1.0...v18.0.0
17.1.0
What's Changed
There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.
Full Changelog: aaubry/YamlDotNet@v17.0.0...v17.1.0
17.0.0
What's Changed
New Contributors
Full Changelog: aaubry/YamlDotNet@v16.3.0...v17.0.0
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions