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) #18

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2020

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.1.0 -> 4.0.0 age adoption passing confidence
package-version-git-tag 2.0.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

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

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 force-pushed the renovate/major-npm-scripts-packages branch from ec5f721 to 88cb8fc Compare August 26, 2020 00:00
@renovate renovate bot changed the title ⬆️ Update dependency package-version-git-tag to v3 ⬆️ Update dependencies: npm-scripts packages (major) Aug 26, 2020
@renovate renovate bot changed the title ⬆️ Update dependencies: npm-scripts packages (major) ⬆️ Update dependencies: npm-scripts packages (major) Nov 28, 2020
@renovate renovate bot changed the title ⬆️ Update dependencies: npm-scripts packages (major) ⬆️ Update dependencies: npm-scripts packages (major) Jan 6, 2021
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 88cb8fc to 0725f69 Compare June 16, 2021 14:13
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 0725f69 to 564ef6c Compare October 19, 2021 01:26
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 564ef6c to 2d594cb Compare September 25, 2022 15:16
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from 2d594cb to cc9c29f Compare November 20, 2022 18:46
@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from cc9c29f to cc69b84 Compare August 25, 2023 12:29
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 7885 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/major-npm-scripts-packages branch from cc69b84 to a8d1c23 Compare August 31, 2023 13:35
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 7885 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Aug 31, 2023

Code Climate has analyzed commit a8d1c23 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