Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

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

Merged
merged 1 commit into from Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/eslint-config-typescript ^12.0.0 -> ^12.1.0 age adoption passing confidence
@types/html-minifier (source) ^4.0.2 -> ^4.0.4 age adoption passing confidence
@types/lodash.template (source) ^4.5.1 -> ^4.5.2 age adoption passing confidence
critters 0.0.16 -> 0.0.20 age adoption passing confidence
eslint (source) ^8.46.0 -> ^8.52.0 age adoption passing confidence
jiti ^1.19.1 -> ^1.21.0 age adoption passing confidence
pnpm (source) 8.6.10 -> 8.10.2 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
vite (source) ^4.4.7 -> ^4.5.0 age adoption passing confidence
vite-plugin-windicss ^1.9.0 -> ^1.9.1 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.6 age adoption passing confidence

Release Notes

GoogleChromeLabs/critters (critters)

v0.0.20

Compare Source

v0.0.19

Compare Source

v0.0.18

Compare Source

v0.0.17

Compare Source

  • Updated the HTML parser from parse5 to htmlparser2
  • Implemented caching to improve speed of matching class and id based selectors
  • Added option includeSelectors
  • Added option reduceInlineStyles

Feature
Include/Exclude CSS rules via comments in CSS

Feature
Adding Critters containers. Wrap the HTML contents in a data-critters-container container to indicate above the fold HTML.

eslint/eslint (eslint)

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

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

unjs/jiti (jiti)

v1.21.0

Compare Source

compare changes

This release enables forward compatibility for jiti v2 (See roadmap)

🚀 Enhancements
  • Add jiti.import function for async import (#​170)
  • Add forward compatible (stub) types for jiti.import (#​175)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Anthony Fu <anthonyfu117@​hotmail.com>

v1.20.0

Compare Source

compare changes

🚀 Enhancements
  • Experimental native bun support (#​156)
💅 Refactors
  • Replace proposal babel plugins with ecmascript transforms (1fb4d8c)
❤️ Contributors

v1.19.3

Compare Source

compare changes

🩹 Fixes
  • Only replace import.meta.env (c6895d6)
❤️ Contributors

v1.19.2

Compare Source

compare changes

🩹 Fixes
  • Pass custom extensions to esm resolver (#​152)
  • Support import.meta.env and import.meta.env?.prop (#​159)
🏡 Chore
✅ Tests
  • typescript: Remove type-only namespace access (de73bd9)
🎨 Styles
  • Format with prettier v3 (fe61c6e)
  • Format report with prettier (6098284)
❤️ Contributors
pnpm/pnpm (pnpm)

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

v8.10.1

Compare Source

Patch Changes

  • (Important) Tarball resolutions in pnpm-lock.yaml will no longer contain a registry field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile #​7262.
  • Fix issue when trying to use pnpm dlx in the root of a Windows Drive #​7263.
  • Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #​7046.
  • If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package #​7265.
  • After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked @npmcli/arborist to patch it with a fix #​7269.

Our Gold Sponsors

Our Silver Sponsors

v8.10.0

Compare Source

Minor Changes
  • Support for multiple architectures when installing dependencies #​5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }

    Additionally, supportedArchitectures also supports specifying the libc of the system.

  • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #​5806.

Patch Changes
  • Allow scoped name as bin name #​7112.

  • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

  • Print a warning when installing a dependency from a non-existent directory #​7159

  • Should fetch dependency from tarball url when patching dependency installed from git #​7196

  • pnpm setup should add a newline at the end of the updated shell config file #​7227.

  • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #​7212.

  • Wrongful ELIFECYCLE error on program termination #​7164.

  • pnpm publish should not pack the same file twice sometimes #​6997.

    The fix was to update npm-packlist to the latest version.

Our Gold Sponsors
Our Silver Sponsors

v8.9.2

Compare Source

Patch Changes
  • Don't use reflink on Windows #​7186.
  • Do not run node-gyp rebuild if preinstall lifecycle script is present #​7206.
Our Gold Sponsors
Our Silver Sponsors
<

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 251602c to 37d4fba Compare August 1, 2023 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37d4fba to 8a16ac8 Compare August 1, 2023 18:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a16ac8 to dcb030b Compare August 4, 2023 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcb030b to 799c697 Compare August 6, 2023 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 799c697 to ea48090 Compare August 7, 2023 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea48090 to 355af84 Compare August 11, 2023 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 355af84 to 4b88c4d Compare August 12, 2023 16:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b88c4d to 7281718 Compare August 17, 2023 14:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7281718 to 6e8e087 Compare August 18, 2023 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e8e087 to 2903618 Compare August 18, 2023 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2903618 to 4deefa2 Compare August 24, 2023 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4deefa2 to 9a72c7b Compare August 25, 2023 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a72c7b to af9f7a1 Compare August 25, 2023 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af9f7a1 to 259a137 Compare August 26, 2023 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 259a137 to 8b0ce90 Compare August 29, 2023 10:46
@vercel
Copy link

vercel bot commented Oct 3, 2023

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

Name Status Preview Comments Updated (UTC)
nuxt-ui-templates ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2023 5:08pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f80c272 to e967e7c Compare October 5, 2023 09:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e967e7c to 67b6ce1 Compare October 6, 2023 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 242a20e to b271a9b Compare October 15, 2023 15:48
@danielroe danielroe merged commit 9e5ae0a into main Nov 3, 2023
2 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch November 3, 2023 22:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant