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

chore(deps): ⬆️ update dev dependencies (minor) #330

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.17.5 -> 7.17.8 age adoption passing confidence
@commitlint/cli (source) 16.2.1 -> 16.2.3 age adoption passing confidence
@react-spring/web 9.4.3 -> 9.4.4 age adoption passing confidence
@release-it/conventional-changelog 4.2.0 -> 4.2.2 age adoption passing confidence
@testing-library/react 12.1.3 -> 12.1.4 age adoption passing confidence
@types/react 17.0.39 -> 17.0.41 age adoption passing confidence
@types/react-dom 17.0.12 -> 17.0.14 age adoption passing confidence
autoprefixer 10.4.2 -> 10.4.4 age adoption passing confidence
eslint (source) 8.10.0 -> 8.11.0 age adoption passing confidence
eslint-config-prettier 8.4.0 -> 8.5.0 age adoption passing confidence
lint-staged 12.3.4 -> 12.3.7 age adoption passing confidence
postcss (source) 8.4.7 -> 8.4.12 age adoption passing confidence
prettier (source) 2.5.1 -> 2.6.0 age adoption passing confidence
react-hook-form (source) 7.27.1 -> 7.28.1 age adoption passing confidence
release-it 14.12.5 -> 14.13.1 age adoption passing confidence
sort-package-json 1.54.0 -> 1.55.0 age adoption passing confidence
ts-node (source) 10.6.0 -> 10.7.0 age adoption passing confidence
webpack 5.69.1 -> 5.70.0 age adoption passing confidence

Release Notes

babel/babel

v7.17.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
↩️ Revert

v7.17.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-compilation-targets
  • babel-helper-module-transforms, babel-helper-simple-access, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-generator
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-object-super
  • babel-register
💅 Polish
🏠 Internal
conventional-changelog/commitlint

v16.2.3

Compare Source

Note: Version bump only for package @​commitlint/cli

pmndrs/react-spring

v9.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.4.3...v9.4.4

release-it/conventional-changelog

v4.2.2

Compare Source

v4.2.1

Compare Source

testing-library/react-testing-library

v12.1.4

Compare Source

Bug Fixes
  • Match runtime type of baseElement in TypeScript types (#​1023) (96ed8da)
postcss/autoprefixer

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).
eslint/eslint

v8.11.0

Compare Source

Features

  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#​15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#​15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#​15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#​15635) (Zzzen)

Bug Fixes

  • 6814922 fix: escaping for square brackets in ignore patterns (#​15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#​15669) (Milos Djermanovic)

Documentation

  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#​15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#​15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#​15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#​15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#​15675) (Arye Eidelman)

Chores

prettier/eslint-config-prettier

v8.5.0

Compare Source

okonet/lint-staged

v12.3.7

Compare Source

Bug Fixes
  • improve renderer logic for --silent and FORCE_COLOR settings (d327873)

v12.3.6

Compare Source

Bug Fixes

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)
postcss/postcss

v8.4.12

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v8.4.11

Compare Source

  • Fixed Declaration#raws.value type.

v8.4.10

Compare Source

  • Fixed package.funding URL format.

v8.4.9

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).

v8.4.8

Compare Source

  • Fixed end position in empty Custom Properties.
prettier/prettier

v2.6.0

Compare Source

diff

🔗 Release Notes

react-hook-form/react-hook-form

v7.28.1

Compare Source

🐞 fix https://github.com/react-hook-form/react-hook-form/issues/8050 disabled attribute ignored with register checkbox (https://github.com/react-hook-form/react-hook-form/pull/8053)
📦 update package.json to set sideEffect false (https://github.com/react-hook-form/react-hook-form/pull/8041)
🆙 TS 4.6.0 (https://github.com/react-hook-form/react-hook-form/pull/7623)
📖 fix replace API TSDoc for fieldArray

thanks to @​alexogar and @​Moshyfawn

v7.28.0

Compare Source

  • register API options deps now support string
register('test', { dpes: 'test' });
release-it/release-it

v14.13.1

Compare Source

  • Take latestTag from config context (allowing any value) (9fe82ed)
  • Saleor project was moved to dedicated GitHub organization (#​873) (1e0f8f7)

v14.13.0

Compare Source

  • Allow wildcards for required branch(es) (closes #​877) (fb8622b)
  • Fix/add tests and wrap up npm.allowSameVersion (739f6f6)
  • Allow running npm version with arg --allow-same-version (#​878) (2a7565d)
keithamus/sort-package-json

v1.55.0

Compare Source

Features
TypeStrong/ts-node

v10.7.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1680

Added

  • Adds --esm flag, option, and ts-node-esm binary (#​1258, #​1655)
    • Enables full esm support; no need for --loader nor NODE_OPTIONS
    • Use shebang #!/usr/bin/env ts-node-esm, run ts-node --esm, or add to your tsconfig.json: "ts-node": {"esm": true}

Changed

Fixed

  • Fixed bug where "compiler", "transpiler", and swc backend would not resolve relative to the tsconfig.json that declared them (#​1662, #​1655)
    • Enables reusable tsconfig.json shared via node module to include necessary dependencies

https://github.com/TypeStrong/ts-node/milestone/11

webpack/webpack

v5.70.0

Compare Source

Features
  • update node.js version constraints for ESM support
  • add baseUri to entry options to configure a static base uri (the base of new URL())
  • alphabetically sort exports in namespace objects when possible
  • add __webpack_exports_info__.name.canMangle
  • add proxy support to experiments.buildHttp
  • import.meta.webpackContext as ESM alternative to require.context
  • handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module
Bugfixes
  • fix problem when assigning global to a variable
  • fix crash when using experiments.outputModule and loaderContext.importModule with multiple chunks
  • avoid generating progress output before the compilation has started (ProgressPlugin)
  • fix handling of non-static-ESM dependencies with using TLA and HMR in the same module
  • include the asset module filename in hashing
  • output.clean will keep HMR assets for at least 10s to allow HMR to access them even when compilation is faster then the browser
Performance
  • fix asset caching when using the BannerPlugin
Developer Experience
  • improve typings
Contributing
  • capture caching errors when running the test suite

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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Mar 2, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react/947rDjhgauq2ZND1F6wAYUqzMXTM
✅ Preview: https://renderlesskit-react-git-renovate-dev-dependen-fb2b4e-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e20de22 to cc3c565 Compare March 2, 2022 21:57
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency @types/react-dom to v17.0.13 chore(deps): ⬆️ update dev dependencies (minor) Mar 2, 2022
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from cc3c565 to f9d53cc Compare March 3, 2022 16:06
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f9d53cc to 926aebc Compare March 5, 2022 09:53
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 926aebc to d076412 Compare March 6, 2022 05:09
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d076412 to d0c47e7 Compare March 7, 2022 04:21
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d0c47e7 to 06e6e3c Compare March 9, 2022 12:44
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 06e6e3c to fb139eb Compare March 9, 2022 15:21
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from fb139eb to 2eaa152 Compare March 10, 2022 10:43
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 2eaa152 to 4df0cee Compare March 11, 2022 14:20
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 4df0cee to 1bb7597 Compare March 11, 2022 23:28
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 1bb7597 to aba8d19 Compare March 13, 2022 09:38
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from aba8d19 to e0a4267 Compare March 14, 2022 17:22
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e0a4267 to 8379030 Compare March 15, 2022 18:35
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 8379030 to a6f4083 Compare March 15, 2022 21:19
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 13211a1 to 79d232f Compare March 20, 2022 21:55
@navin-moorthy navin-moorthy merged commit ee9ce09 into main Mar 21, 2022
@navin-moorthy navin-moorthy deleted the renovate/dev-dependencies-(minor) branch March 21, 2022 06:41
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

2 participants