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 devdependencies (non-major) #902

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/cli (source) 5.5.0 -> 5.5.1 age adoption passing confidence
@tauri-apps/cli 1.5.4 -> 1.5.6 age adoption passing confidence
@types/file-saver (source) 2.0.6 -> 2.0.7 age adoption passing confidence
@types/lodash (source) 4.14.200 -> 4.14.201 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.9.0 age adoption passing confidence
@types/react (source) 18.2.29 -> 18.2.36 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.8.0 -> 6.10.0 age adoption passing confidence
@typescript-eslint/parser 6.8.0 -> 6.10.0 age adoption passing confidence
@vitejs/plugin-react-swc 3.4.0 -> 3.4.1 age adoption passing confidence
eslint (source) 8.51.0 -> 8.53.0 age adoption passing confidence
happy-dom 12.9.1 -> 12.10.3 age adoption passing confidence
knip 2.35.0 -> 2.40.0 age adoption passing confidence
semantic-release 22.0.5 -> 22.0.7 age adoption passing confidence

Release Notes

ionic-team/capacitor (@​capacitor/cli)

v5.5.1

Compare Source

Bug Fixes
tauri-apps/tauri (@​tauri-apps/cli)

v1.5.6: @​tauri-apps/cli v1.5.6

Compare Source

[1.5.6]

Bug Fixes
  • 5264e41d(#​8082) Downgraded rust-minisign to 0.7.3 to fix signing updater bundles with empty passwords.
Dependencies

v1.5.5: @​tauri-apps/cli v1.5.5

Compare Source

[1.5.5]

Enhancements
Bug Fixes
Dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

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

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

v6.10.0

Compare Source

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

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

6.9.1 (2023-10-30)

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

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

v6.9.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.9.0

Compare Source

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

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

vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.4.1

Compare Source

Add support for .mts (fixes #​161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

capricorn86/happy-dom (happy-dom)

v12.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fix for week being wrong sometimes as it is not calculated as UTC in HTMLInputElement.valueAsDate(). (#​1144)

Thank you @​IGx89 for your contribution!

v12.10.2

Compare Source

👷‍♂️ Patch fixes
  • Element.cloneNode() should not clone scroll properties. (#​1148)

v12.10.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes wrong callback parameter order of "key" and "value" in FormData.forEach(). (#​1136)

Thank you @​armandabric for your contribution!

v12.10.0

Compare Source

🎨 Features
  • Adds support for Navigator.sendBeacon(). (#​309)
  • Adds support for the property Window.CSSStyleDeclaration. (#​309)

v12.9.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes Node 18.18.2+ support in @happy-dom/global-registrator by not binding classes to the global object. (#​1140)

Thank you @​IGx89 for your contribution!

webpro/knip (knip)

v2.40.0

Compare Source

v2.39.0

Compare Source

v2.38.6

Compare Source

  • Fix up remark plugin (cd0be45)
  • Fix pkgName for additional workspaces (d042d55)

v2.38.5

Compare Source

  • Regenerate docs (13849ef)
  • Add fixtures around import calls access prop (#​317) (4f95977)
  • Unique test titles (7518192)
  • Start using virtual file paths for common imported extnames (resolves #​322) (0223be5)
  • Reuse custom module resolver when handling referenced deps (fixes #​319) (6d35bb2)
  • Update dependencies (981dadc)
  • Reuse loadFile and ignore fake requests (resolves #​325) (008e3a7)
  • Add DefinitelyTyped-tools to integration.yml (e37f15b)
  • Extend imports-namespace fixture (#​317) (150ef27)
  • Housekeeping graphql-codegen plugin (8d9ee61)

v2.38.4

Compare Source

  • Ignore --require for adb program (4afe6db)

v2.38.3

Compare Source

  • Downgrade zod-validation-error (for Node.js v16 support) (fixes #​321) (974216f)

v2.38.2

Compare Source

  • Update dependencies (805ac5e)
  • Filter http url's out from script dependencies (resolves #​318) (1ffd290)
  • Ignore unresolved imports that look external but have ignored extension (resolves #​311) (e8859e7)
  • Fix entry file patterns in storybook plugin (resolves #​313) (cdff59b)

v2.38.1

Compare Source

  • Update depdencies (bbfd39c)
  • Update Storybook entry patterns and support pattern object (fixes #​312) (bba540d)
  • Minor housekeeping (762cc2c)

v2.38.0

Compare Source

v2.37.0

Compare Source

  • Reuse same obj w/ slightly different pos (EOL on win32 is one more char) (d1c6cf4)
  • Add jsonExt reporter to output JSON with row/col of exports/types issues (#​288) (7e483d4)
  • Add line, col & pos to exports/types issues (#​288) (92c4a80)

v2.36.0

Compare Source

  • Update dependencies (e765d74)
  • Extend PackageJson type with plugin config keys (6d67c07)
  • Return production dependency from typescript plugin (#​186) (1da495f)
  • Fix typo in schema.json (085b8a1)
  • Extend async function config support to vitest plugin (#​303) (407be68)
  • Support mjs files for prettier configuration (#​306) (766a9a0)
semantic-release/semantic-release (semantic-release)

v22.0.7

Compare Source

Bug Fixes
Features

v22.0.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link

vercel bot commented Oct 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
2do-txt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 8:37pm

@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.2.30 chore(deps): update devdependencies (non-major) Oct 19, 2023
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7b1b62e to f96a726 Compare October 19, 2023 22:39
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from f96a726 to aaa8d6a Compare October 20, 2023 16:15
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from aaa8d6a to 230d60d Compare October 20, 2023 21:36
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 230d60d to 76e1d33 Compare October 22, 2023 13:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 76e1d33 to d89b57c Compare October 22, 2023 18:09
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d89b57c to 3d7f4a0 Compare October 23, 2023 14:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 3d7f4a0 to c7d8f95 Compare October 23, 2023 20:18
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from c7d8f95 to d6881e5 Compare October 24, 2023 05:06
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d6881e5 to 862570a Compare October 24, 2023 19:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 862570a to ead1fd4 Compare October 25, 2023 16:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ead1fd4 to 907c9ee Compare October 25, 2023 20:22
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 907c9ee to 378a2ae Compare October 26, 2023 06:33
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 378a2ae to aed4da5 Compare October 26, 2023 10:45
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from aed4da5 to d934816 Compare October 27, 2023 07:42
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1a23887 to 86cfb7c Compare October 31, 2023 12:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 86cfb7c to 275dec6 Compare November 1, 2023 16:30
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 275dec6 to e80abdc Compare November 1, 2023 21:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e80abdc to 2830df4 Compare November 2, 2023 01:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2830df4 to 1c2529b Compare November 3, 2023 16:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1c2529b to 7bbfdba Compare November 3, 2023 22:38
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7bbfdba to ed0a0de Compare November 4, 2023 04:32
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ed0a0de to 4daa01a Compare November 5, 2023 13:50
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 4daa01a to 30b77c9 Compare November 6, 2023 12:49
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 30b77c9 to 6c8d9e6 Compare November 6, 2023 18:28
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 6c8d9e6 to b08f8e4 Compare November 7, 2023 04:49
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b08f8e4 to 0a9152e Compare November 7, 2023 20:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0a9152e to c23a3d9 Compare November 7, 2023 20:36
@sodenn sodenn merged commit f1c3330 into main Nov 7, 2023
10 checks passed
@sodenn sodenn deleted the renovate/devdependencies-(non-major) branch November 7, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant