Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Update devDependencies #44

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Update devDependencies #44

merged 1 commit into from
Jul 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.18.5 -> 7.18.6 age adoption passing confidence devDependencies patch
@babel/preset-react (source) 7.17.12 -> 7.18.6 age adoption passing confidence devDependencies minor
@testing-library/jest-dom ^5.16.4 -> 5.16.4 age adoption passing confidence devDependencies pin
@testing-library/user-event ^14.2.1 -> 14.2.1 age adoption passing confidence devDependencies pin
@types/react-dom 18.0.5 -> 18.0.6 age adoption passing confidence devDependencies patch
@​types/tailwindcss 3.0.10 -> 3.0.11 age adoption passing confidence devDependencies patch
@types/testing-library__user-event ^4.2.0 -> 4.2.0 age adoption passing confidence devDependencies pin
@vitest/ui ^0.17.0 -> 0.17.0 age adoption passing confidence devDependencies pin
chromatic (source) 6.6.3 -> 6.7.0 age adoption passing confidence devDependencies minor
eslint (source) 8.18.0 -> 8.19.0 age adoption passing confidence devDependencies minor
eslint-config-re-taro ^1.1.3 -> 1.1.3 age adoption passing confidence devDependencies pin
eslint-plugin-storybook 0.5.12 -> 0.5.13 age adoption passing confidence devDependencies patch
happy-dom 6.0.0 -> 6.0.2 age adoption passing confidence devDependencies patch
jest-extended ^2.0.0 -> 2.0.0 age adoption passing confidence devDependencies pin
tailwindcss (source) 3.1.3 -> 3.1.4 age adoption passing confidence devDependencies patch
vite-plugin-babel-macros ^1.0.6 -> 1.0.6 age adoption passing confidence devDependencies pin

Release Notes

babel/babel

v7.18.6

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-remap-async-to-generator, babel-plugin-proposal-async-generator-functions
  • babel-plugin-transform-parameters
  • babel-core
  • babel-core, babel-helper-check-duplicate-nodes, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining, babel-plugin-transform-runtime
🏠 Internal
  • babel-standalone
  • Other
  • babel-generator, babel-types
  • babel-code-frame, babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-check-duplicate-nodes, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-fixtures, babel-helper-function-name, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-plugin-test-runner, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-split-export-declaration, babel-helper-transform-fixture-test-runner, babel-helper-validator-option, babel-helper-wrap-function, babel-helpers, babel-highlight, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-record-and-tuple, babel-plugin-syntax-typescript, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-duplicate-keys, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-object-super, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-preset-env, babel-preset-typescript, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-transform-destructuring
chromaui/chromatic-cli

v6.7.0

Compare Source

  • 598 Enable bash mode for globs when matching branches with picomatch

v6.6.4

Compare Source

  • 590 Better onboarding support
  • 596 Handle redirects when using --storybook-url
eslint/eslint

v8.19.0

Compare Source

Features

  • 7023628 feat: add importNames support for patterns in no-restricted-imports (#​16059) (Brandon Scott)
  • 472c368 feat: fix handling of blockless with statements in indent rule (#​16068) (Milos Djermanovic)

Bug Fixes

  • fc81848 fix: throw helpful exception when rule has wrong return type (#​16075) (Bryan Mishkin)

Documentation

  • 3ae0574 docs: Remove duplicate rule descriptions (#​16052) (Amaresh S M)
  • f50cf43 docs: Add base href to each page to fix relative URLs (#​16046) (Nicholas C. Zakas)
  • ae4b449 docs: make logo link clickable on small width screens (#​16058) (Milos Djermanovic)
  • 280f898 docs: use only fenced code blocks (#​16044) (Milos Djermanovic)
  • f5d63b9 docs: add listener only if element exists (#​16045) (Amaresh S M)
  • 8b639cc docs: add missing migrating-to-8.0.0 in the user guide (#​16048) (唯然)
  • b8e68c1 docs: Update release process (#​16036) (Nicholas C. Zakas)
  • 6d0cb11 docs: remove table of contents from markdown text (#​15999) (Nitin Kumar)

Chores

storybookjs/eslint-plugin-storybook

v0.5.13

Compare Source

⚠️ Pushed to main
  • docs(CONTRIBUTING): add more test instructions [skip-ci] (@​yannbf)
Authors: 1

capricorn86/happy-dom

v6.0.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to selector item not factoring in selectors after a psuedo selector. (#​513)

v6.0.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for Symbol to HTMLElement.dataset. (#​501)
tailwindlabs/tailwindcss

v3.1.4

Compare Source

Fixed
  • Provide default to <alpha-value> when using theme() (#​8652)
  • Detect arbitrary variants with quotes (#​8687)
  • Don’t add spaces around raw / that are preceded by numbers (#​8688)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

Siteproxy

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot added the dependencies label Jul 5, 2022
@github-actions
Copy link

github-actions bot commented Jul 5, 2022

❌ failed...

Open the report at https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1657034876594-87210.report.html

auditProperty actual expected level
seo 0.82 0.9 ❌ error

@re-taro re-taro merged commit fb8f7b3 into dev Jul 5, 2022
@renovate renovate bot deleted the renovate/devdependencies branch July 5, 2022 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant