editorjs-drag-drop
editorjs-drag-drop copied to clipboard
Update all dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| actions/checkout | action | major | v3.3.0 -> v4.1.1 |
||||
| actions/setup-node | action | major | v3.6.0 -> v4.0.2 |
||||
| actions/upload-artifact | action | major | v3.1.2 -> v4.3.1 |
||||
| coverallsapp/github-action | action | digest | 3284643 -> c203f01 |
||||
| css-loader | devDependencies | major | ^6.5.1 -> ^7.0.0 |
||||
| eslint (source) | devDependencies | major | ^8.0.0 -> ^9.0.0 |
||||
| eslint-plugin-jest | devDependencies | major | ^27.0.0 -> ^28.0.0 |
||||
| github/codeql-action | action | major | v2.1.37 -> v3.24.10 |
||||
| ossf/scorecard-action | action | minor | v2.1.2 -> v2.3.1 |
||||
| step-security/harden-runner | action | minor | v2.0.0 -> v2.7.0 |
||||
| style-loader | devDependencies | major | ^3.0.0 -> ^4.0.0 |
Release Notes
actions/checkout (actions/checkout)
v4.1.1
What's Changed
- Update CODEOWNERS to Launch team by @joshmgross in https://github.com/actions/checkout/pull/1510
- Correct link to GitHub Docs by @peterbe in https://github.com/actions/checkout/pull/1511
- Link to release page from what's new section by @cory-miller in https://github.com/actions/checkout/pull/1514
New Contributors
- @joshmgross made their first contribution in https://github.com/actions/checkout/pull/1510
- @peterbe made their first contribution in https://github.com/actions/checkout/pull/1511
Full Changelog: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
actions/setup-node (actions/setup-node)
v4.0.2
What's Changed
- Add support for
volta.extendsby @ThisIsManta in https://github.com/actions/setup-node/pull/921 - Add support for arm64 Windows by @dmitry-shibanov in https://github.com/actions/setup-node/pull/927
New Contributors
- @ThisIsManta made their first contribution in https://github.com/actions/setup-node/pull/921
Full Changelog: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2
v4.0.1
What's Changed
- Ignore engines in Yarn 1 e2e-cache tests by @trivikr in https://github.com/actions/setup-node/pull/882
- Update setup-node references in the README.md file to setup-node@v4 by @jwetzell in https://github.com/actions/setup-node/pull/884
- Update reusable workflows to use Node.js v20 by @MaksimZhukov in https://github.com/actions/setup-node/pull/889
- Add fix for cache to resolve slow post action step by @aparnajyothi-y in https://github.com/actions/setup-node/pull/917
- Fix README.md by @takayamaki in https://github.com/actions/setup-node/pull/898
- Add
package.jsontonode-version-filelist of examples. by @TWiStErRob in https://github.com/actions/setup-node/pull/879 - Fix node-version-file interprets entire package.json as a version by @NullVoxPopuli in https://github.com/actions/setup-node/pull/865
New Contributors
- @trivikr made their first contribution in https://github.com/actions/setup-node/pull/882
- @jwetzell made their first contribution in https://github.com/actions/setup-node/pull/884
- @aparnajyothi-y made their first contribution in https://github.com/actions/setup-node/pull/917
- @takayamaki made their first contribution in https://github.com/actions/setup-node/pull/898
- @TWiStErRob made their first contribution in https://github.com/actions/setup-node/pull/879
- @NullVoxPopuli made their first contribution in https://github.com/actions/setup-node/pull/865
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.1
v4.0.0
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by @gmembre-zenika in https://github.com/actions/setup-node/pull/868
- Update actions/checkout for documentation and yaml by @dmitry-shibanov in https://github.com/actions/setup-node/pull/876
New Contributors
- @gmembre-zenika made their first contribution in https://github.com/actions/setup-node/pull/868
Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0
v3.8.2
What's Changed
- Update semver by @dmitry-shibanov in https://github.com/actions/setup-node/pull/861
- Update temp directory creation by @nikolai-laevskii in https://github.com/actions/setup-node/pull/859
- Bump @babel/traverse from 7.15.4 to 7.23.2 by @dependabot in https://github.com/actions/setup-node/pull/870
- Add notice about binaries not being updated yet by @nikolai-laevskii in https://github.com/actions/setup-node/pull/872
- Update toolkit cache and core by @dmitry-shibanov and @seongwon-privatenote in https://github.com/actions/setup-node/pull/875
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by @dmitry-shibanov in https://github.com/actions/setup-node/pull/803
- Resolve SymbolicLink by @dmitry-shibanov in https://github.com/actions/setup-node/pull/809
- Change passing logic for cache input by @dmitry-shibanov in https://github.com/actions/setup-node/pull/816
- Fix armv7 cache issue by @louislam in https://github.com/actions/setup-node/pull/794
- Update check-dist workflow name by @sinchang in https://github.com/actions/setup-node/pull/710
Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by @xytis in https://github.com/actions/setup-node/pull/812
Documentation changes:
- Refer to semver package name in README.md by @olleolleolle in https://github.com/actions/setup-node/pull/808
Update dependencies:
- Update toolkit cache to fix zstd by @dmitry-shibanov in https://github.com/actions/setup-node/pull/804
- Bump tough-cookie and @azure/ms-rest-js by @dependabot in https://github.com/actions/setup-node/pull/802
- Bump semver from 6.1.2 to 6.3.1 by @dependabot in https://github.com/actions/setup-node/pull/807
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-node/pull/815
New Contributors
- @olleolleolle made their first contribution in https://github.com/actions/setup-node/pull/808
- @louislam made their first contribution in https://github.com/actions/setup-node/pull/794
- @sinchang made their first contribution in https://github.com/actions/setup-node/pull/710
- @xytis made their first contribution in https://github.com/actions/setup-node/pull/812
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.0
v3.7.0
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).
Besides, we made such changes as:
- Replace workflow badge with new badge by @jongwooo in https://github.com/actions/setup-node/pull/653
- Fix a minor typo by @phanan in https://github.com/actions/setup-node/pull/662
- docs: fix typo in advanced-usage.md by @remarkablemark in https://github.com/actions/setup-node/pull/697
- bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by @domdomegg in https://github.com/actions/setup-node/pull/718
- Update to node 18.x by @feelepxyz in https://github.com/actions/setup-node/pull/751
- Remove implicit dependencies by @nikolai-laevskii in https://github.com/actions/setup-node/pull/758
- Fix description about ensuring workflow access to private package by @x86chi in https://github.com/actions/setup-node/pull/704
New Contributors
- @jongwooo made their first contribution in https://github.com/actions/setup-node/pull/653
- @phanan made their first contribution in https://github.com/actions/setup-node/pull/662
- @remarkablemark made their first contribution in https://github.com/actions/setup-node/pull/697
- @domdomegg made their first contribution in https://github.com/actions/setup-node/pull/718
- @feelepxyz made their first contribution in https://github.com/actions/setup-node/pull/751
- @nikolai-laevskii made their first contribution in https://github.com/actions/setup-node/pull/758
- @x86chi made their first contribution in https://github.com/actions/setup-node/pull/704
Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.7.0
actions/upload-artifact (actions/upload-artifact)
v4.3.1
- Bump @actions/artifacts to latest version to include updated GHES host check
v4.3.0
What's Changed
- Reorganize upload code in prep for merge logic & add more tests by @robherley in https://github.com/actions/upload-artifact/pull/504
- Add sub-action to merge artifacts by @robherley in https://github.com/actions/upload-artifact/pull/505
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0
v4.2.0
What's Changed
- Ability to overwrite an Artifact by @robherley in https://github.com/actions/upload-artifact/pull/501
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0
v4.1.0
What's Changed
- Add migrations docs by @robherley in https://github.com/actions/upload-artifact/pull/482
- Update README.md by @samuelwine in https://github.com/actions/upload-artifact/pull/492
- Support artifact-url output by @konradpabjan in https://github.com/actions/upload-artifact/pull/496
- Update readme to reflect new 500 artifact per job limit by @robherley in https://github.com/actions/upload-artifact/pull/497
New Contributors
- @samuelwine made their first contribution in https://github.com/actions/upload-artifact/pull/492
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.1.0
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
For more information, see the @actions/artifact documentation.
New Contributors
- @vmjoseph made their first contribution in https://github.com/actions/upload-artifact/pull/464
Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by @ljmf00 in https://github.com/actions/upload-artifact/pull/313
- Bump @actions/artifact version to v1.1.2 by @bethanyj28 in https://github.com/actions/upload-artifact/pull/436
Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3
webpack-contrib/css-loader (css-loader)
v7.1.1
v7.1.0
Features
v7.0.0
⚠ BREAKING CHANGES
- The
modules.namedExportoption istrueby default if you enable theesModuleoption
Migration guide:
Before:
import style from "./style.css";
console.log(style.myClass);
After:
import * as style from "./style.css";
console.log(style.myClass);
- The
modules.exportLocalsConventionhas the valueas-iswhen themodules.namedExportoption istrueand you don't specify a value - Minimum supported webpack version is
5.27.0 - Minimum supported Node.js version is
18.12.0
Features
- The
modules.namedExportsoption works fine with anymodules.exportLocalsConventionvalues (f96a110) - Added dashed variants for the
modules.exportLocalsConventionoptions (40e1668)
v6.11.0
Features
Bug Fixes
v6.10.0
Features
- add
@rspack/coreas an optional peer dependency (#1568) (3924679) - pass the
resourceQueryandresourceFragmentto theautoandmodecallback (#1569) (d641c4d) - support named exports with any characters (6f43929)
6.9.1 (2024-01-18)
Bug Fixes
- css nesting support
@scopeat-rule support
v6.9.1
v6.9.0
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
v6.8.1
v6.8.0
Features
- use template literal when it possible to prevent
Maximum call stack size exceeded(#1525) (6eb5661)
Bug Fixes
6.7.4 (2023-05-19)
Bug Fixes
6.7.3 (2022-12-14)
Bug Fixes
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
v6.7.4
v6.7.3
v6.7.2
eslint/eslint (eslint)
v9.0.0
v8.57.0
Features
1120b9bfeat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0ffeat: Enableeslint.config.mjsandeslint.config.cjs(#18066) (Nitin Kumar)
Bug Fixes
2196d97fix: handle absolute file paths inFlatRuleTester(#18064) (Nitin Kumar)69dd1d1fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0fix: allow circular references in config (#18056) (Milos Djermanovic)
Documentation
84922d0docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
Chores
1813aecchore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bbchore: package.json update for @eslint/js release (Jenkins)f4a1fe2test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aefci: Enable CI forv8.xbranch (#18047) (Milos Djermanovic)
v8.56.0
Features
0dd9704feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)31a7e3ffeat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
Bug Fixes
7d5e5f6fix:TypeError: fs.exists is not a functionon read-only file system (#17846) (Francesco Trotta)74739c8fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Documentation
9007719docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)3a22236docs: Update README (GitHub Actions Bot)54c3ca6docs: fix migration-guide example (#17829) (Tanuj Kanti)4391b71docs: check config comments in rule examples (#17815) (Francesco Trotta)fd28363docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)48ed5a6docs: Update README (GitHub Actions Bot)
Chores
ba6af85chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic)60a531achore: package.json update for @eslint/js release (Jenkins)ba87a06chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])9271d10chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)70a686bchore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)f3a599dchore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)905d4b7chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)4d7c3cechore: update eslint-plugin-n v16.4.0 (#17836) (唯然)fd0c60cci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
v8.55.0
Features
Documentation
83ece2adocs: fix typo--rules->--rule(#17806) (OKURA Masafumi)fffca5cdocs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999docs: update and fix examples forno-unused-vars(#17788) (Tanuj Kanti)5a8efd5docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
Chores
eb8950cchore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic)93df384chore: package.json update for @eslint/js release (Jenkins)fe4b954chore: upgrade @eslint/eslintrc@2.1.4 (#17799) (Milos Djermanovic)bd8911dci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16bchore: fix severalclitests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fechore: check rule examples for syntax errors (#17718) (Francesco Trotta)
v8.54.0
Features
a7a883bfeat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)1452dc9feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)21ebf8afeat: updateno-array-constructorrule (#17711) (Francesco Trotta)
Bug Fixes
98926e6fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)e8cf9f6fix: Make dark scroll bar in dark theme (#17753) (Pavel)3cbeaadfix: Usecwdconstructor option as configbasePathin Linter (#17705) (Milos Djermanovic)
Documentation
becfdd3docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)05d6e99docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)eb2279edocs: display info about deprecated rules (#17749) (Percy Ma)d245326docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
Chores
d644de9chore: upgrade @eslint/js@8.54.0 (#17773) (Milos Djermanovic)1e6e314chore: package.json update for @eslint/js release (Jenkins)6fb8805chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)85db724chore: upgrademarkdownlintto 0.31.1 (#17754) (Nitin Kumar)6d470d2chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])b7121b5chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])633b9a1chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])acac16fchore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])ba8ca7echore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
v8.53.0
Features
528e1c0feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)c0b11ddfeat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
Bug Fixes
1ad6257fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)b329ea7fix: add;after JSX nodes inno-object-constructorautofix (#17672) (Francesco Trotta)
Documentation
ab8c60ddocs: change position of return to top button (#17688) (Tanuj Kanti)4fc44c0docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)4164b2cdocs: Update README (GitHub Actions Bot)8651895docs: Fix tabs in rule examples (#17653) (Francesco Trotta)3aec1c5docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
Chores
ba4d4d5chore: remove metascraper (#17707) (Milos Djermanovic)0d07338chore: Update dependencies (#17706) (Milos Djermanovic)93256a3chore: package.json update for @eslint/js release (ESLint Jenkins)485ec7dtest: fix ESLint tests for caching (#17699) (Milos Djermanovic)db06a7fci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])994596bci: run tests in Node.js 21 (#17673) (Francesco Trotta)
v8.52.0
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.