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 dependency kcd-scripts to v11 #168

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kcd-scripts 0.45.0 -> 11.1.0 age adoption passing confidence

Release Notes

kentcdodds/kcd-scripts

v11.1.0

Compare Source

Features
  • deps: update all dependencies (791bbfe)

v11.0.0

Compare Source

BREAKING CHANGES
  • test: Upgrades kcd-scripts to jest v27

v10.1.1

Compare Source

v10.1.0

Compare Source

Features

This version included a mistaken breaking change which was reverted in v10.1.1. Please upgrade to v11

v10.0.0

Compare Source

Features
  • add 'jest-snapshot-serializer-raw/always' as default snapshotSerializer (#​206) (78611f1)
BREAKING CHANGES
  • snapshots will now be serialized by 'jest-snapshot-serializer-raw/always'

v9.1.0

Compare Source

Features

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • eslint-plugin-testing-library will now report aggressively

v8.3.0

Compare Source

Features
  • add .gql files in lintstagedrc (#​198) (b4bbe72)
  • add all file extensions from lintstagedrc as default for format script (#​199) (6dda70c)

v8.2.1

Compare Source

Bug Fixes
  • build: wait for build to finish before exiting (e507091)

v8.2.0

Compare Source

Features

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes
  • husky: husky 5 is alpha (5d34c54)

v8.0.1

Compare Source

Bug Fixes
  • lint: update eslint-config-kentcdodds (b10bbda)

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • This release removes rollup-plugin-size-snapshot. If
    you'd like to keep that feature, you'll need to extend the built-in
    config yourself.

v7.7.0

Compare Source

Features
  • auto-externalize built-in node modules (866eb32)

v7.6.0

Compare Source

Features

v7.5.5

Compare Source

Bug Fixes
  • TS: correctly generate type defs for scoped pacakges (e6933a7)

v7.5.4

Compare Source

Bug Fixes

v7.5.3

Compare Source

Bug Fixes

v7.5.2

Compare Source

Bug Fixes

v7.5.1

Compare Source

Bug Fixes
  • typecheck: support using --build flag (eb35a5d)

v7.5.0

Compare Source

Features
  • TS: allow use of the typecheck file without a root-level tsconfig.json (efb6e0b)

v7.4.1

Compare Source

Bug Fixes

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Features
  • jest: add jest-serializer-path (5dc5ef4)

v7.2.2

Compare Source

Bug Fixes
  • TS: support TypeScript-based test setup file (37e6984)

v7.2.1

Compare Source

Bug Fixes
  • remove incremental because it does not work well for us (980c598)

v7.2.0

Compare Source

Features
  • TS: auto-generate TypeScript definitions and add typecheck script (#​176) (22137f3)

v7.1.0

Compare Source

Features

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes
  • concurrently: make the colors show up properly (fb5306d)

v7.0.1

Compare Source

Bug Fixes
  • force update of eslint-config-kentcdodds (dc06476)

v7.0.0

Compare Source

Bug Fixes
  • travis: travis-release and travis-after-success removed (9bbf08d)
Features
  • add help command and flag (ef979f2)
  • TS: add support for TypeScript linting (38d546d)
BREAKING CHANGES
  • travis: Travis support is removed. Use github actions instead
  • TS: TypeScript v4 is required now (if you're using TS)

v6.7.0

Compare Source

Features

v6.6.0

Compare Source

Features
  • add moduleDirectories to jest config (4961e97)

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.4

Compare Source

Bug Fixes

v6.2.3

Compare Source

Bug Fixes
  • Allow JSX and TS file extensions into Jest config (#​153) (33af046)

v6.2.2

Compare Source

Bug Fixes

v6.2.1

Compare Source

Bug Fixes
  • use jsdom jest environment and h jsx pragma for preact (#​149) (2a73e89)

v6.2.0

Compare Source

Features

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • Only build typescript files in pre-commit for typescript projects (#​142) (c640c9c)

v6.0.0

Compare Source

Bug Fixes
Features
  • eslint: bump eslint config for testing library (fd8ce92)
  • typecheck: add support for a typecheck script (2a7deef)
BREAKING CHANGES
  • typecheck: remove built-in support for flow (still works, you just have to configure babel manually)

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Features

v5.10.0

Compare Source

Features

v5.9.0

Compare Source

Features

v5.8.0

Compare Source

Features

v5.7.0

Compare Source

Features

v5.6.1

Compare Source

Bug Fixes
  • don't attempt to run validate scripts if there are none to be run (#​128) (b134926)

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features
  • support release branches (28ad5c1)

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
  • fail release if files do not match any files (45c2bbc)

v5.1.2

Compare Source

Bug Fixes
  • only run build script if it exists (915a775)

v5.1.1

Compare Source

Bug Fixes
  • run build on release machine (95cbf0a)

v5.1.0

Compare Source

Features
  • add travis-release for travis jobs (436554a)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • .opt-* won't be supported anymore, so formatting will always happen on pre-commit

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Features
BREAKING CHANGES
  • Default Node compilation target is now 10.13+

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • Updates to latest version of lint-staged which may break you if you're using a custom config for it and have git add

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Requires Node 10+ (because of Husky)

v1.14.0

Compare Source

Features
  • Allow debugging kcd-scripts, especially when jest unit tests are running (#​110) (cc90cec)

v1.13.0

Compare Source

Features

v1.12.1

Compare Source

Bug Fixes
  • travis-deploy-once only needs to run for releases (ab38c66)

v1.12.0

Compare Source

Bug Fixes
Features
  • upgrade to cosmiconfig 6 (d302691)

v1.11.0

Compare Source

Features

v1.10.0

Compare Source

Features

v1.9.0

Compare Source

Features

v1.8.0

Compare Source

Features
  • prettier: add more config options (7401cef)

v1.7.0

Compare Source

Features

v1.6.0

Compare Source

Features

v1.5.2

Compare Source

Bug Fixes
  • build: remove the ignored-but-copied files from the built output (17354e6)

v1.5.1

Compare Source

Bug Fixes
  • update eslint-config-kentcdodds (fb67b05)

v1.5.0

Compare Source

Bug Fixes
  • do not attempt to lint ts files (3b04df6)
Features

v1.4.0

Compare Source

Features

v1.3.1

Compare Source

Bug Fixes
  • resolveBin: windows will resolve to .cmd binaries if available (#​8) (#​88) (0c74481)

v1.3.0

Compare Source

Features

v1.2.2

Compare Source

Bug Fixes

v1.2.1

Compare Source

Bug Fixes
  • travis: get more insight into what is going on (03ad7bf)

v1.2.0

Compare Source

Features
  • lint: move .eslintcache to node_modules (818bf2e)

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes
  • rollup: remove experimentalCodeSplitting from config (#​82) (61e9452)

v1.1.0

Compare Source

Features
  • test: add jest-watch-typeahead (24104ec)

v1.0.1

Compare Source

Bug Fixes

v1.0.0

Compare Source

Features
BREAKING CHANGES

v0.49.0

Compare Source

Features

v0.48.0

Compare Source

Features

v0.47.0

Compare Source

Features

NOTE: This updates lint-staged which requires Node 8. kcd-scripts already listed that as a requirement so that should be a problem.

This updates husky to 1.0.0 and renames the precommit script to pre-commit. You'll need to make the following update to your package.json to get hooks working properly:

-    "precommit": "paypal-scripts precommit"
   },
+  "husky": {
+    "hooks": {
+      "pre-commit": "paypal-scripts pre-commit"
+    }
+  },

I think that should be the only necessary change to upgrade to this version.

v0.46.0

Compare Source

Features

Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

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.

1 participant