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): Bump autosize from 5.0.1 to 6.0.1 #36902

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2023

Bumps autosize from 5.0.1 to 6.0.1.

Release notes

Sourced from autosize's releases.

6.0.1

No release notes provided.

6.0.0

  • Reworked to remove use of cached (potentially stale) style values. Fixes #404
  • Dropped support for Internet Explorer
Changelog

Sourced from autosize's changelog.

Changelog

v.6.0.1 - 2023-02-13
  • Improved performance when appending text onto previous textarea value
v.6.0.0 - 2023-02-10
  • Reworked to remove use of cached (potentially stale) style values. Fixes #404
  • Dropped support for Internet Explorer
v.5.0.2 - 2022-11-20
  • Avoid issue caused by using 'smooth' scroll-behavior
v.5.0.1 - 2021-06-30
  • Changed module field to point to new ESM bundle. Fixes #391, closes #393
v.5.0.0 - 2021-05-17
  • Add module field to package.json so autosize can be imported as an ES Module
v.4.0.4 - 2021-05-17
  • Revert module field to package.json, will release as major version bump
v.4.0.3 - 2021-05-15
  • Add module field to package.json so autosize can be imported as an ES Module
v.4.0.2 - 2018-04-30
  • More specific detection of when to change overflow. Merges #361.
v.4.0.1 - 2018-03-23
  • Minor refactor & updated build dependencies
v.4.0.0 - 2017-07-12
  • Changed how Autosize determines the initial height. Fixes #336.
v.3.0.21 - 2017-05-19
  • Fixed bug with overflow detection which degraded performance of textareas that exceed their max-width. Fixes #333.
v.3.0.20 - 2016-12-04
  • Fixed minor bug where the resized event would not fire under specific conditions when changing the overflow.
v.3.0.19 - 2016-11-23
  • Bubble dispatched events. Merged #319.
v.3.0.18 - 2016-10-26
  • Fixed Firefox issue where calling dispatchEvent on a detached element throws an error. Fixes #317.
v.3.0.17 - 2016-7-25
  • Fixed Chromium issue where getComputedStyle pixel value did not exactly match the style pixel value. Fixes #306.
  • Removed undocumented argument, minor refactoring, more comments.
v.3.0.16 - 2016-7-13

... (truncated)

Commits
  • 1e0229b Improved performance when appending text onto previous textarea value
  • 8389fc9 Reworked to remove use of cached (potentially stale) style values. Fixes #404
  • 1b9c109 dropped support for Internet Explorer
  • 31543e1 minor refactor to be more descriptive & to consolidate scrollBehavior handlin...
  • d2164f9 simplify
  • 0b87b22 Avoid issue caused by using 'smooth' scroll-behavior
  • 11637a0 Merge pull request #401 from ttsuru/fix_smooth_scroll
  • d46183c ADD scrollBehavior
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2023

Dependabot tried to add @nextcloud/server-dependabot as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/nextcloud/server/pulls/36902/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the nextcloud/server repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@MichaIng MichaIng added this to the Nextcloud 26 milestone Feb 28, 2023
@MichaIng
Copy link
Member

MichaIng commented Mar 1, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autosize-6.0.1 branch from 7004747 to d6d2e9c Compare March 1, 2023 13:13
@MichaIng
Copy link
Member

MichaIng commented Mar 1, 2023

/compile amend /

Copy link
Member

@MichaIng MichaIng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change in v6 is dropped Internet Explorer support, done in Nextcloud already.

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/autosize-6.0.1 branch from d6d2e9c to 35b084d Compare March 1, 2023 13:24
@MichaIng MichaIng enabled auto-merge March 1, 2023 23:06
@nextcloud nextcloud deleted a comment from dependabot bot Mar 1, 2023
Bumps [autosize](https://github.com/jackmoore/autosize) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/jackmoore/autosize/releases)
- [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md)
- [Commits](jackmoore/autosize@5.0.1...6.0.1)

---
updated-dependencies:
- dependency-name: autosize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@MichaIng MichaIng force-pushed the dependabot/npm_and_yarn/autosize-6.0.1 branch from 35b084d to be7001d Compare March 1, 2023 23:09
@MichaIng MichaIng merged commit 2564d7f into master Mar 1, 2023
@MichaIng MichaIng deleted the dependabot/npm_and_yarn/autosize-6.0.1 branch March 1, 2023 23:48
@blizzz blizzz mentioned this pull request Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant