Skip to content

chore(deps): update all non-major dependencies - #1238

Merged
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch
Dec 1, 2023
Merged

chore(deps): update all non-major dependencies#1238
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.10.0 -> ^20.10.1 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.12.0 -> ^6.13.1 age adoption passing confidence
@typescript-eslint/parser ^6.12.0 -> ^6.13.1 age adoption passing confidence
esbuild ^0.19.7 -> ^0.19.8 age adoption passing confidence
sortablejs ^1.15.0 -> ^1.15.1 age adoption passing confidence
vite (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence

Release Notes

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

v6.13.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.13.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

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

v6.13.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.13.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

evanw/esbuild (esbuild)

v0.19.8

Compare Source

  • Add a treemap chart to esbuild's bundle analyzer (#​2848)

    The bundler analyzer on esbuild's website (https://esbuild.github.io/analyze/) now has a treemap chart type in addition to the two existing chart types (sunburst and flame). This should be more familiar for people coming from other similar tools, as well as make better use of large screens.

  • Allow decorators after the export keyword (#​104)

    Previously esbuild's decorator parser followed the original behavior of TypeScript's experimental decorators feature, which only allowed decorators to come before the export keyword. However, the upcoming JavaScript decorators feature also allows decorators to come after the export keyword. And with TypeScript 5.0, TypeScript now also allows experimental decorators to come after the export keyword too. So esbuild now allows this as well:

    // This old syntax has always been permitted:
    @​decorator export class Foo {}
    @​decorator export default class Foo {}
    
    // This new syntax is now permitted too:
    export @​decorator class Foo {}
    export default @​decorator class Foo {}

    In addition, esbuild's decorator parser has been rewritten to fix several subtle and likely unimportant edge cases with esbuild's parsing of exports and decorators in TypeScript (e.g. TypeScript apparently does automatic semicolon insertion after interface and export interface but not after export default interface).

  • Pretty-print decorators using the same whitespace as the original

    When printing code containing decorators, esbuild will now try to respect whether the original code contained newlines after the decorator or not. This can make generated code containing many decorators much more compact to read:

    // Original code
    class Foo {
      @​a @​b @​c abc
      @​x @​y @​z xyz
    }
    
    // Old output
    class Foo {
      @​a
      @​b
      @​c
      abc;
      @​x
      @​y
      @​z
      xyz;
    }
    
    // New output
    class Foo {
      @​a @​b @​c abc;
      @​x @​y @​z xyz;
    }
SortableJS/Sortable (sortablejs)

v1.15.1

Compare Source

  • #​2203: Fix multi drag sort event not firing
  • #​2263: Only call onDrop on destroy if dragged element inside parent element
  • #​1686: Prevent drag item from jumping to end of list if last element has smaller width/height
vitejs/vite (vite)

v5.0.4

Compare Source

v5.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - "on friday" (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.


  • If you want to rebase/retry this PR, check this box

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

@forking-renovate forking-renovate Bot added the 📦 dependencies Pull requests that update a dependency file label Dec 1, 2023
@codecov

codecov Bot commented Dec 1, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a053f41) 100.00% compared to head (ca529e2) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1238   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          246       246           
  Lines        17293     17293           
  Branches      6254      6254           
=========================================
  Hits         17293     17293           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding
ghiscoding merged commit 43444f0 into ghiscoding:master Dec 1, 2023
@renovate-bot
renovate-bot deleted the renovate/all-minor-patch branch December 1, 2023 03:58
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants