ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
719 stars 64 forks source link

Bump release-it from 10.3.1 to 12.3.5 #61

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps release-it from 10.3.1 to 12.3.5.

Release notes *Sourced from [release-it's releases](https://github.com/release-it/release-it/releases).* > ## Release 12.3.5 > * Fix bug in argument replacement for Windows (c349342) > * Fix up tests and increase coverage for Log module (406a23b) > * Increase coverage for Git plugin (a88bcd4) > * Increase consistency in docs (1901fbb) > * Move Git and Pre-releases sections to separate doc (918180d) > > ## Release 12.3.4 > * Work around lint issues (fef720f) > * Fix up some copy (1a04d02) > * Update dependencies (a044668) > * Restore test utils location (c30b9ee) > * Fix ToC (8071373) > > ## Release 12.3.3 > * Update dependencies (0f52164) > * Update readme (0b5cb1a) > * Increase overall readability (4232247) > * Improve hooks deprecation + docs (6770e7c) > * Add eslint-plugin-import + fix import order (392b4ae) > > ## Release 12.3.2 > * Update dependencies (2cdf9f7) > * Update eslint-plugin-ava and move some test files/config around (d5f8790) > > ## Release 12.3.1 > * Fix asset path (globby match) in test for Windows (5800744) > * Update dependencies + trivial migrations (9e737c2) > * Fix hook migrate hint (closes [#536](https://github-redirect.dependabot.com/release-it/release-it/issues/536)) (7b9509a) > * No error, but warning if Git tag already exists for explicit non-increment (844ff64) > * Allow `--no-increment` or `increment: false` (fixes [#537](https://github-redirect.dependabot.com/release-it/release-it/issues/537)) (7ee5c4d) > * Fix typo in link on README ([#535](https://github-redirect.dependabot.com/release-it/release-it/issues/535)) (b2223f1) > * Update readme (with create-release-it) (404c940) > > ## Release 12.3.0 > * Update docs (d702fd1) > * Update deprecated-obj (d967ce5) > * Deprecate `scripts` config (e2831eb) > * Add namespace-less life cycle hooks (e.g. `hooks.before:init`) (5ea9acc) > * Add life cycle hooks (a7b3ccb) > * Separate page for changelog doc section (8cdb49f) > * Minor updates to readme (94a2429) > * Separate pages for github, gitlab and npm doc sections (bab4b27) > * Update animated GIF (1268f43) > > ## Release 12.3.0-next.1 > * Update docs (2eb3213) > * Update deprecated-obj (3d0cee4) > * Deprecate `scripts` config (7421b93) > * Add namespace-less life cycle hooks (e.g. `hooks.before:init`) (292fc51) > ... (truncated)
Changelog *Sourced from [release-it's changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md).* > # Changelog > > This document lists breaking changes for each major release. > > See the GitHub Releases page for detailed changelogs: > [https://github.com/release-it/release-it/releases](https://github.com/release-it/release-it/releases) > > ## v12 > > - The `--follow-tags` argument for `git push` has been moved to the default configuration. This is only a breaking > change if `git.pushArgs` was not empty (it was empty by default). > > ## v11 > > - The custom `conventional-changelog` increment (e.g. `"increment": "conventional:angular"`) with additional script > configuration is replaced with a plugin. Please see > [conventional changelog](https://github.com/release-it/release-it#conventional-changelog) how to use this plugin. > - The `pkgFiles` option has been removed. If there's a need to bump other files than what `npm version` bumps, it should > be (part of) a plugin. > - By default, the latest version was derived from the latest Git tag. From v11, if the repo has a `package.json` then > that `version` is used instead. The `use` option has been removed. Also see > [latest version](https://github.com/release-it/release-it#latest-version). > - `scripts.changelog` has been moved to `git.changelog` > > ## v10 > > - Dropped support for Node v6 > - Deprecated options from v9 are removed, the `dist.repo` config in particular (also see > [distribution repository](https://github.com/release-it/release-it#distribution-repository) for alternatives). > - Drop the `--debug` flag. `DEBUG=release-it:* ...` still works. > > ## v9 > > There should be no breaking changes, but there have been major internal refactorings and an improved UI. A bunch of new > features and bug fixes have been implemented. Last but not least, the configuration structure is changed significantly. > For this (backwards compatible) change, deprecation warnings are shown, and configurations must be migrated with the > next major release (v10). See [deprecated.json](https://github.com/release-it/release-it/blob/master/conf/deprecated.json) for the changes, mainly: > > - All "command hooks" have been moved to `scripts.*`, and some have been renamed. > - All `src.*` options have been moved to `git.*` (and `scripts.*`). > - The `dist.repo` configuration and functionality has been removed. > > ## v8 > > - Drop the `--force` flag. It's only use was to move a Git tag. > > ## v7 > > - No longer adds untracked files to release commit. ([#230](https://github-redirect.dependabot.com/release-it/release-it/issues/230)) > > ... (truncated)
Commits - [`f513d22`](https://github.com/release-it/release-it/commit/f513d22197e42f25cb6cde6b8519937a65bb6513) Release 12.3.5 - [`c349342`](https://github.com/release-it/release-it/commit/c349342af809cb32db4ca572495cf682d4635af3) Fix bug in argument replacement for Windows - [`406a23b`](https://github.com/release-it/release-it/commit/406a23b73b8a8c9004d1bac41ae4ea0415bbc6cc) Fix up tests and increase coverage for Log module - [`a88bcd4`](https://github.com/release-it/release-it/commit/a88bcd46a25cbcddabed87b41719b468b4e3f93a) Increase coverage for Git plugin - [`1901fbb`](https://github.com/release-it/release-it/commit/1901fbbdbf0ba08b9e8873c5f8a7af6687056ada) Increase consistency in docs - [`918180d`](https://github.com/release-it/release-it/commit/918180def5035fcf22588efb7a252756f5c6eb68) Move Git and Pre-releases sections to separate doc - [`f800a70`](https://github.com/release-it/release-it/commit/f800a703c28a240435ad0d738f16d82922ec3d35) Release 12.3.4 - [`fef720f`](https://github.com/release-it/release-it/commit/fef720fc43e7922c0fbb0c69c9023a02acae7267) Work around lint issues - [`1a04d02`](https://github.com/release-it/release-it/commit/1a04d0237c9117d4a916784952a83216d049e434) Fix up some copy - [`a044668`](https://github.com/release-it/release-it/commit/a0446687dc4ec388441ea5894492ba35bb8cf38e) Update dependencies - Additional commits viewable in [compare view](https://github.com/release-it/release-it/compare/10.3.1...12.3.5)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #66.