Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

build(deps): update frontend dependencies #231

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/forms 0.5.1 -> 0.5.2 age adoption passing confidence
@vitejs/plugin-vue 2.3.2 -> 2.3.3 age adoption passing confidence
@vueuse/core 8.4.2 -> 8.5.0 age adoption passing confidence
eslint (source) 8.15.0 -> 8.16.0 age adoption passing confidence
marked (source) 4.0.15 -> 4.0.16 age adoption passing confidence
sass 1.51.0 -> 1.52.1 age adoption passing confidence
stylelint (source) 14.8.2 -> 14.8.4 age adoption passing confidence
vite 2.9.8 -> 2.9.9 age adoption passing confidence
vue 3.2.33 -> 3.2.36 age adoption passing confidence
vue3-popper (source) 1.4.2 -> 1.5.0 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-forms

v0.5.2

Compare Source

Added
  • Add TypeScript type declarations (#​118)
vitejs/vite (@​vitejs/plugin-vue)

v2.3.3

Compare Source

vueuse/vueuse

v8.5.0

Compare Source

Bug Fixes
Features
eslint/eslint

v8.16.0

Compare Source

Features

  • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#​15867) (Milos Djermanovic)
  • 38ae956 feat: check Unicode code point escapes in no-control-regex (#​15862) (Milos Djermanovic)
  • ee69cd3 feat: Update global variables (#​15871) (Sébastien Règne)

Bug Fixes

  • 3f09aab fix: function-paren-newline crash on "new new Foo();" (#​15850) (coderaiser)

Documentation

  • 050d5f4 docs: Static further reading links (#​15890) (Nicholas C. Zakas)
  • 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#​15892) (Milos Djermanovic)
  • 90b6990 docs: fix absolute links in rule macro to work from /docs (#​15891) (Milos Djermanovic)
  • f437249 docs: Adjust docs site path prefix (#​15889) (Nicholas C. Zakas)
  • 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#​15884) (Milos Djermanovic)
  • 1d39f69 docs: remove confusing examples for no-mixed-operators (#​15875) (Milos Djermanovic)
  • 3071d76 docs: Fix some grammar issues (#​15837) (byodian)

Chores

markedjs/marked

v4.0.16

Compare Source

Bug Fixes
sass/dart-sass

v1.52.1

Compare Source

Command Line Interface
  • Fix a bug where --watch mode would close immediately in TTY mode. This was
    caused by our change to close --watch when stdin was closed outside of TTY
    mode, which has been reverted for now while we work on a fix.

v1.52.0

Compare Source

  • Add support for arbitrary modifiers at the end of plain CSS imports, in
    addition to the existing supports() and media queries. Sass now allows any
    sequence of identifiers of functions after the URL of an import for forwards
    compatibility with future additions to the CSS spec.

  • Fix an issue where source locations tracked through variable references could
    potentially become incorrect.

  • Fix a bug where a loud comment in the source can break the source map when
    embedding the sources, when using the command-line interface or the legacy JS
    API.

JS API
  • SassNumber.assertUnit() and SassNumber.assertNoUnits() now correctly
    return the number called on when it passes the assertion.
stylelint/stylelint

v14.8.4

Compare Source

  • Fixed: no-duplicate-selectors error with non-standard selectors (#​6106).

v14.8.3

Compare Source

  • Fixed: no-invalid-* end positions (#​6072).
  • Fixed: no-duplicate-* end positions (#​6047).
  • Fixed: no-descending-specificity end positions (#​6049).
  • Fixed: media-feature-name-no-unknown false positives for display-mode (#​6073).
  • Fixed: dependency on normalize-selector removed (#​6068).
  • Fixed: at-rule-no-unknown false positives for @layer (#​6093).
  • Fixed: no-invalid-position-at-import-rule false positives for @layer (#​6094).
  • Fixed: length-zero-no-unit autofix for .0 values (#​6098).
vitejs/vite (vite)

v2.9.9

Compare Source

vuejs/core

v3.2.36

Compare Source

Bug Fixes
Performance Improvements

v3.2.35

Compare Source

Bug Fixes

v3.2.34

Compare Source

Bug Fixes
  • compiler-core: should generate HYDRATE_EVENTS flag on dynamic component that resolves to element (415091b), closes #​5870
  • compiler-sfc: support export { default } from '...' (#​5937) (73e6523), closes #​5935
  • compiler-sfc: type-only defineProps does not recognize Promise (fix #​5941) (#​5943) (991d623)
  • compiler-ssr: fix component event handlers inheritance in ssr (f811dc2), closes #​5664
  • compiler-ssr: fix wrong attrs fallthrough on non-single-root v-if branches (516bc54), closes #​5140
  • compiler-ssr: only inject fallthrough attrs for root transition/keep-alive (c65b805)
  • keep-alive: fix keep-alive rendering when placed in vnode branch (0841b9b), closes #​4817
  • runtime-core: adjust force diff of dev root fragments (cdda49b), closes #​5946
  • ssr/teleport: support nested teleports in ssr (595263c), closes #​5242
  • ssr: fix hydration error on falsy v-if inside transition/keep-alive (ee4186e), closes #​5352
  • ssr: fix hydration error when teleport is used as component root (b60cff0), closes #​4293
  • ssr: fix hydration error when transition contains comment children (3705b3b), closes #​5351
  • ssr: fix hydration for slot with empty text node (939209c), closes #​5728
  • ssr: fix hydration mismatch caused by multi-line comments inside slot (e1bc268), closes #​5355
  • ssr: inherit scope id on functional component during ssr (847d7f7), closes #​5817
  • ssr: render fallthrough attributes for transition-group with tag (aed10c5), closes #​5141
  • ssr: support client-compiled v-model with dynamic type during ssr (#​5787) (c03459b), closes #​5786
  • types: export ComponentProvideOptions (#​5947) (3e2850f)
  • types: fix defineComponent inference to Component (#​5949) (7c8f457)
valgeirb/vue3-popper

v1.5.0

Compare Source

Added:

  • 👌 IMPROVE: added index.d.ts for type hints

Configuration

📅 Schedule: "before 12pm on Monday" in timezone Europe/Paris.

🚦 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 these updates again.


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

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

@renovate renovate bot added target: frontend Issues and PRs that act on the frontend. type: dependencies Issues/PRs that updates dependencies. labels May 16, 2022
@renovate renovate bot requested a review from iv-stpn May 16, 2022 05:09
@netlify
Copy link

netlify bot commented May 16, 2022

Deploy Preview for ppd-horizon-efrei failed.

Name Link
🔨 Latest commit 6ad2af0
🔍 Latest deploy log https://app.netlify.com/sites/ppd-horizon-efrei/deploys/628cf69395f8730008cb8e45

@renovate renovate bot force-pushed the deps/frontend-dependencies branch 7 times, most recently from a8bd06e to a4c704e Compare May 20, 2022 12:34
@renovate renovate bot force-pushed the deps/frontend-dependencies branch 6 times, most recently from c593cc4 to 66b1f6b Compare May 23, 2022 21:14
@renovate renovate bot force-pushed the deps/frontend-dependencies branch from 66b1f6b to 6ad2af0 Compare May 24, 2022 15:15
@noftaly noftaly closed this May 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: frontend Issues and PRs that act on the frontend. type: dependencies Issues/PRs that updates dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants