Skip to content

Update dependency klona to v2 #111

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: master
Choose a base branch
from
Open

Update dependency klona to v2 #111

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
klona ^1.1.0 -> ^2.0.0 age adoption passing confidence

Release Notes

lukeed/klona

v2.0.6

Compare Source

Patches

  • Add "types" condition to "exports" map for TypeScript "nodenext" support (#​41)
    Thank you @​jakebailey

Full Changelog: lukeed/klona@v2.0.5...v2.0.6

v2.0.5

Compare Source

Patches

  • Handle Object.assign within class constructors (#​31): 7650274
    This fix is only relevant to the klona and klona/lite modules.
    Thank you @​tripodsgames~!

Chores


Full Changelog: lukeed/klona@v2.0.4...v2.0.5

v2.0.4

Compare Source

Patches

  • (klona/full) Ensure prototype methods are copied (#​24): d8720a3

Chores

v2.0.3

Compare Source

Patches

Chores

  • (action) Ensure package.json changes will trigger CI suite: 63eb8e2

v2.0.2

Compare Source

Patches

  • (types) Adjust index.d.ts so that each "mode" entry maintains types definition (#​21): 107e22f

v2.0.1

Compare Source

v2.0.0

Compare Source

Breaking

  • Migrated from default to named export: 11034e1

    ESM/TypeScript

    - import klona from 'klona';
    + import { klona } from 'klona';

    CommonJS

    - const klona = require('klona');
    + const { klona } = require('klona');

Features

  • Added klona/json mode: 1762c15
    Only supports JSON data types.

  • Added klona/lite mode: 8cb217a
    Supports JSON data types, Dates, RegExps, and custom classes.

  • Added DataView, ArrayBuffer, and TypedArray support to klona main entry: 04c176b

  • Added klona/full mode: 1a85948
    Extends klona with support for Symbol properties and non-enumerable properties.

  • Added native ESM support via exports mapping: 9ae0093
    Allows for Node.js import statements to work within native ESM resolvers.

Chores

  • (test) Extract tests into reusable files for composition: 0e8b82b
  • (test) Ensure each "mode" has full test coverage: a64c3fd, 58f4491, 0110463
  • (test) Add class inheritance tests: 4fc79fd
  • (bench): Rework benchmarks for multi-mode fixtures and validations: 46cc9ed
  • (bench): Print benchmark results with explainer: 1a73cd8
  • (readme): Update documentation with Modes comparison section: 3949d6b, d8a44da
  • (meta) Enable GitHub Sponsors button 🙇: 5cb032c

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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