fix(deps): update all non-major dependencies #31
                
     Merged
            
            
          
  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:
^7.22.17->^7.22.20^7.20.1->^7.20.2^20.6.0->^20.6.2^0.19.2->^0.19.38.7.4->8.7.6^3.12.8->^3.12.10^1.4.0->^1.5.0Release Notes
babel/babel (@babel/core)
v7.22.20Compare Source
🏠 Internal
babel-helper-validator-identifierbabel-plugin-transform-dotall-regex↩️ Revert
babel-helper-remap-async-to-generator,babel-helper-wrap-function,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-function-sent,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-parameters,babel-plugin-transform-runtime,babel-preset-envv7.22.19Compare Source
v7.22.19 (2023-09-14)
Re-published 7.22.18, due to a releasing error.
v7.22.18Compare Source
🐛 Bug Fix
babel-helper-validator-identifierbabel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd↩️ Revert
evanw/esbuild (esbuild)
v0.19.3Compare Source
Fix
list-style-typewith thelocal-cssloader (#3325)The
local-cssloader incorrectly treated all identifiers provided tolist-style-typeas a custom local identifier. That included identifiers such asnonewhich have special meaning in CSS, and which should not be treated as custom local identifiers. This release fixes this bug:Note that this bug only affected code using the
local-cssloader. It did not affect code using thecssloader.Avoid inserting temporary variables before
use strict(#3322)This release fixes a bug where esbuild could incorrectly insert automatically-generated temporary variables before
use strictdirectives:Adjust TypeScript
enumoutput to better approximatetsc(#3329)TypeScript enum values can be either number literals or string literals. Numbers create a bidirectional mapping between the name and the value but strings only create a unidirectional mapping from the name to the value. When the enum value is neither a number literal nor a string literal, TypeScript and esbuild both default to treating it as a number:
However, TypeScript does constant folding slightly differently than esbuild. For example, it may consider template literals to be string literals in some cases:
The template literal initializer for
PRESENTis treated as a string while the template literal initializer forMISSINGis treated as a number. Previously esbuild treated both of these cases as a number but starting with this release, esbuild will now treat both of these cases as a string. This doesn't exactly match the behavior oftscbut in the case where the behavior divergestscreports a compile error, so this seems like acceptible behavior for esbuild. Note that handling these cases completely correctly would require esbuild to parse type declarations (see thedeclarekeyword), which esbuild deliberately doesn't do.Ignore case in CSS in more places (#3316)
This release makes esbuild's CSS support more case-agnostic, which better matches how browsers work. For example:
Please never actually write code like this.
Improve the error message for
nullentries inexports(#3377)Package authors can disable package export paths with the
exportsmap inpackage.json. With this release, esbuild now has a clearer error message that points to thenulltoken inpackage.jsonitself instead of to the surrounding context. Here is an example of the new error message:Parse and print the
withkeyword inimportstatementsJavaScript was going to have a feature called "import assertions" that adds an
assertkeyword toimportstatements. It looked like this:The feature provided a way to assert that the imported file is of a certain type (but was not allowed to affect how the import is interpreted, even though that's how everyone expected it to behave). The feature was fully specified and then actually implemented and shipped in Chrome before the people behind the feature realized that they should allow it to affect how the import is interpreted after all. So import assertions are no longer going to be added to the language.
Instead, the current proposal is to add a feature called "import attributes" instead that adds a
withkeyword to import statements. It looks like this:This feature provides a way to affect how the import is interpreted. With this release, esbuild now has preliminary support for parsing and printing this new
withkeyword. Thewithkeyword is not yet interpreted by esbuild, however, so bundling code with it will generate a build error. All this release does is allow you to use esbuild to process code containing it (such as removing types from TypeScript code). Note that this syntax is not yet a part of JavaScript and may be removed or altered in the future if the specification changes (which it already has once, as described above). If that happens, esbuild reserves the right to remove or alter its support for this syntax too.pnpm/pnpm (pnpm)
v8.7.6Compare Source
Patch Changes
prepublishOnlyscripts of git-hosted dependencies #7026.use-node-versionornode-versionisn't passed down tocheckEnginewhen using pnpm workspace, resulting in an error #6981.node_modules#6756.Our Gold Sponsors
Our Silver Sponsors
v8.7.5Compare Source
Patch Changes
node_modules/.pnpm#7069.Our Gold Sponsors
Our Silver Sponsors
esbuild-kit/tsx (tsx)
v3.12.10Compare Source
Bug Fixes
This release is also available on:
v3.12.9Compare Source
Bug Fixes
globalPreloadwarning (#308) (f295c50)unjs/unplugin (unplugin)
v1.5.0Compare Source
Bug Fixes
Features
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.