Commit graph

128 commits

Author SHA1 Message Date
renovate[bot]
80d9c8a738 chore(deps): update dependency webpack to v4.47.0 2023-12-19 21:02:16 +00:00
renovate[bot]
09003d4c18 chore(deps): update dependency tap to v12.7.0 2023-12-19 19:47:57 +00:00
renovate[bot]
c305fa3157 chore(deps): update dependency docdash to v1.2.0 2023-12-19 16:33:07 +00:00
renovate[bot]
80c5c835c9 chore(deps): update dependency babel-loader to v8.3.0 2023-12-19 14:07:50 +00:00
renovate[bot]
b7c317181b chore(deps): update dependency babel-eslint to v10.1.0 2023-12-19 10:47:28 +00:00
renovate[bot]
655d8413e2 chore(deps): update babel monorepo 2023-12-19 07:22:46 +00:00
renovate[bot]
03d7978022 chore(deps): update dependency jsdoc to v3.6.11 2023-12-19 03:20:40 +00:00
Christopher Willis-Ford
8d2fe2979b chore(deps): remove @commitlint/travis-cli 2023-12-18 17:07:21 -08:00
renovate[bot]
dc13db84e8 chore(deps): update dependency webpack-dev-server to v3.1.11 [security] 2023-12-19 01:05:40 +00:00
Christopher Willis-Ford
8c4e93194f
Merge pull request #98 from scratchfoundation/use-gha-and-semantic-release
Use GHA, update semantic-release config
2023-12-18 17:02:34 -08:00
Christopher Willis-Ford
2f63927a63 chore: fix repository links 2023-12-18 07:32:45 -08:00
Christopher Willis-Ford
405119c0d9 ci: use scratch-semantic-release-config 2023-12-18 07:32:45 -08:00
Christopher Willis-Ford
691197319a chore: use global cz-conventional-changelog 2023-12-18 07:32:45 -08:00
Christopher Willis-Ford
2e6cfbf2d1 chore: add husky hook for commitlint 2023-12-18 07:32:45 -08:00
Christopher Willis-Ford
6e7482367d chore: update commitlint and its config 2023-12-18 07:32:45 -08:00
Christopher Willis-Ford
47c48413ab ci: migrate to GitHub Actions 2023-12-18 07:32:41 -08:00
Christopher Willis-Ford
0326aff4bc
Merge pull request #104 from scratchfoundation/renovate/major-eslint-config-scratch
chore(deps): update eslint-config-scratch (major)
2023-12-15 18:25:20 -08:00
Christopher Willis-Ford
4be971fc97 style: fix lint 2023-12-15 18:24:11 -08:00
Christopher Willis-Ford
4d266f1076 chore(deps): missing peer dep @babel/eslint-parser 2023-12-15 18:22:21 -08:00
renovate[bot]
caa341fe9b
chore(deps): update eslint-config-scratch 2023-12-16 02:15:51 +00:00
Christopher Willis-Ford
7edd2fdf3f
Merge pull request #81 from scratchfoundation/renovate/configure
Configure Renovate
2023-12-15 10:16:45 -08:00
Christopher Willis-Ford
068fea3878 chore: use scratch-renovate-config 2023-12-15 10:16:13 -08:00
renovate[bot]
12868d0c6c
Add renovate.json 2023-04-04 21:13:15 +00:00
Ray Schamp
ecd423ab2b
Merge pull request #46 from LLK/dependabot/npm_and_yarn/lodash-4.17.19
chore(deps): bump lodash from 4.17.11 to 4.17.19
2020-07-20 14:21:03 -04:00
dependabot[bot]
10421bd2f0
chore(deps): bump lodash from 4.17.11 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 14:45:32 +00:00
Andrew Sliwinski
b8215f17ab
Merge pull request #38 from LLK/dependabot/npm_and_yarn/js-yaml-3.13.1
chore(deps): bump js-yaml from 3.12.0 to 3.13.1
2019-06-05 15:42:11 -04:00
dependabot[bot]
460318ce14
chore(deps): bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 19:41:11 +00:00
Andrew Sliwinski
84efe4bc00
Merge pull request #37 from kchadha/update-jsdoc
chore: update jsdoc
2019-05-24 17:56:08 -04:00
Karishma Chadha
1fb1d39a88 chore: update jsdoc
Update jsdoc version since old version has issues during build on travis.
2019-05-24 13:13:10 -04:00
Andrew Sliwinski
7055d1e95a
Merge pull request #33 from thisandagain/tests
[WIP] Add initial test suite
2019-05-24 12:11:33 -04:00
Karishma Chadha
93aa06c985
Merge pull request #35 from mzgoddard/bump-text-encoding
fix: update to the latest text-encoding
2019-02-15 10:02:11 -05:00
Michael "Z" Goddard
b81838a669
fix: update to the latest text-encoding 2019-02-06 12:35:32 -05:00
Karishma Chadha
e7ff713094
Merge pull request #34 from kchadha/fix-minification-issue
fix(json-generator): fix issue with blocks referencing stage
2019-02-01 10:04:26 -05:00
Karishma Chadha
b0fd92a705 fix(json-generator): fix issue with blocks referencing stage
blocks referencing stage weren't getting imported correctly in production code, preventing projects
that used them from loading at all (BSOD)

resolves #31
2019-01-31 16:26:36 -05:00
Andrew Sliwinski
ed5cc3f83e test: add initial test suite 2018-12-26 16:30:26 -05:00
Karishma Chadha
4d9e6a966a
Merge pull request #32 from kchadha/fix-mouse-edge-refs
fix: resolve issues with blocks referencing mouse, edge, and stage
2018-12-26 09:29:31 -05:00
Karishma Chadha
c537ca618b fix: resolve issues with blocks referencing mouse, edge, and stage
resolves #1 and resolves #31
2018-12-25 12:55:06 -05:00
Karishma Chadha
89ec324122
Merge pull request #29 from kchadha/fix-sprite-z-index
fix: reverse order of stage's children to reflect sb2 z-index
2018-12-21 14:17:58 -05:00
Karishma Chadha
6015419817
Merge pull request #30 from kchadha/fix-sound-md5s
fix: fix sound md5s in generated sb2 json
2018-12-21 14:04:57 -05:00
Karishma Chadha
243a53f5da fix: fix sound md5s in generated sb2 json
This fixes an issue where the md5 in the sb2 json was not matching the md5 from the assets server.
This fix avoids encoding the sound data as a wav twice.
2018-12-21 13:56:27 -05:00
Karishma Chadha
7796ae2a65 fix: reverse order of stage's children to reflect sb2 z-index
fixes #5
2018-12-21 10:37:11 -05:00
Karishma Chadha
a08e8a1385
Merge pull request #28 from kchadha/real-md5s
fix(json-generator): use real md5s in produced sb2 json
2018-12-20 21:11:43 -05:00
Karishma Chadha
45ada26cb5 fix(json-generator): use real md5s in produced sb2 json
project validation was failing when trying to save a project originally from 1.4 as an sb3 because
the md5s in the produced sb2 file were not of the right format
2018-12-20 17:52:58 -05:00
Karishma Chadha
7cbcb2fa24
Merge pull request #26 from mzgoddard/src-index-browser-entry
Remove src/index.js exports maintenance burden
2018-12-20 12:51:45 -05:00
Michael "Z" Goddard
8141e9f943
fix: remove src/index.js exports maintenance burden 2018-12-20 12:43:08 -05:00
Karishma Chadha
246c59b823
Merge pull request #25 from kchadha/run-semantic-release-on-develop
ci(semver): configure semantic-release to run from develop
2018-12-20 12:04:50 -05:00
Karishma Chadha
1b8b82e4cc ci(semver): configure semantic-release to run from develop 2018-12-20 12:02:24 -05:00
Karishma Chadha
2d07b4b113
Merge pull request #24 from kchadha/fix-semantic-release
ci(semver): change deploy provider to script to run semantic-release
2018-12-20 11:51:42 -05:00
Karishma Chadha
86fefb660b ci(semver): change deploy provider to script to run semantic-release 2018-12-20 11:37:55 -05:00
Karishma Chadha
a538696ea6
Merge pull request #23 from kchadha/run-deploy-only-once
ci(deploy): run deploy only once
2018-12-20 10:59:56 -05:00