build: update all non-major dependencies#24660
Merged
angular-robot[bot] merged 1 commit intoangular:mainfrom Feb 7, 2023
Merged
build: update all non-major dependencies#24660angular-robot[bot] merged 1 commit intoangular:mainfrom
angular-robot[bot] merged 1 commit intoangular:mainfrom
Conversation
a2c2ea6 to
4825619
Compare
alan-agius4
approved these changes
Feb 6, 2023
68cd583 to
f456392
Compare
f456392 to
0c3cb3b
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.50.0->5.51.05.50.0->5.51.00.17.5->0.17.60.17.5->0.17.60.17.5->0.17.60.17.5->0.17.621.0.9->21.0.105.16.2->5.16.35.16.2->5.16.3Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.51.0Compare Source
Bug Fixes
Features
verbatimModuleSyntax(#6394) (b14d3be)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.51.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
evanw/esbuild
v0.17.6Compare Source
Fix a CSS parser crash on invalid CSS (#2892)
Previously the following invalid CSS caused esbuild's parser to crash:
The crash was caused by trying to construct a helpful error message assuming that there was an opening
{token, which is not the case here. This release fixes the crash.Inline TypeScript enums that are referenced before their declaration
Previously esbuild inlined enums within a TypeScript file from top to bottom, which meant that references to TypeScript enum members were only inlined within the same file if they came after the enum declaration. With this release, esbuild will now inline enums even when they are referenced before they are declared:
This makes esbuild's TypeScript output smaller and faster when processing code that does this. I noticed this issue when I ran the TypeScript compiler's source code through esbuild's bundler. Now that the TypeScript compiler is going to be bundled with esbuild in the upcoming TypeScript 5.0 release, improvements like this will also improve the TypeScript compiler itself!
Fix esbuild installation on Arch Linux (#2785, #2812, #2865)
Someone made an unofficial
esbuildpackage for Linux that adds theESBUILD_BINARY_PATH=/usr/bin/esbuildenvironment variable to the user's default environment. This breaks all npm installations of esbuild for users with this unofficial Linux package installed, which has affected many people. Most (all?) people who encounter this problem haven't even installed this unofficial package themselves; instead it was installed for them as a dependency of another Linux package. The problematic change to add theESBUILD_BINARY_PATHenvironment variable was reverted in the latest version of this unofficial package. However, old versions of this unofficial package are still there and will be around forever. With this release,ESBUILD_BINARY_PATHis now ignored by esbuild's install script when it's set to the value/usr/bin/esbuild. This should unbreak using npm to installesbuildin these problematic Linux environments.Note: The
ESBUILD_BINARY_PATHvariable is an undocumented way to override the location of esbuild's binary when esbuild's npm package is installed, which is necessary to substitute your own locally-built esbuild binary when debugging esbuild's npm package. It's only meant for very custom situations and should absolutely not be forced on others by default, especially without their knowledge. I may remove the code in esbuild's installer that readsESBUILD_BINARY_PATHin the future to prevent these kinds of issues. It will unfortunately make debugging esbuild harder. IfESBUILD_BINARY_PATHis ever removed, it will be done in a "breaking change" release.quicktype/quicktype
v21.0.10Compare Source
terser/terser
v5.16.3Compare Source
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.
This PR has been generated by Renovate Bot.