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 all major dependencies (major) #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-json (source) 4.0.3 -> 6.0.0 age adoption passing confidence devDependencies major
@rollup/plugin-typescript (source) 4.0.0 -> 11.0.0 age adoption passing confidence devDependencies major
@types/inquirer (source) 6.5.0 -> 9.0.3 age adoption passing confidence devDependencies major
@types/node (source) 13.9.8 -> 18.15.3 age adoption passing confidence devDependencies major
actions/checkout v2 -> v3 age adoption passing confidence action major
actions/setup-node v1 -> v3 age adoption passing confidence action major
chalk ^3.0.0 -> ^5.0.0 age adoption passing confidence dependencies major
eslint (source) 6.8.0 -> 8.36.0 age adoption passing confidence devDependencies major
eslint-config-prettier 6.10.1 -> 8.7.0 age adoption passing confidence devDependencies major
eslint-plugin-prettier 3.1.4 -> 4.2.1 age adoption passing confidence devDependencies major
husky (source) 4.2.5 -> 8.0.3 age adoption passing confidence devDependencies major
inquirer ^7.0.4 -> ^9.0.0 age adoption passing confidence dependencies major
rimraf 3.0.2 -> 4.4.0 age adoption passing confidence devDependencies major
rollup (source) 2.2.0 -> 3.19.1 age adoption passing confidence devDependencies major
rollup-plugin-terser 5.3.1 -> 7.0.2 age adoption passing confidence devDependencies major
terser (source) 4.6.13 -> 5.16.6 age adoption passing confidence devDependencies major
ts-node (source) 8.8.2 -> 10.9.1 age adoption passing confidence devDependencies major
tslib (source) 1.11.2 -> 2.5.0 age adoption passing confidence devDependencies major
typescript (source) 3.8.3 -> 5.0.2 age adoption passing confidence devDependencies major

Release Notes

rollup/plugins (@​rollup/plugin-json)

v6.0.0

Compare Source

2022-12-17

Breaking Changes
  • fix: log more robustly when JSON parsing fails #​1361

v5.0.2

Compare Source

2022-11-27

Updates
  • docs: correct minimatch to picomatch #​1332

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes
Updates
  • chore: update dependencies (678125b)

v4.1.0

2020-06-05

Features
  • feat: log the filename when JSON.parse fails (#​417)
rollup/plugins (@​rollup/plugin-typescript)

v11.0.0

Compare Source

2023-01-06

Breaking Changes

v10.0.1

Compare Source

2022-11-28

Bugfixes

v10.0.0

Compare Source

2022-11-27

Breaking Changes
  • fix: incorrect declarations directory (a5c90d1)

v9.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v9.0.1

Compare Source

2022-10-11

Bugfixes

v9.0.0

Compare Source

2022-10-10

Breaking Changes

v8.5.0

Compare Source

2022-09-06

Features

v8.4.0

Compare Source

2022-08-23

Features
  • feat: allow override of forced noEmit and emitDeclarationOnly compiler options (#​1242)

v8.3.4

Compare Source

2022-07-28

Bugfixes
  • fix: fix declaration file generation for single file outputs (#​1201)

v8.3.3

2022-06-10

Bugfixes
  • fix: allow tslib peerDependency to be optional for npm and pnpm (#​1191)

v8.3.2

2022-04-13

Bugfixes

v8.3.1

2022-02-23

Bugfixes
  • fix: allow explicity compilerOptions (#​1045)
Updates
  • docs: readme copy/paste mistake (#​1086)

v8.3.0

2021-10-15

Features

v8.2.5

2021-07-30

Bugfixes
  • fix: incremental typescript cache (#​963)

v8.2.4

2021-07-29

Updates
  • docs: declaration file output to same directory. fixes #​934 (702c855)

v8.2.3

2021-07-15

Bugfixes
  • fix: restart watch program on each build (#​861)
Updates

v8.2.1

2021-03-26

Bugfixes
  • fix: bump TypeScript version (#​818)
  • fix: update readme and peerDeps version (#​830)

v8.2.0

2021-02-14

Features
  • feat: error when no tsconfig and no rootDir (#​794)
  • feat: better error when tslib is not installed (#​793)
  • feat: warn when compilerOptions.module is not esnext (#​788)
Updates
  • test: move declaration tests, use typescript (#​791)
  • test: fix TypeScript src-dir test (#​789)

v8.1.1

2021-01-29

Bugfixes
  • fix: fix plugin type declarations (#​647)
  • fix: only emit tsbuildinfo file when there is something to emit (#​771)

v8.1.0

2020-12-14

Features
  • feat: support multiple output targets with declarations (#​687)
Updates
  • chore: fix TypeScript warnings (#​673)
  • test: code in src sub-directory (#​682)
  • chore: use TypeScript 4 (#​674)

v8.0.0

2020-11-30

Breaking Changes
  • fix: pick up new files in watch mode (#​657)
Bugfixes
  • fix: add missing imports (#​633)
  • fix: normalize returned module ids (#​653)
Features
  • feat: Implement cached incremental code (#​535)
Updates
  • docs: fix minor markdown syntax in transformers-section (#​624)

v6.1.0

2020-10-27

Bugfixes
  • fix: add composite to validation checks (#​618)
Features
  • feat: Add CustomTransformers support (#​280)
Updates
  • docs: More informative error messages (#​619)

v6.0.0

2020-09-09

Breaking Changes
  • fix!: Change noEmitOnError default to false (#​544)
Updates
  • test: add generating declarations with non-default rootDir (#​553)
  • chore: update dependencies (9e52818)

v5.0.2

2020-07-12

Bugfixes
  • fix: utilize 'this.meta.watchMode' (#​449)
Updates

v5.0.1

2020-06-28

Bugfixes
  • fix: load empty emitted files (#​476)

v5.0.0

2020-06-22

Breaking Changes
  • fix!: sync rollup and typescript file watch (#​425)
Bugfixes
  • fix: Fix peer dep version (#​461)

v4.1.2

2020-05-20

Bugfixes
Updates

v4.1.1

2020-04-12

Bugfixes
  • fix: sourcemap generated as null (#​276)
  • fix: use parsedOptions.fileNames for emit declaration files (#​270) (#​271)

v4.1.0

2020-04-12

Features
  • feat: Refine options interface (#​284)
actions/checkout

v3

Compare Source

actions/setup-node

v3

Compare Source

v2

Compare Source

chalk/chalk

v5.2.0

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

  • Improved the names of exports introduced in 5.1.0 (#​567) 6e0df05
    • We of course preserved the old names.

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

v5.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#​433) 4cf2e40
    • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
  • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';

-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
Improvements

v4.1.2

Compare Source

  • Readme updates

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
Improvements
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3
eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)

v8.31.0

Compare Source

Features

  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#​16693) (Milos Djermanovic)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#​16006) (Morten Kaltoft)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#​16677) (Francesco Trotta)

Bug Fixes

  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#​16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#​16608) (Milos Djermanovic)

Documentation

Chores

v8.30.0

Compare Source

Features

Bug Fixes

  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#​16579) (Nicholas C. Zakas)
  • 9b8bb72 fix: autofix recursive functions in no-var (#​16611) (Milos Djermanovic)

Documentation


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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 added the renovate label Apr 3, 2020
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from b1914b9 to 6f7c670 Compare April 10, 2020 17:37
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 6f7c670 to a90b0a8 Compare May 4, 2020 18:53
@renovate renovate bot changed the title Update dependency chalk to v4 Update all major dependencies (major) May 4, 2020
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 2d9751d to 75406a9 Compare May 8, 2020 20:48
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 393813f to 5f358ee Compare May 15, 2020 19:46
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 8 times, most recently from 3021ebe to 42e0ab4 Compare May 27, 2020 18:29
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 4 times, most recently from 1bb0e4f to d0d85e3 Compare June 6, 2020 00:29
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from b3ea774 to 58d5e58 Compare June 9, 2020 16:40
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 0f0f921 to dee5936 Compare June 22, 2020 17:25
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 689e1a5 to 9afa93b Compare June 24, 2020 09:28
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 7 times, most recently from 8b324b4 to 506ae5c Compare October 26, 2020 17:06
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from b044b67 to afc2338 Compare November 2, 2020 14:28
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 2bf61cf to b54c5d9 Compare November 8, 2020 15:09
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 806efad to d79a6bb Compare November 16, 2020 18:07
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from 84d78de to 23289c7 Compare November 23, 2020 18:33
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 23289c7 to 728e6ce Compare December 10, 2020 06:55
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant