apps-script-samples
apps-script-samples copied to clipboard
Apps Script samples for Google Workspace products.
# Description This contribution adds an enhanced translation feature for Google Slides that allows users to translate entire presentations with full control over source and target languages. Helps in quick...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.5 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. v5.4.19 Please refer to...
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [inquirer](https://github.com/SBoudrias/Inquirer.js). These dependencies need to be updated together. Removes `tmp` Updates `inquirer` from 8.2.6 to 8.2.7 Commits 9c5259a Publish e26d213...
This pull request resolves all TypeScript type errors in the `tasks` directory by updating the code to modern Apps Script standards and adding comprehensive JSDoc annotations. The changes adhere to...
This pull request fixes TypeScript errors in the `ui` directory by adding JSDoc annotations, correcting a typo, and ensuring all files end with a newline. All changes adhere to the...
This PR resolves all TypeScript errors in the `docs` directory by adding JSDoc annotations and making minor, safe code adjustments. All changes adhere to the project's standards and do not...
This pull request resolves TypeScript check errors in the 'gmail' directory by adding JSDoc annotations and making minor code adjustments. It also removes unhelpful `try...catch` blocks and replaces them with...