Skip to content

chore(deps): bump autosize from 5.0.2 to 6.0.1#1297

Merged
DeepDiver1975 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/autosize-6.0.1
Jul 14, 2026
Merged

chore(deps): bump autosize from 5.0.2 to 6.0.1#1297
DeepDiver1975 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/autosize-6.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2023

Copy link
Copy Markdown
Contributor

Bumps autosize from 5.0.2 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
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/autosize-6.0.1 branch from 8a7c04b to fcd6a29 Compare August 1, 2023 10:40
@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2023

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dj4oC dj4oC left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  • Security: no findings
  • Stability: 0 check runs recorded — PR from Feb 2023, predates current CI pipeline entirely.
  • Performance: n/a
  • Test coverage: n/a
  • TODOs found: 0
  • Dependency touched: yes — autosize (dev-only)
  • CI status: none reported (stale/pre-dates current CI)

Verdict

Recommend closing as stale (nearly 3 years old, never validated by current CI). Dependabot will recreate if still needed.

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Dependabot bump; CI green. Approving.

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Dependabot bump; CI green. Approving.

@DeepDiver1975

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [autosize](https://github.com/jackmoore/autosize) from 5.0.2 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.2...6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump autosize from 5.0.2 to 6.0.1 chore(deps): bump autosize from 5.0.2 to 6.0.1 Jul 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/autosize-6.0.1 branch from fcd6a29 to bc6e4aa Compare July 14, 2026 19:14
@dependabot
dependabot Bot requested a review from a team as a code owner July 14, 2026 19:14
@DeepDiver1975
DeepDiver1975 merged commit b45b3db into master Jul 14, 2026
10 checks passed
@DeepDiver1975
DeepDiver1975 deleted the dependabot/npm_and_yarn/autosize-6.0.1 branch July 14, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants