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 npm packages (major) #337

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.0.3 age adoption passing confidence
@types/node (source) ^20.11.27 -> ^22.9.0 age adoption passing confidence
jiti ^1.21.0 -> ^2.4.0 age adoption passing confidence
minisearch (source) ^6.3.0 -> ^7.1.0 age adoption passing confidence

Release Notes

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

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
unjs/jiti (jiti)

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

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