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 dependency dom7 to v4 #197

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dom7 (source) ^3.0.0 -> ^3.0.0 || ^4.0.0 age adoption passing confidence
dom7 (source) ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

nolimits4web/dom7 (dom7)

v4.0.6

Compare Source

Bug Fixes
  • types: fix multiple class definitions on class manipulation methods (#​66) (47ee3c3), closes #​67

v4.0.5

Compare Source

Features

v4.0.4

Compare Source

  • fixed issue with new Array(number) use case

v4.0.3

Compare Source

  • fixed issue with new Array(number) use case

v4.0.2

Compare Source

Features

v4.0.1

Compare Source

Features
  • add "main" and "module" package.json fields (2dfefb7)

4.0.0 - Released on August 25, 2021

  • Increase build target to es6
  • Now it uses only ES module exports in package

4.0.0-beta.2 - Released on August 4, 2021

  • Increase build target to es6

4.0.0-beta.1 - Released on July 22, 2021

  • Now it uses only ES module exports in package

3.0.0 - Released on November 9, 2020

  • New modular export. Now it exports only main Dom7 $ function and all methods. No bundle ESM/CJS version
  • Now Dom7 instances is the extension of Array, e.g. class Dom7 extends Array
    • Which means it has all Array instance methods and properties
  • Iteration methods (like .each, .forEach, .map) now receive (el, index) arguments instead of (index, el) like in v2
  • Improved TypeScript typings

2.1.5 - Released on May 15, 2020

  • Updated to latest ssr-window

2.1.3 - Released on February 11, 2019

  • Fixed issue when .once bound event could still be there after unbinding it with .off

2.1.2 - Released on September 13, 2018

  • Small tweaks for TypeScript definitions

2.1.1 - Released on September 6, 2018

  • Small tweaks for TypeScript definitions

2.1.0 - Released on August 31, 2018

  • Added TypeScript definitions

2.0.7 - Released on June 14, 2018

  • Fixed issue with undefined elements in classList access (#​13)

2.0.6 - Released on May 27, 2018

  • Fixed issue with remove event listeners when they was not added

2.0.5 - Released on April 20, 2018

  • Support for setting array value on multiple select
  • Improved internal events proxies logic for better memory management

2.0.3 - Released on February 21, 2018

  • Fixed issue with not found $.extend in .animate

2.0.2 - Released on February 10, 2018

  • Added ssr-window dependency to throw less errors in SSR environment

2.0.1 - Released on October 2, 2017

  • Modular version dom7.modular.js is more modular now and exports every method separately.

2.0.0 - Released on September 11, 2017

  • Removed XHR (Ajax) functionality
  • Removed $. utilities, including $.parseUrlQuery, $.isArray, $.each, $.unique, $.serializeObject, $.dataset, $.extend

1.7.2 - Released on September 7, 2017

  • Fixed issue when calling .show() always set display: block not respecting actual display property

1.7.1 - Released on September 2, 2017

  • Removed $.getTranslate method
  • Improved logic of $.extend method
  • New dom7.modular.js version for custom es imports, e.g. import { $, Methods, Ajax } from 'dom7.modular.js'

1.7.0 - Released on August 30, 2017

  • New .forEach((element, index)) method
  • New .map((index, element)) method
  • New .toArray() method that converts Dom7 collection to simple array
  • $.supportTouch and $.removeDiacritics helpers removed
  • Fixed issue with detaching live event listener without listener function

1.6.4 - Released on August 2, 2017

  • Fixed issue with handling events without target (e.g. Cordova "resume" event)
  • Fixed issue with Ajax post method throwing error with "multipart/form-data" content type

1.6.3 - Released on May 30, 2017

  • Added shortcut methods click blur focus focusin focusout keyup keydown keypress submit change mousedown mousemove mouseup mouseenter mouseleave mouseout mouseover touchstart touchend touchmove resize scroll

1.6.2 - Released on May 12, 2017

  • Proxified events. Now all events are being added/removed using proxy functions. This allows to pass additional arguments to events handlers and detach all assigned event listener by calling e.g. $$(document).off('someEvent');

1.6.1 - Released on April 19, 2017

  • New Dom7.extend(obj1, obj2, ...) method
  • Added .animate(props, params) and .stop() animation methods
  • Added ES2015 module build

v4.0.0

Compare Source

  • Increase build target to es6
  • Now it uses only ES module exports in package

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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

coderabbitai bot commented Sep 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/dom7-4.x branch 7 times, most recently from 8187567 to 362541d Compare October 4, 2024 01:15
@renovate renovate bot force-pushed the renovate/dom7-4.x branch 16 times, most recently from bb2a13d to fb85372 Compare October 5, 2024 00:10
Copy link

changeset-bot bot commented Oct 5, 2024

⚠️ No Changeset found

Latest commit: ff7c9ca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/dom7-4.x branch 5 times, most recently from 915d2e0 to b883fb8 Compare October 5, 2024 04:38
@renovate renovate bot force-pushed the renovate/dom7-4.x branch 6 times, most recently from b6ee56a to 863df4c Compare November 13, 2024 12:06
@renovate renovate bot force-pushed the renovate/dom7-4.x branch 17 times, most recently from 9f682f3 to 1a2d4a5 Compare November 20, 2024 09:35
@renovate renovate bot force-pushed the renovate/dom7-4.x branch 4 times, most recently from dce933a to c3b7a4e Compare November 26, 2024 08:01
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