mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	| Summary: This applies the set of dependabot suggestions that are currently passing tests on grist-core. There are a lot more suggestions to come, an unusual number are not passing tests because tests were briefly broken. The list of suggestions is extracted from: https://api.github.com/repos/gristlabs/grist-core/pulls?search=status:success+state:open And then applied using: yarn upgrade package1@version1 package2@version2 .... After application, any new entries in package.json are pruned, leaving just updated entries and yarn.lock changes. Non-trivial code updates include: * A change related to axios typing * A change related to jquery dropping `size()` in favor of `length` Test Plan: existing tests should pass Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3621 | ||
|---|---|---|
| .. | ||
| docker | ||
| grist | ||
| gvisor | ||
| gen_js_schema.py | ||
| install_tz.js | ||
| requirements3.txt | ||
| requirements.txt | ||
| run.sh | ||
| watch.sh | ||