Skip to content

chore(deps): update npm packages (major) #337

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/plausible ^0.2.4 -> ^1.2.0 age adoption passing confidence
@types/node (source) ^20.11.27 -> ^22.15.1 age adoption passing confidence
case-police ^0.6.1 -> ^2.0.0 age adoption passing confidence
jiti ^1.21.0 -> ^2.4.2 age adoption passing confidence
minisearch (source) ^6.3.0 -> ^7.1.2 age adoption passing confidence
pkg-types ^1.0.3 -> ^2.1.0 age adoption passing confidence

Release Notes

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

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.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.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.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

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 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 e17210f to 6138135 Compare January 28, 2025 02:38
@renovate renovate bot force-pushed the renovate/major-npm branch 2 times, most recently from 5b05d22 to 0a2c792 Compare February 4, 2025 02:54
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from 3594875 to 30cddaf Compare February 14, 2025 00:44
@renovate renovate bot force-pushed the renovate/major-npm branch 3 times, most recently from 9b10916 to 3f2b6b4 Compare February 25, 2025 15:12
@renovate renovate bot force-pushed the renovate/major-npm branch 5 times, most recently from dc91714 to 2adca4e Compare March 3, 2025 18:18
@renovate renovate bot force-pushed the renovate/major-npm branch from 2adca4e to 9562013 Compare March 8, 2025 08:41
@renovate renovate bot force-pushed the renovate/major-npm branch 4 times, most recently from 8e60a72 to 123aab8 Compare March 28, 2025 13:35
@renovate renovate bot force-pushed the renovate/major-npm branch 4 times, most recently from 23bcf8d to 0d50849 Compare April 2, 2025 20:39
@renovate renovate bot force-pushed the renovate/major-npm branch from 0d50849 to 648f320 Compare April 12, 2025 01:13
@renovate renovate bot force-pushed the renovate/major-npm branch from 648f320 to 5c87466 Compare April 24, 2025 22:13
@renovate renovate bot force-pushed the renovate/major-npm branch from 5c87466 to 7718797 Compare April 25, 2025 05:24
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.

0 participants