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 development dependencies (major) #1738

Merged
merged 1 commit into from Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/dompurify (source) 2.4.0 -> 3.0.0 age adoption passing confidence
@vitejs/plugin-vue (source) 3.2.0 -> 4.1.0 age adoption passing confidence
eslint-plugin-jsdoc 39.9.1 -> 40.1.1 age adoption passing confidence
eslint-plugin-unicorn 44.0.2 -> 46.0.0 age adoption passing confidence
vite (source) 3.2.5 -> 4.2.1 age adoption passing confidence

Release Notes

vitejs/vite-plugin-vue

v4.1.0

Compare Source

  • fix: avoid resolving to 2.7 compiler-sfc (cf36b3e)

v4.0.0

Compare Source

gajus/eslint-plugin-jsdoc

v40.1.1

Compare Source

v40.1.0

Compare Source

v40.0.3

Compare Source

v40.0.2

Compare Source

v40.0.1

Compare Source

v40.0.0

Compare Source

sindresorhus/eslint-plugin-unicorn

v46.0.0

Compare Source

Improvements
Fixes

v45.0.2

Compare Source

  • prefer-string-replace-all: Don't crash on invalid pattern (#​2011) 3bbe027
  • prevent-abbreviations: Skip fix for variables used in Vue template (#​2012) 8cd1ded

v45.0.1

Compare Source

v45.0.0

Compare Source

New rules
Improvements
  • prefer-at: Support private fields (#​1929) 60bb455
  • no-useless-undefined: Ignore Array#includes() and Set#has() (#​1951) 8dfd5a7
  • no-useless-spread: Check cloning inline arrays (#​1980) 5d90d73
  • prefer-top-level-await: Ignore expressions in class (#​1976) b90a3aa
  • prefer-string-replace-all: Improve RegExp to string fix (#​1971) b844dbc
  • prefer-string-replace-all: Check pattern even if it's already using .replaceAll (#​1981) e8c5156
  • prefer-string-replace-all: Report all String#replace() when the pattern has g flag (#​1965) 6316f05
  • prefer-string-replace-all: Ignore regex with pipe (#​1962) 76deaa3
  • prefer-regexp-test: Use suggestions if not sure regexp without g flag (#​1954) 505a203
  • no-array-for-each: Skip fix for some edge cases (#​1979) 48efc7a
  • prefer-add-event-listener: Only fix ExpressionStatement, check operator (#​1955) aca21f2
  • prevent-abbreviations: Improve fix for retVal (#​1953) 25cd810
Fixes
vitejs/vite

v4.2.1

Compare Source

v4.2.0

Compare Source

Vite 4.2 is out!

Support env variables replacement in HTML files

Vite now supports replacing env variables in HTML files. Any properties in import.meta.env can be used in HTML files with a special %ENV_NAME% syntax:

<h1>Vite is running in %MODE%</h1>
<p>Using data from %VITE_API_URL%</p>
Sourcemaps improvements

The Chrome Dev Tools team has been working to improve the DX of Vite and Vite-powered frameworks in the dev tools. Vite 4.2 brings an improved experience and tools for framework authors to hide 3rd party code and build artifacts from the user from console log traces using server.sourcemapIgnoreList and build.rollupOptions.output.sourcemapIgnoreList.

ESM subpath imports

Vite 4.2 now supports subpath imports, thanks to @​lukeed05's resolve.exports library.

TypeScript 5 support

Vite 4.2 also supports TypeScript 5's tsconfig extends array format, thanks to tsconfck.

esbuild 0.17

esbuild v0.17.0 improved the design of its incremental, watch, and serve APIs. Check out #​11908 for the rationale of why we didn't consider the backward-incompatible changes breaking for our use cases. The updated esbuild design now allows Vite to properly cancel in-fly builds and improve server restarts.

Use Rollup types from the vite package

Expose Rollup types as a namespace. This is helpful to avoid type conflicts because of different versions of Rollup types in environments like vite-ecosystem-ci (#​12316).

import type { Rollup } from 'vite'
Português Docs Translation

The Vite documentation is now translated to Português at pt.vitejs.dev thanks to Nazaré Da Piedade .

Features
Bug Fixes
Previous Changelogs
4.2.0-beta.2 (2023-03-13)

See 4.2.0-beta.2 changelog

4.2.0-beta.1 (2023-03-07)

See 4.2.0-beta.1 changelog

4.2.0-beta.0 (2023-02-27)

See 4.2.0-beta.0 changelog

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new Rollup docs, that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users.

Vite docs got a theme update migrating to the latest version of VitePress.

As part of Vite 4, the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of @​vitejs/plugin-react and @​vitejs/plugin-react-swc. @​vitejs/plugin-react 3.1.0 reworks the way HMR is handled fixing many edge cases and @​vitejs/plugin-react-swc 3.1.0 adds support for SWC plugins.

There is also a new major for @​vitejs/plugin-legacy, see changelog for v4.0.0. This version contains breaking changes:

Features
Bug Fixes
Previous Changelogs
4.1.0-beta.2 (2023-02-01)

See 4.1.0-beta.2 changelog

4.1.0-beta.1 (2023-01-26)

See 4.1.0-beta.1 changelog

4.1.0-beta.0 (2023-01-09)

See 4.1.0-beta.0 changelog

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

[Compare Source](https://togithub.com/vitejs/vite/compare/566d4c7bb51cf56550a5374ee46e1e1cbea1cf1f...v4.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@cloudflare-pages
Copy link

cloudflare-pages bot commented Mar 11, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 401a40c
Status:🚫  Build failed.

View logs

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 11, 2022
@ferferga ferferga added the blocked Something depends on another issue or Pull Request label Mar 11, 2022
@jellyfin-bot jellyfin-bot added this to In progress in Ongoing development Mar 11, 2022
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 7 times, most recently from 2e0c62e to f8fff30 Compare March 15, 2022 09:59
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 3 times, most recently from a31408c to 306f550 Compare March 26, 2022 10:57
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 9 times, most recently from 116dc73 to c613356 Compare April 2, 2022 12:19
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from c613356 to 569ce7f Compare April 7, 2022 13:59
@sonarcloud
Copy link

sonarcloud bot commented Apr 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/major-dev-deps branch from 569ce7f to f2137ba Compare April 7, 2022 14:21
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 5 times, most recently from 6543a8d to 37ca8f8 Compare March 21, 2023 06:29
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 2 times, most recently from 9b35bcd to 9c3c196 Compare March 28, 2023 14:03
@renovate renovate bot force-pushed the renovate/major-dev-deps branch 5 times, most recently from 3b4f81f to 75e93a6 Compare April 3, 2023 10:52
@jellyfin-bot jellyfin-bot added the merge conflict Something has merge conflicts label Apr 3, 2023
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from 75e93a6 to 5997e55 Compare April 3, 2023 10:55
@jellyfin-bot jellyfin-bot removed the merge conflict Something has merge conflicts label Apr 3, 2023
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from 5997e55 to c514657 Compare April 3, 2023 11:03
@ferferga ferferga changed the title chore(deps): update development dependencies (major) rebase! chore(deps): update development dependencies (major) Apr 3, 2023
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from c514657 to 39e20d4 Compare April 3, 2023 11:06
@renovate renovate bot changed the title rebase! chore(deps): update development dependencies (major) chore(deps): update development dependencies (major) Apr 3, 2023
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from 39e20d4 to fe52bb2 Compare April 3, 2023 12:22
@ferferga ferferga removed the blocked Something depends on another issue or Pull Request label Apr 3, 2023
@renovate renovate bot force-pushed the renovate/major-dev-deps branch from fe52bb2 to d245238 Compare April 3, 2023 12:32
@sonarcloud
Copy link

sonarcloud bot commented Apr 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Ongoing development automation moved this from In progress to Reviewer approved Apr 3, 2023
@jellyfin-bot
Copy link

Cloudflare Pages deployment

Latest commit d245238
Status 🔄 Deploying...
Preview URL Not available
Type 🔀 Preview

View bot logs

@ferferga ferferga merged commit ed02631 into master Apr 3, 2023
11 of 18 checks passed
Ongoing development automation moved this from Reviewer approved to Done Apr 3, 2023
@ferferga ferferga deleted the renovate/major-dev-deps branch April 3, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants