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 all non-major dependencies #76

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.0.0-next.563 -> ^1.0.0-next.571 age adoption passing confidence
@types/node (source) ^18.11.9 -> ^18.11.10 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.44.0 -> ^5.45.0 age adoption passing confidence
@typescript-eslint/parser ^5.44.0 -> ^5.45.0 age adoption passing confidence
eslint (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
lint-staged ^13.0.4 -> ^13.1.0 age adoption passing confidence
tsm ^2.2.2 -> ^2.3.0 age adoption passing confidence

Release Notes

sveltejs/kit

v1.0.0-next.571

Compare Source

Patch Changes
  • [fix] use searchParams for x-sveltekit-invalidated (#​7912)

  • [fix] correct Vite config merging with force option (#​7911)

  • [fix] rebuild manifest when client hooks or param matcher file is added/removed (#​7915)

v1.0.0-next.570

Compare Source

Patch Changes
  • Remove prepublishOnly script (#​7893)

v1.0.0-next.567

Compare Source

Patch Changes
  • Co-locate synthetic types with other Kit types (#​7864)

v1.0.0-next.566

Compare Source

Patch Changes

v1.0.0-next.565

Compare Source

Patch Changes
  • [breaking] Replace data-sveltekit-prefetch with -preload-code and -preload-data (#​7776)

  • [breaking] Rename prefetch to preloadData and prefetchRoutes to preloadCode (#​7776)

v1.0.0-next.564

Compare Source

Patch Changes
  • [chore] upgrade undici (#​7830)

  • Make $page.url resilient against mutations (#​7827)

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

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.45.0

Compare Source

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

eslint/eslint

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

okonet/lint-staged

v13.1.0

Compare Source

Features
lukeed/tsm

v2.3.0

Compare Source

Features

  • Bump esbuild to ^15.16.0 version.
    Previously using the 14.x release cycle.
    This 15.x range includes features such as:
    * Yarn Plug'N'Play (PnP) support
    * Improved Yarn Workspaces support
    * New supported options (accessible within tsm config)
    * Support for TypeScript 4.9 satisfies operator (#​42)
    * Improved imports subpath resolution (#​31)
    * Adds deno as a valid target value
    * & more.. see esbuild changelog!

Patches

  • Correctly resolve non-.js file when requiring or importing the would-be .js virtual path (#​33):
    TypeScript allows (and expects) you to write import("./App.js") in your source, even though only App.tsx or App.jsx exists on disk. There are many other extension aliases like this, all of which are now supported:

    "*.js"  // <-- [".js", ".ts", ".tsx", ".jsx"]
    "*.mjs" // <-- [".mjs", ".mts"]
    "*.cjs" // <-- [".cjs", ".cts"]
    "*.jsx" // <-- [".jsx", ".tsx"]
  • Fix dynamic imports within CommonJS files (#​27)
    Previously, tsm left dynamic imports alone, relying on native behavior. However, this meant that the node -r tsm <file> usage might encounter code like import("./Post.tsx") that would throw an error because native import() cannot deal with the .tsx file type. This release now covers this use case, allowing CommonJS/--require users to dynamically import any non-.js file... tsm will transform it correctly, as configured.

  • Improve source map support for tsm <file> CLI usage (#​32):
    When running tsm directly, the --enable-source-maps flag is enabled for native Node.js sourcemap support. This means that any errors / stack traces will correctly map to the .ts source locations!

    Note: If running node -r tsm or node --loader tsm, then you must include the --enable-source-maps flag manually.


Full Changelog: lukeed/tsm@v2.2.2...v2.3.0


Configuration

📅 Schedule: Branch creation - "before 3am 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.


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

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

@renovate renovate bot added the dependencies label Dec 5, 2022
@stackblitz
Copy link

stackblitz bot commented Dec 5, 2022

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy merged commit 9def463 into main Dec 5, 2022
@bluwy bluwy deleted the renovate/all-minor-patch branch December 5, 2022 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant