Commit Graph

684 Commits

Author SHA1 Message Date
Rachel Fenichel
4a8668a358 release: merge master into develop (#5792)
* Bump ws from 7.4.4 to 7.5.1

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.5.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.5.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.19 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Initial commit for appengine deploy action

* Update comments to be more descriptive

* Get deploy files from the correct directory

Previous path was `_deploy/`. New path is `../_deploy`.

* Create Github Action to comment on PR while develop is frozen (#5006)

* Create develop_freeze_comment.yml

* Update comments

* Fix typo and update uses

* Add test message

* Revert "Create Github Action to comment on PR while develop is frozen (#5006)" (#5013)

This reverts commit 8c635b5fbc.

* Revert "Get deploy files from the correct directory"

* Bump hosted-git-info from 2.8.4 to 2.8.9 (#4980)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Pull Request template for goog.module PRs

Provide a standard pull request template more suited to PRs doing
goog.module conversions.

There's no way to pick a non-default template when creating a PR
manually, but this one can be used by adding
"&?template=goog_module.md" to the
https://github.com/cpcallen/bugs/compare/ URL.

* Update goog_module.md with suggested fixes

* Fix typos.
* Reinstate "Proposed Changes" section.
* Mark text that should be edit with ALL CAPS.

* Bump normalize-url from 4.5.0 to 4.5.1

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump trim-newlines from 3.0.0 to 3.0.1

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump path-parse from 1.0.6 to 1.0.7

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump postcss from 7.0.35 to 7.0.36 (#4928)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Rollup of all Q3 message changes (#5565)

Courtesy of Translatewiki

* Add Croatian to Code demo (#5583) (#5611)

Contributed courtesy of Lidija Kralj.

* chore: create release.yml (#5588)

* Create release.yml

* chore: update release.yml

* chore: update dependabot messages and labels (#5653)

The same as #5618, but against master because dependabot ignores changes on develop.

* chore: Create separate report_clang_format workflow in master branch (#5670)

The initial version of this workflow just uses `console.log` to report
the context of the `context` object.  It is hoped that there will
be enough information in this context to identify the PR to comment on,
without the `check_clang_format` workflow having to upload a
'build artefact' of some kind - see example of what I hoe to avoid
starting at `ReceivePR.yml` here:

https://securitylab.github.com/research/github-actions-preventing-pwn-requests/

A follow-up PR will (if possible) add the code to create comments
when `check_clang_format` fails.

Part of #5659.

* chore: Remove spurious extra `on` clause in report_clang_format.yml (#5671)

Removes an unwanted `on` clause that was overlooked in #5670 by author and reviewer.

* chore: More spelunking in GitHub Action data (#5673)

Looking for information about PR that triggered original
check_clang_format run.

* chore: revert github action (#5675)

* fix: Don't try to set text fields to null on cancel (#5692)

Mobile users get a window.prompt as an input, if they press the cancel button the return value is null.  Don't attempt to set the value of the field to null.

Caused errors in the custom note field which inherits from FieldTextInput.  Detected in Blockly Games Music.

This PR is for the master branch and includes a recompile.  The develop branch has changed enough that a cherrypick from develop to master won't work.  The bug in question represents a significant number of the errors being reported from Blockly Games.

* Update dependabot.yml (#5705)

* chore: run clang-format

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monica Kozbial <6621618+moniika@users.noreply.github.com>
Co-authored-by: Christopher Allen <cpcallen+git@google.com>
Co-authored-by: Neil Fraser <fraser@google.com>
Co-authored-by: alschmiedt <aschmiedt@google.com>
2021-12-07 09:43:57 -08:00
Neil Fraser
90b3f75d82 Remove @author tags (#5601)
Our files are up to a decade old, and have churned so much, that the initial author of the file no longer has much meaning.

Furthermore, this will encourage developers to post to the developer group, rather than emailing Googlers (usually me) directly.
2021-10-15 09:50:46 -07:00
Neil Fraser
c9329ea8eb chore: Rollup of all Q3 message changes (#5564)
Courtesy of Translatewiki
2021-09-28 12:20:42 -07:00
Neil Fraser
b35b8aa603 Copy IOS_xxx to DIALOG_xxx where none existed. 2021-08-05 10:39:22 -07:00
Neil Fraser
d627023c0c Recompile of JSON to JS messages.
New dialog OK/Cancel messages.
2021-08-05 10:39:22 -07:00
Neil Fraser
04302641ee Add dialog Ok/Cancel to Blockly's JSON
They are being moved from Blockly Games' JSON.
2021-08-05 10:39:22 -07:00
Neil Fraser
52d280e615 Recompile of JSON to JS messages.
Delete unused Klingon message.
Remove '.' from message that confusingly appears after a filename.
2021-08-05 10:39:22 -07:00
translatewiki.net
0e4f11404c Localisation updates from https://translatewiki.net. 2021-08-05 10:39:22 -07:00
Neil Fraser
783956d4cd Remove undesirable \n from sv.json
Resolves #5017
2021-07-12 10:12:31 -07:00
Christopher Allen
ffd0252947 Merge branch 'develop' into build-elsewhere
Fix conflict in package.json.
2021-07-09 14:13:23 +01:00
translatewiki.net
fd93e312b1 Localisation updates from https://translatewiki.net. 2021-07-08 13:00:37 +02:00
translatewiki.net
0cb4fe1d3a Localisation updates from https://translatewiki.net. 2021-07-05 13:00:46 +02:00
Beka Westberg
30d7f0914e Rebuild (#4975) 2021-07-01 08:17:08 -07:00
translatewiki.net
fbf03fb561 Localisation updates from https://translatewiki.net. 2021-07-01 13:40:00 +02:00
Christopher Allen
1aa35ef438 Merge branch 'develop' into build-elsewhere 2021-06-29 16:22:13 +01:00
Rachel Fenichel
2fcdd846be Remove deprecated build.py script 2021-06-24 16:58:28 -07:00
Christopher Allen
a03cd29b68 Separate script to rebuild msg/json/en.json, qqq.json etc.
There are some files in msg/json/ (currently en.json, qqq.json,
constants.json and synonyms.json) that are generated by
scripts/i18n/js_to_json.py as part of the language file build process
- but this only needs to be done when messages.js is updated and
and usually requires some manual cleanup, so remove this step from the
existing buildLangfiles gulp script and create a separate command
('npm run generate:langfiles') to do this when required.
2021-06-22 10:59:24 +01:00
Monica Kozbial
e5a2df301a Add msg files (#4918) 2021-06-15 11:27:36 -07:00
translatewiki.net
91fe77e26c Localisation updates from https://translatewiki.net. 2021-05-31 09:59:35 +02:00
translatewiki.net
a982628826 Localisation updates from https://translatewiki.net. 2021-05-27 15:34:08 +02:00
translatewiki.net
3439c92a40 Localisation updates from https://translatewiki.net. 2021-05-24 13:56:46 +02:00
translatewiki.net
4672e0b9b0 Localisation updates from https://translatewiki.net. 2021-05-17 13:05:24 +02:00
translatewiki.net
2714417b86 Localisation updates from https://translatewiki.net. 2021-05-10 14:00:53 +02:00
translatewiki.net
534ac84777 Localisation updates from https://translatewiki.net. 2021-04-15 12:59:07 +02:00
translatewiki.net
ee0d3728e6 Localisation updates from https://translatewiki.net. 2021-04-08 14:52:31 +02:00
translatewiki.net
1dd9df8e50 Localisation updates from https://translatewiki.net. 2021-04-05 15:23:56 +02:00
translatewiki.net
70fc26dc4a Localisation updates from https://translatewiki.net. 2021-03-29 17:52:49 +02:00
Maribeth Bottorff
aed9ba13a9 Rebuild (#4733) 2021-03-25 09:37:19 -07:00
translatewiki.net
a6a34f9311 Localisation updates from https://translatewiki.net. 2021-03-22 15:36:05 +01:00
translatewiki.net
e8ad0f92a7 Localisation updates from https://translatewiki.net. 2021-03-12 06:53:59 +01:00
translatewiki.net
4c755c61f9 Localisation updates from https://translatewiki.net. 2021-03-08 15:47:48 +01:00
translatewiki.net
a77f429ba0 Localisation updates from https://translatewiki.net. 2021-03-04 13:56:53 +01:00
translatewiki.net
01035c3526 Localisation updates from https://translatewiki.net. 2021-03-01 14:41:42 +01:00
translatewiki.net
fa94123bdd Localisation updates from https://translatewiki.net. 2021-02-22 16:34:03 +01:00
translatewiki.net
21fd86a71a Localisation updates from https://translatewiki.net. 2021-02-15 14:40:17 +01:00
translatewiki.net
b600e5770e Localisation updates from https://translatewiki.net. 2021-02-11 18:45:07 +01:00
translatewiki.net
950d23ad8d Localisation updates from https://translatewiki.net. 2021-02-08 17:16:03 +01:00
translatewiki.net
acd7b6f55e Localisation updates from https://translatewiki.net. 2021-02-04 08:47:15 +01:00
translatewiki.net
3bf364a759 Localisation updates from https://translatewiki.net. 2021-01-28 18:45:10 +01:00
translatewiki.net
edebb58483 Localisation updates from https://translatewiki.net. 2021-01-07 15:16:10 +01:00
translatewiki.net
a457268579 Localisation updates from https://translatewiki.net. 2021-01-04 14:40:16 +01:00
translatewiki.net
21a7c30e8e Localisation updates from https://translatewiki.net. 2020-12-29 08:45:04 +01:00
translatewiki.net
aa4494949a Localisation updates from https://translatewiki.net. 2020-12-22 13:52:15 +01:00
alschmiedt
92f2ab0258 Rebuild (#4547) 2020-12-17 12:19:28 -08:00
translatewiki.net
2febb55b47 Localisation updates from https://translatewiki.net. 2020-12-17 15:10:15 +01:00
translatewiki.net
bdb1cc956b Localisation updates from https://translatewiki.net. 2020-12-10 13:40:57 +01:00
translatewiki.net
53cf889069 Localisation updates from https://translatewiki.net. 2020-12-07 15:38:27 +01:00
translatewiki.net
9b6d15a3bc Localisation updates from https://translatewiki.net. 2020-11-23 15:17:57 +01:00
translatewiki.net
7fce707161 Localisation updates from https://translatewiki.net. 2020-11-19 15:44:44 +01:00
translatewiki.net
345ad44f11 Localisation updates from https://translatewiki.net. 2020-11-09 12:33:47 +01:00