Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Apr 20, 2023

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies patch 5.59.0 -> 5.59.1
@typescript-eslint/parser devDependencies patch 5.59.0 -> 5.59.1
esbuild optionalDependencies patch 0.17.17 -> 0.17.18
esbuild devDependencies patch 0.17.17 -> 0.17.18
esbuild-wasm dependencies patch 0.17.17 -> 0.17.18
esbuild-wasm devDependencies patch 0.17.17 -> 0.17.18
eslint (source) devDependencies minor 8.38.0 -> 8.39.0
karma-chrome-launcher dependencies minor ~3.1.0 -> ~3.2.0
karma-chrome-launcher devDependencies minor ~3.1.0 -> ~3.2.0
pacote dependencies patch 15.1.1 -> 15.1.2
pacote devDependencies patch 15.1.1 -> 15.1.2
postcss (source) dependencies patch 8.4.22 -> 8.4.23
postcss (source) devDependencies patch 8.4.22 -> 8.4.23
quicktype-core devDependencies patch 23.0.19 -> 23.0.27
verdaccio (source) devDependencies minor 5.23.2 -> 5.24.1
vite (source) dependencies minor 4.2.2 -> 4.3.2
vite (source) devDependencies minor 4.2.2 -> 4.3.2
webpack devDependencies minor 5.79.0 -> 5.80.0
webpack dependencies minor 5.79.0 -> 5.80.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

evanw/esbuild

v0.17.18

Compare Source

  • Fix non-default JSON import error with export {} from (#​3070)

    This release fixes a bug where esbuild incorrectly identified statements of the form export { default as x } from "y" assert { type: "json" } as a non-default import. The bug did not affect code of the form import { default as x } from ... (only code that used the export keyword).

  • Fix a crash with an invalid subpath import (#​3067)

    Previously esbuild could crash when attempting to generate a friendly error message for an invalid subpath import (i.e. an import starting with #). This happened because esbuild originally only supported the exports field and the code for that error message was not updated when esbuild later added support for the imports field. This crash has been fixed.

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

karma-runner/karma-chrome-launcher

v3.2.0

Compare Source

Features
  • add process.env.ProgramW6432 as root location for binaries (12a73db)

3.1.1 (2022-03-09)

Bug Fixes
  • artificially trigger a release (83fdc3c)
npm/pacote

v15.1.2

Compare Source

Documentation
Dependencies
postcss/postcss

v8.4.23

Compare Source

  • Fixed warnings in TypeDoc.
quicktype/quicktype

v23.0.27

Compare Source

v23.0.26

Compare Source

v23.0.25

Compare Source

v23.0.24

Compare Source

v23.0.23

Compare Source

v23.0.22

Compare Source

v23.0.21

Compare Source

v23.0.20

Compare Source

verdaccio/verdaccio

v5.24.1

Compare Source

5.24.1 (2023-04-24)
Bug Fixes

v5.24.0

Compare Source

Features
Bug Fixes
vitejs/vite

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features
Performance
Bug Fixes
Clean up
Previous Changelogs
4.3.0-beta.8 (2023-04-19)

See 4.3.0-beta.8 changelog

4.3.0-beta.7 (2023-04-17)

See 4.3.0-beta.7 changelog

4.3.0-beta.6 (2023-04-14)

See 4.3.0-beta.6 changelog

4.3.0-beta.5 (2023-04-11)

See 4.3.0-beta.5 changelog

4.3.0-beta.4 (2023-04-09)

See 4.3.0-beta.4 changelog

4.3.0-beta.3 (2023-04-07)

See 4.3.0-beta.3 changelog

4.3.0-beta.2 (2023-04-05)

See 4.3.0-beta.2 changelog

4.3.0-beta.1 (2023-03-29)

See 4.3.0-beta.1 changelog

4.3.0-beta.0 (2023-03-23)

See 4.3.0-beta.0 changelog

webpack/webpack

v5.80.0

Compare Source

New Features
Bug Fixes
Tests & Contributor Experience
  • [CSS] - Added test case for @supports field by [@​

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - 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, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Apr 20, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 20, 2023
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 3 times, most recently from 4950b75 to 86199d3 Compare April 20, 2023 21:14
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch 6 times, most recently from 76c7149 to 640522e Compare April 24, 2023 18:15
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate target: major This PR is targeted for the next major release target: minor This PR is targeted for the next minor release and removed target: minor This PR is targeted for the next minor release target: rc This PR is targeted for the next release-candidate target: major This PR is targeted for the next major release labels Apr 24, 2023
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 640522e to 145d32d Compare April 25, 2023 05:16
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from 145d32d to bc5b95c Compare April 25, 2023 14:16
@angular-robot angular-robot bot merged commit 7a7ad7f into angular:main Apr 25, 2023
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch April 25, 2023 16:16
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants