Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update tsconfigs to publish types accurately #2026

Merged
merged 36 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d182940
fix: Remove semicolon (#1947)
NeilFraser Sep 22, 2023
a63b0a2
Publish
github-actions[bot] Sep 22, 2023
a4509e0
chore(deps): Bump get-func-name in /examples/custom-tooltips-demo (#1…
dependabot[bot] Sep 27, 2023
e0915b3
fix: make keyboard nav compatible with v10.2.0 (#1990)
BeksOmega Sep 28, 2023
6de1e14
Publish
github-actions[bot] Sep 28, 2023
4d81ea7
release!: changes for v10.2.0 (#1989)
BeksOmega Sep 28, 2023
90bef04
Publish
github-actions[bot] Sep 28, 2023
6d52563
chore: temporarily unprivate row separators (#1993)
BeksOmega Sep 28, 2023
3c0586a
Publish
github-actions[bot] Sep 28, 2023
9686012
chore: reprivate inline row separators (#1994)
BeksOmega Sep 28, 2023
b0a703b
chore: remove request animation frame polyfill (#1998)
alicialics Oct 2, 2023
4bcfbe3
Publish
github-actions[bot] Oct 5, 2023
00cddca
fix: Only run the migration script against JS/TS files. (#2011)
gonfunko Oct 6, 2023
6fe07ee
chore(deps-dev): Bump postcss in /examples/custom-renderer-codelab (#…
dependabot[bot] Oct 6, 2023
714bdb5
chore(deps-dev): Bump postcss in /examples/keyboard-navigation-codela…
dependabot[bot] Oct 9, 2023
11da5b8
chore(deps-dev): Bump postcss in /examples/sample-app-ts (#2009)
dependabot[bot] Oct 9, 2023
7dc16c7
chore(deps): Bump postcss in /examples/blockly-vue3 (#2008)
dependabot[bot] Oct 9, 2023
ae7c121
chore(deps-dev): Bump postcss in /examples/custom-generator-codelab (…
dependabot[bot] Oct 9, 2023
4ba9030
chore(deps): Bump debug and socket.io in /examples/blockly-rtc (#2001)
dependabot[bot] Oct 9, 2023
d43debc
chore(deps): Bump get-func-name from 2.0.0 to 2.0.2 in /plugins/dev-t…
dependabot[bot] Oct 9, 2023
d21685c
Publish
github-actions[bot] Oct 12, 2023
6888441
chore(deps-dev): Bump postcss in /examples/sample-app (#2005)
dependabot[bot] Oct 16, 2023
6270e0a
fix: issues with building and testing plugins with beta (#1982) (#1992)
BeksOmega Oct 16, 2023
f1debee
chore(deps): Bump @babel/traverse in /plugins/eslint-config (#2017)
dependabot[bot] Oct 16, 2023
4d8aaf2
fix: fix continuous toolbox not enabling blocks (#2016)
alicialics Oct 17, 2023
0f15d25
chore(deps): Bump @babel/traverse in /examples/blockly-react (#2020)
dependabot[bot] Oct 17, 2023
0d1c560
chore(deps-dev): Bump @babel/traverse from 7.17.0 to 7.23.2 (#2019)
dependabot[bot] Oct 17, 2023
536f45e
chore(deps-dev): Bump @babel/traverse in /examples/blockly-angular (#…
dependabot[bot] Oct 17, 2023
4008732
chore: Update JS-Interpreter (#2023)
NeilFraser Oct 19, 2023
01b45b5
Publish
github-actions[bot] Oct 19, 2023
df4b084
fix: update tsconfigs to publish types accurately
maribethb Oct 20, 2023
f49c3ef
Merge branch 'master' of github.com:google/blockly-samples into osd
maribethb Oct 20, 2023
5a53633
Merge branch 'osd' of github.com:google/blockly-samples into osd
maribethb Oct 20, 2023
d019198
fix(packaging): Don't advertise non-existent ESM entrypoints (#2022)
cpcallen Oct 20, 2023
b8096f6
Merge branch 'master' of github.com:google/blockly-samples into osd
maribethb Oct 20, 2023
40efc25
fix: use includes rather than excludes
maribethb Oct 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
258 changes: 154 additions & 104 deletions examples/blockly-angular/package-lock.json

Large diffs are not rendered by default.

248 changes: 126 additions & 122 deletions examples/blockly-react/package-lock.json

Large diffs are not rendered by default.

379 changes: 229 additions & 150 deletions examples/blockly-rtc/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/blockly-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@vscode/sqlite3": "^5.0.8",
"blockly": "^10.0.0",
"socket.io": "^2.5.0",
"socket.io": "^4.7.2",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
Expand Down
32 changes: 24 additions & 8 deletions examples/blockly-vue3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 24 additions & 14 deletions examples/custom-generator-codelab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 6 additions & 14 deletions examples/custom-renderer-codelab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/custom-tooltips-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading