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 dependencies: npm-scripts packages (major) #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 24, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
del-cli 3.0.0 -> 5.1.0 age adoption passing confidence
git-branch-is 3.0.0 -> 4.0.0 age adoption passing confidence
package-version-git-tag 1.1.2 -> 3.0.0 age adoption passing confidence

Release Notes

sindresorhus/del-cli (del-cli)

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Fix Windows compatibility for use with npx 537e5b3

v5.0.0

Compare Source

Breaking

v4.0.1

Compare Source

v4.0.0

Compare Source

Breaking
Improvements

v3.0.1

Compare Source

kevinoid/git-branch-is (git-branch-is)

v4.0.0

Compare Source

BREAKING CHANGES
  • Detached HEAD is now handled like an empty branch name
    (which can be matched in the usual ways) rather than causing an error as it
    did in previous versions.
Features
  • Update to commander@5.

3.1.0 (2019-11-16)

Full
Changelog

  • Dependency version updates.
  • Code style fixes.

3.0.0 (2019-08-09)

Full Changelog

  • BREAKING Require Node 8 or later.
  • Dependency version updates.
  • Code style fixes.

v2.1.0 (2018-09-27)

Full Changelog

  • Add support for inverting/negating match with -I/--invert-match/--not
    (#​28
    #​29)
  • Update dependency versions.

v2.0.0 (2018-06-29)

Full Changelog

  • BREAKING Drop support for Node 4.
  • Dependency version updates.
  • Code style fixes.

v1.0.0 (2018-06-01)

Full Changelog

  • Branch name regex support #​22
    (and #​23, partially)
  • Support for case-insensitive comparison and matching.
  • Support for passing a test function to gitBranchIs.
  • Drop support for Node 0.10 and 0.12.
  • Bump to 1.0.0 to declare API as stable.

v0.1.0 (2016-04-01)

* This Change Log was automatically generated by github_changelog_generator

v3.1.0

Compare Source

Full
Changelog

  • Dependency version updates.
  • Code style fixes.
sounisi5011/package-version-git-tag (package-version-git-tag)

v3.0.0

Compare Source

  • Drop support for Node.js 8, 9, 11 and 13
  • Don't pin non-dev dependencies
  • Update dev dependencies
Supported Node version

8.3.0 - 14.x -> 10.x || 12.x || 14.x

  • #​138 - Omit unsupported Node.js
Documentation
  • #​140 - Update markdown syntax
  • #​142 - Fix install step in README
  • #​143 - Add Change Log section to README
Updated Dependencies
devDependencies
  • @types/cross-spawn
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • del-cli
  • lint-staged
  • sort-package-json
  • ts-node
  • typescript
Added Dependencies
devDependencies
  • #​137 - @sounisi5011/readme-generator@0.0.2
  • #​137 - check-peer-deps@1.1.3
  • #​137 - patch-package@6.2.2
Removed Dependencies
devDependencies
  • #​137 - @sounisi5011/check-peer-deps
Tests
  • #​146 - Fix error handling of Git.listen() method in node-git-server
Others
  • #​136 - Pin only devDependencies
  • #​137 - Change project file structure
  • #​139 - Enable compilerOptions.inlineSources
  • #​141 - Update to strict type definition code
  • #​144 - Fix patch-package config

v2.1.0

Compare Source

Features
Breaking Changes
  • #​125 - Change output format:

    • $ package-version-git-tag --version
      2.0.3

      $ package-version-git-tag --version
      package-version-git-tag/2.0.3 darwin-x64 node-v10.18.0
    • $ package-version-git-tag --help
      Usage: bin [options]
      
      Add Git tag corresponding to the version field of package.json
      
      Options:
        -v, --version  output the version number
        --push         `git push` the added tag to the remote repository
        --verbose      show details of executed git commands
        -n, --dry-run  perform a trial run with no changes made
        -h, --help     display help for command

      $ package-version-git-tag --help
      package-version-git-tag v2.0.3
      
      Add Git tag corresponding to the version field of package.json
      
      Usage:
        $ package-version-git-tag [options]
      
      Options:
        -V, -v, --version  Display version number 
        -h, --help         Display this message 
        --push             `git push` the added tag to the remote repository 
        --verbose          show details of executed git commands 
        -n, --dry-run      perform a trial run with no changes made 
    • $ package-version-git-tag --typo-option
      error: unknown option '--typo-option'

      $ package-version-git-tag --typo-option
      unknown option: --typoOption
      Try `package-version-git-tag --help` for valid options.
Supported Node version

>=8.3.0 -> 8.3.0 - 14.x

Updated Dependencies
devDependencies
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-config-prettier
  • eslint-plugin-simple-import-sort
  • lint-staged
  • make-dir
  • prettier
  • sort-package-json
  • ts-node
Added Dependencies
dependencies
Removed Dependencies
dependencies

v2.0.3

Compare Source

  • Update dependencies
  • Downgrade supported Node version
Supported Node version

>=8.10.0 -> >=8.3.0

  • #​92 - Downgrade supported Node version
Updated Dependencies
dependencies
  • commander
  • cross-spawn
devDependencies
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint
  • eslint-config-prettier
  • eslint-config-standard
  • eslint-plugin-import
  • eslint-plugin-node
  • eslint-plugin-prettier
  • eslint-plugin-simple-import-sort
  • git-branch-is
  • husky
  • lint-staged
  • make-dir
  • node-git-server
  • prettier
  • prettier-package-json
  • sort-package-json
  • ts-node
  • typescript
Others
  • #​101 - Renovate package groups

v2.0.2

Compare Source

Documentation

v2.0.1

Compare Source

Documentation

v2.0.0

Compare Source

Features
Supported Node version

>=8.3.0 -> >=8.10.0

  • #​57 - Update dependency eslint to v6.6.0
Documentation
  • #​80 - Introduce README generator
Updated Dependencies
dependencies
  • commander
devDependencies
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint
  • ts-node

v1.2.0

Compare Source

Features
  • #​77 - Add --verbose option
  • #​78 - Add --dry-run option
Updated Dependencies
dependencies
  • commander
devDependencies
  • @types/node
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • ava
  • can-npm-publish
  • eslint-config-prettier
  • eslint-plugin-prettier
  • husky
  • lint-staged
  • prettier
  • sort-package-json
  • ts-node
  • typescript
Others
  • #​73 - Migrate from Travis CI to Azure Pipelines

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Dec 11, 2019
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Dec 27, 2019
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Dec 27, 2019
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Dec 30, 2019
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Dec 30, 2019
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Jan 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Jan 2, 2020
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Jan 10, 2020
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Jan 21, 2020
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Mar 15, 2020
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 8337446 to 7d54abe Compare April 28, 2020 05:01
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 Apr 28, 2020
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 7d54abe to ede2b69 Compare May 8, 2020 09:54
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v2 May 8, 2020
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from ede2b69 to 62458e3 Compare July 2, 2020 02:58
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v2 ⬆️ Update dependency package-version-git-tag to v3 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 62458e3 to 1a6760c Compare August 23, 2020 06:01
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v3 ⬆️ Update dependencies: npm-scripts packages (major) Aug 23, 2020
@renovate renovate bot changed the title ⬆️ Update dependencies: npm-scripts packages (major) ⬆️ Update dependencies: npm-scripts packages (major) Nov 25, 2020
@renovate renovate bot changed the title ⬆️ Update dependencies: npm-scripts packages (major) ⬆️ Update dependencies: npm-scripts packages (major) Jan 5, 2021
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 1a6760c to ddf803d Compare October 20, 2021 06:26
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from ddf803d to 1f12f7a Compare September 25, 2022 18:23
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 1f12f7a to cffae29 Compare November 20, 2022 10:17
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from cffae29 to 4143821 Compare August 25, 2023 12:14
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 7836 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 4143821 to e4bdf86 Compare August 31, 2023 14:02
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 7836 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Aug 31, 2023

Code Climate has analyzed commit e4bdf86 and detected 0 issues on this pull request.

View more on Code Climate.

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

0 participants