Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

This PR contains the following updates:

Package Change Age Confidence
@nuxtjs/plausible ^0.2.4 -> ^2.0.1 age confidence
@types/node (source) ^20.11.27 -> ^24.10.0 age confidence
case-police ^0.6.1 -> ^2.0.0 age confidence
jiti ^1.21.0 -> ^2.6.1 age confidence
minisearch (source) ^6.3.0 -> ^7.2.0 age confidence
pkg-types ^1.0.3 -> ^2.3.0 age confidence
vis-data (source) ^7.1.9 -> ^8.0.3 age confidence
vis-network (source) ^9.1.9 -> ^10.0.2 age confidence

Release Notes

nuxt-modules/plausible (@​nuxtjs/plausible)

v2.0.1

Compare Source

   🏎 Performance
    View changes on GitHub

v2.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v1.2.0

Compare Source

[!NOTE]
Yes, this release contains a breaking change. However, the proxy path introduced in v1.1 wasn't working properly. Thus, the breaking change as well as its refactors will fix the feature in the first place. There is no real breaking change for the developer.

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v1.1.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/case-police (case-police)

v2.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v1.0.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub
unjs/jiti (jiti)

v2.6.1

Compare Source

compare changes

🩹 Fixes
  • interop: Only passthrough default if it is not a promise (#​408)
📦 Build
  • Revert to terser-webpack-plugin (#​407)
🏡 Chore
❤️ Contributors

v2.6.0

Compare Source

compare changes

🔥 Performance
  • Lazy load babel transform (#​405)
🩹 Fixes
  • cjs-interop: Handle function default exports (#​396)
  • Always use native for node: specifiers (#​392)
📦 Build
🏡 Chore
✅ Tests
  • Update deno and bun native test ignores (df844f8)
  • New bench script (6404427)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Volodymyr Kolesnykov (@​sjinks)
  • Jungwoo LEE <jungwoo3490@​naver.com>

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • interop: Passthrough module if it is a promise (#​389)
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use sha256 for cache entries in fips mode (#​375)
  • rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#​379)
🩹 Fixes
  • Interop modules with nil default export (#​377)
  • register: Handle require(<json>) (#​374)
🏡 Chore
✅ Tests
  • Update snapshot (c7cfeed)
  • Only include src for coverage report (#​372)
❤️ Contributors

v2.4.2

Compare Source

compare changes

🩹 Fixes
  • cache: Add +map suffix to fs entries when sourceMaps enabled (#​352)
  • Use native require cache of loaded entries only (#​348)
🏡 Chore
✅ Tests
  • Simplify snapshot tests (#​351)
❤️ Contributors

v2.4.1

Compare Source

compare changes

🩹 Fixes
  • Interop modules with primitive default export (#​343)
🏡 Chore
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support generic type for jiti.import<T> (#​331)
🩹 Fixes
  • Try to resolve .ts files with .js extension from js files (#​337)
🏡 Chore
🤖 CI
❤️ Contributors

v2.3.3

Compare Source

compare changes

🩹 Fixes
  • eval: Return fallback value (#​326)
💅 Refactors
  • Remove some unused exports (#​327)
❤️ Contributors

v2.3.2

Compare Source

compare changes

🩹 Fixes
  • eval: Fallback in async mode (#​325)
🏡 Chore
❤️ Contributors

v2.3.1

Compare Source

compare changes

🩹 Fixes
  • Conditional access to mod.default (8c30a94)
🏡 Chore
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • Support jiti.import(id, {default: true}) (#​323)
🩹 Fixes
  • interopDefault: Avoid in operator for primitive inputs (#​321)
💅 Refactors
  • interopDefault: Simplify logic for default export checks (#​322)
📖 Documentation
  • Fix format (#​320)
  • Update interopDefault description and reference (61891a0)
  • Add note about interop default (537fa39)
🏡 Chore
❤️ Contributors

v2.2.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • Use smarter proxy for interopDefault (#​318)
💅 Refactors
  • Inline interopDefault from mlly (8826047)
🤖 CI
❤️ Contributors

v2.1.2

Compare Source

compare changes

🌊 Types
  • Use local NodeModule type (718bea2)
❤️ Contributors

v2.1.1

Compare Source

compare changes

🩹 Fixes
  • types: Add standalone types for node require (#​316)
🏡 Chore
✅ Tests
  • Add dependency tests (1d86ca3)
  • Ignore deps for node native register (e7ffe04)
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Enhancements
  • Enable interopDefault by default (#​310)
  • Support import.meta.dirname and import.meta.filename (#​308)
🔥 Performance
  • cli: Enable node 22 compile cache (#​312)
🩹 Fixes
  • Make TransformOptions type strict to allow auto-complete (#​305)
  • Properly handle tsx (#​311)
💅 Refactors
📦 Build
  • Fix /register and /native subpath types for Node10 module resolution (#​304)
🏡 Chore
❤️ Contributors

v2.0.0

Compare Source

compare changes

🚀 Enhancements
  • Handle data: imports (non-native only) (#​299)
  • Support jsx (#​200)
  • Eval esm modules with fallback loader (#​300)
  • Support import.meta.resolve (#​301)
🩹 Fixes
  • Handle global url instance mismatch (#​298)
  • Optional access to Reflect.metadata (#​165)
  • Add only paths option to native require.resolve (50e4280)
💅 Refactors
  • Make jiti.esmResolve consistent with import.meta.resolve (#​303)
📖 Documentation
  • Add example for inline JITI_ALIAS (a53715a)
🏡 Chore
❤️ Contributors

v1.21.7

Compare Source

compare changes (📦 bundled dependencies updated)

🩹 Fixes
  • Use native require cache of loaded entries only Node.js 22.12.+ compatibility (#​349)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
lucaong/minisearch (minisearch)

v7.2.0

Compare Source

  • [fix] Relax the return type of extractField to allow non-string values
    (when a field is stored but not indexed, it can be any type)
    • Add stringifyField option to customize how field values are turned into strings
      for indexing

v7.1.3

Compare Source

v7.1.2

Compare Source

  • [fix] Correctly specify that MiniSearch targets ES9 (ES2018), not ES6
    (ES2015), due to the use of Unicode character class escapes in the
    tokenizer RegExp. Note: the README explains how to achieve ES2015
    compatibility.

v7.1.1

Compare Source

  • [fix] Fix ability to pass the default filter search option in the
    constructor alongside other search options

v7.1.0

Compare Source

  • Add boostTerm search option to apply a custom boosting factor to specific
    terms in the query

v7.0.2

Compare Source

  • [fix] Fix regression on tokenizer producing blank terms when multiple
    contiguous spaces or punctuation characters are present in the input,
    introduced in v7.0.0.

v7.0.1

Compare Source

  • [fix] Fix type definitions directory in package.json (by
    @​brenoepics
    • [fix] Remove redundant versions of distribution files and simplify build

v7.0.0

Compare Source

This is a major release, but the only real breaking change is that it targets
ES6 (ES2015) and later. This means that it will not work in legacy browsers,
most notably Internet Explorer 11 and earlier (by now well below 1% global
usage according to https://caniuse.com). Among other benefits, this reduces the
package size (from 8.8KB to 5.8KB minified and gzipped).

  • [breaking change] Target ES6 (ES2015) and later, dropping support for
    Internet Explorer 11 and earlier.
  • [breaking change] Better TypeScript type of combineWith search option
    values, catching invalid operators at compile time. Note that this is a
    breaking change only if one was using unlikely weird casing for the
    combineWith option. For example, AND, and, And are all still valid,
    but aNd won't compile anymore.
  • More informative error when specifying an invalid value for combineWith
    in JavaScript (in TypeScript this would be a compile time error)
  • Use the Unicode flag to simplify the tokenizer regular expression
  • Add loadJSONAsync method, to load a serialized index asynchronously
unjs/pkg-types (pkg-types)

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • packagejson: Object format support for workspaces field (#​236)
  • Add deno.lock to known lockfiles (#​244)
  • Support package.json5 and package.yaml (#​234)
  • updatePackage, sortPackage and normalizePackage utils (#​240)
🏡 Chore
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • findWorkspaceDir: Add support for Deno workspace detection (#​231)
🏡 Chore
❤️ Contributors

v2.1.1

Compare Source

compare changes

📖 Documentation
🌊 Types
  • packagejson: Autocompletion for script names (#​229)
  • packagejson: Add funding field (#​224)
  • funding field is optional (a82b636)
🏡 Chore
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Enhancements
  • Git config utils (#​217)
  • findWorkspaceDir: Detect workspace files (#​219)
  • findWorkspaceDir: Configurable strategy (#​220)
🔥 Performance
  • findFile: Test input itself if matching filename (#​221)
🩹 Fixes
  • Avoid fallback if starting point cannot be resolved (#​216)
  • findWorkspaceDir: Update default strategy (#​222)
🏡 Chore
❤️ Contributors

v2.0.1

Compare Source

compare changes

🩹 Fixes
  • Use exsolve for resolving paths (#​215)
🏡 Chore
❤️ Contributors

v2.0.0

Compare Source

compare changes

💅 Refactors
  • ⚠️ Improve resolving and install size (#​213)
📦 Build
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Improve resolving and install size (#​213)
❤️ Contributors

v1.3.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • types: Add packageManager field to PackageJson (#​204)
🏡 Chore
🤖 CI
  • Enable tests on windows (#​205)
❤️ Contributors

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • Optional fields from publishConfig (#​194)
  • tsconfig: Add missing references key (#​198)
🏡 Chore
✅ Tests
  • packagejson: Add tests for partial objects (e2dc735)
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Add more fields into package.json (#​190)
🏡 Chore
❤️ Contributors

v1.1.3

Compare Source

compare changes

🩹 Fixes
  • Fix types for PackageJson exports (#​185)
🏡 Chore
  • Update tsconfig and enable type tests (#​184)
🤖 CI
  • Enable --typecheck for vitest step (cacfa8e)
❤️ Contributors

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Expand the types of exports (#​183)
🏡 Chore
❤️ Contributors

v1.1.1

Compare Source

compare changes

🩹 Fixes
  • Check for all lockfiles before ascending directories (#​179)
🏡 Chore
❤️ Contributors

v1.1.0

Compare Source

compare changes

🚀 Enhancements
  • Auto detect and preserve format (#​175)
  • Try to parse package.json as jsonc (#​176)
🩹 Fixes
  • Add object syntax browser field type (#​145)
  • types: Allow extends as array (#​151)
  • Add imports field to the types (#​160)
💅 Refactors
  • Migrate from jsonc-parser to unjs/confbox (#​174)
📖 Documentation
🏡 Chore
❤️ Contributors
visjs/vis-data (vis-data)

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (1b04db9)

v8.0.0

Compare Source

  • feat(package)!: rework to hybrid ESM+CJS package (9e6bce3)
Bug Fixes
  • deps: major vis-* updates (c17459a)
  • deps: major vis-* updates (8ee3861)
BREAKING CHANGES
  • For most people there should be no breaking changes,
    e.g. if you require this package, you'll get CJS, if you import this
    package, you'll get ESM. However, I'm sure there will be edge cases and
    this will require some migration steps for some so I'm labeling it as a
    major (breaking) release.

In case of edge cases, it should suffice to rewrite imports.

v7.1.10

Compare Source

Bug Fixes
  • deps: allow uuid ^10 and ^11 (77010fd)
visjs/vis-network (vis-network)

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes
  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (7a8e860)
  • deps: update dependency uuid to v11 (#​2237) (a5e0b81)

v10.0.0

Compare Source

  • feat(package)!: rework to hybrid ESM+CJS package (118d223)
Bug Fixes
  • deps: major vis-* updates (a2ca25f)
  • deps: major vis-* updates (05a2520)
  • deps: major vis-* updates (dee4f67)
BREAKING CHANGES
  • For most people there should be no breaking changes,
    e.g. if you require this package, you'll get CJS, if you import this
    package, you'll get ESM. However, I'm sure there will be edge cases and
    this will require some migration steps for some so I'm labeling it as a
    major (breaking) release.

In case of edge cases, it should suffice to rewrite imports.

v9.1.13

Compare Source

Performance Improvements

Configuration

📅 Schedule: Branch creation - "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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-npm branch from ab038bd to e12fcc4 Compare July 8, 2024 16:12
@renovate renovate bot changed the title chore(deps): update devdependency @nuxtjs/plausible to v1 chore(deps): update npm packages (major) Jul 8, 2024
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from bebd670 to c00075f Compare July 18, 2024 10:09
@renovate renovate bot force-pushed the renovate/major-npm branch from c00075f to 1ceed9a Compare July 22, 2024 12:29
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 2679fba to ed2c281 Compare August 6, 2024 10:01
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 8776282 to a4a77b5 Compare October 1, 2024 22:03
@renovate renovate bot force-pushed the renovate/major-npm branch 6 times, most recently from 02d9642 to 968ed9e Compare October 7, 2024 19:56
@renovate renovate bot force-pushed the renovate/major-npm branch 6 times, most recently from 4a59e26 to f18e704 Compare November 3, 2024 07:07
@renovate renovate bot force-pushed the renovate/major-npm branch from f18e704 to 1b8f0ac Compare November 5, 2024 03:36
@renovate renovate bot force-pushed the renovate/major-npm branch 6 times, most recently from 79fe529 to 1703fc6 Compare November 23, 2024 05:11
@renovate renovate bot force-pushed the renovate/major-npm branch from 1703fc6 to 22d994d Compare November 25, 2024 17:47
@renovate renovate bot force-pushed the renovate/major-npm branch 4 times, most recently from c8c1b6a to 9716c2f Compare August 15, 2025 11:25
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from cb85fb9 to 5cfc383 Compare August 25, 2025 11:30
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from f9ab313 to a03798d Compare September 4, 2025 10:56
@renovate renovate bot force-pushed the renovate/major-npm branch 5 times, most recently from abec36c to 76c3239 Compare September 16, 2025 23:42
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 767aabf to fbd2a0b Compare September 22, 2025 15:06
@renovate renovate bot force-pushed the renovate/major-npm branch 4 times, most recently from bd82ef5 to fe36acc Compare October 1, 2025 22:31
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from cbb7566 to 08e91f7 Compare October 11, 2025 14:32
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from 9c7d09b to 8a2f05a Compare October 21, 2025 18:54
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 4bdc9e0 to 14b5c9b Compare October 29, 2025 01:34
@renovate renovate bot force-pushed the renovate/major-npm branch from 14b5c9b to 6867aa5 Compare November 3, 2025 03:47
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