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

fix(deps): update all non-major dependencies #423

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@npmcli/arborist ^6.1.3 -> ^6.1.4 age adoption passing confidence
@types/node (source) ^18.11.9 -> ^18.11.10 age adoption passing confidence
@types/yargs (source) ^17.0.14 -> ^17.0.15 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
libnpmpublish (source) ^7.0.4 -> ^7.0.5 age adoption passing confidence
minimatch ^5.1.0 -> ^5.1.1 age adoption passing confidence
nx (source) 15.2.1 -> 15.2.4 age adoption passing confidence
tsm ^2.2.2 -> ^2.3.0 age adoption passing confidence

Release Notes

npm/cli (@​npmcli/arborist)

v6.1.4

Bug Fixes
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

npm/cli (libnpmpublish)

v7.0.5

Compare Source

Dependencies
isaacs/minimatch

v5.1.1

Compare Source

nrwl/nx

v15.2.4

Compare Source

Bug Fixes
Reverts

v15.2.3

Compare Source

Reverts

v15.2.2

Compare Source

Bug Fixes
  • angular: checks for targets existence before attempting to iterate them (#​13287) (3ac2e8e)
  • angular: fix Karma test runner config (#​13293) (724d3cc)
  • angular: update make-angular-cli-faster version map with angular 15 (#​13297) (31326f2)
  • angular: use the browserTarget to calculate project deps for buildable libs support in the dev server (#​13275) (8d56b1b)
  • bundling: fix exclude entries for .lib.swcrc file to exclude spe… (#​13319) (8816c51)
  • core: fix showing help for executors (#​13393) (2eb1897)
  • core: generated package.json should not include duplicates and optional peer deeps (#​13438) (78861e6)
  • devkit: change name schema order in project.json (#​13409) (dd5b967)
  • linter: align reportUnusedDisableDirectives default value (#​13284) (fb2e47c)
  • misc: add configuration option to print-affected (#​13422) (796fd27)
  • misc: axios import breaks when using npx (c127d65)
  • nextjs: check validity of Nx context in withNx plugin (#​13358) (9b71c53)
  • nx-plugin: ensure project has eslint available before adding lint checks for migrations.json(#​13327) (8729916)
  • storybook: remove polyfill.ts from tsconfig (#​13322) (a31aa3b)
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 - "on Thursday" (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, 2022
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #423 (b0d7386) into main (060a7e9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #423   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files         147      147           
  Lines        4359     4359           
  Branches     1011     1011           
=======================================
  Hits         4242     4242           
  Misses        117      117           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit b965cc7 into lerna-lite:main Dec 1, 2022
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch December 1, 2022 01:15
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.

None yet

2 participants