core-components
core-components copied to clipboard
Accessible and lightweight Javascript components
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.7 to 7.24.3. Release notes Sourced from @babel/core's releases. v7.24.3 (2024-03-20) :bug: Bug Fix babel-helper-module-imports #16370 fix: do not inject the same imported identifier multiple times (@ota-meshi)...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.24.3. Release notes Sourced from @babel/preset-env's releases. v7.24.3 (2024-03-20) :bug: Bug Fix babel-helper-module-imports #16370 fix: do not inject the same imported identifier multiple times (@ota-meshi)...
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.38.1 to 1.42.1. Release notes Sourced from @playwright/test's releases. v1.42.1 Highlights microsoft/playwright#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 microsoft/playwright#29746 - [Regression]: Playwright CT CLI scripts...
Removed errors and improved readability.
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 16.4.5. Changelog Sourced from dotenv's changelog. 16.4.5 (2024-02-19) Changed 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to...
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 6.0.0 to 6.1.0. Changelog Sourced from @rollup/plugin-json's changelog. v6.1.0 2023-12-12 Features feat: add includeArbitraryNames option (#1641) v6.0.1 2023-10-05 Bugfixes fix: ensure rollup 4 compatibility #1595 Commits 8205497...
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 2.0.2 to 3.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.1 to 3.3.2. Release notes Sourced from fast-glob's releases. 3.3.2 Full Changelog: https://github.com/mrmlnc/fast-glob/compare/3.3.1...3.3.2 🐛 Bug fixes Handle square brackets as a special character on Windows in escape...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.5 to 25.0.7. Changelog Sourced from @rollup/plugin-commonjs's changelog. v25.0.7 2023-10-15 Bugfixes fix: bump magic-string version #1596 v25.0.6 2023-10-15 Bugfixes fix: Keep the shebang at the top of...
The scroll animation of the core-scroll component is tied to the screen refresh rate. This PR changes this to be tied to time instead, making the scroll speed consistent across...