chore(deps-dev): bump the dev-dependencies group in /apps/jira/functions with 9 updates
Bumps the dev-dependencies group in /apps/jira/functions with 9 updates:
| Package | From | To |
|---|---|---|
| @types/aws-lambda | 8.10.143 |
8.10.157 |
| @types/chai | 4.3.17 |
4.3.20 |
| @types/lodash | 4.17.7 |
4.17.20 |
| @types/node | 22.13.5 |
22.19.1 |
| @types/request | 2.48.12 |
2.48.13 |
| mocha | 10.7.3 |
10.8.2 |
| @types/mocha | 10.0.7 |
10.0.10 |
| ts-mocha | 10.0.0 |
10.1.0 |
| typescript | 5.4.5 |
5.9.3 |
Updates @types/aws-lambda from 8.10.143 to 8.10.157
Commits
- See full diff in compare view
Updates @types/chai from 4.3.17 to 4.3.20
Commits
- See full diff in compare view
Updates @types/lodash from 4.17.7 to 4.17.20
Commits
- See full diff in compare view
Updates @types/node from 22.13.5 to 22.19.1
Commits
- See full diff in compare view
Updates @types/request from 2.48.12 to 2.48.13
Commits
- See full diff in compare view
Updates mocha from 10.7.3 to 10.8.2
Release notes
Sourced from mocha's releases.
v10.8.2
10.8.2 (2024-10-30)
🩹 Fixes
- support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
- test link in html reporter (#5224) (f054acc)
📚 Documentation
🧹 Chores
🤖 Automation
v10.8.1
10.8.1 (2024-10-29)
🩹 Fixes
- handle case of invalid package.json with no explicit config (#5198) (f72bc17)
- Typos on mochajs.org (#5237) (d8ca270)
- use accurate test links in HTML reporter (#5228) (68803b6)
v10.8.0
10.8.0 (2024-10-29)
🌟 Features
🩹 Fixes
📚 Documentation
... (truncated)
Changelog
Sourced from mocha's changelog.
10.8.2 (2024-10-30)
🩹 Fixes
- support errors with circular dependencies in object values with --parallel (#5212) (ba0fefe)
- test link in html reporter (#5224) (f054acc)
📚 Documentation
🧹 Chores
🤖 Automation
10.8.1 (2024-10-29)
🩹 Fixes
- handle case of invalid package.json with no explicit config (#5198) (f72bc17)
- Typos on mochajs.org (#5237) (d8ca270)
- use accurate test links in HTML reporter (#5228) (68803b6)
10.8.0 (2024-10-29)
🌟 Features
🩹 Fixes
📚 Documentation
- add
SECURITY.mdpointing to Tidelift (#5210) (bd7e63a)- adopt Collective Funds Guidelines 0.1 (#5199) (2b03d86)
- update README, LICENSE and fix outdated (#5197) (1203e0e)
🧹 Chores
Commits
05097dbchore(main): release 10.8.2 (#5239)14e640edocs: indicate 'exports' interface does not work in browsers (#5181)881e3b0chore: fix docs builds by re-adding eleventy and ignoring gitignore again (#5...f054accfix: test link in html reporter (#5224)e536ab2build(deps): bump the github-actions group with 1 update (#5132)ba0fefefix: support errors with circular dependencies in object values with --parall...f44f71bchore(main): release 10.8.1 (#5238)f72bc17fix: handle case of invalid package.json with no explicit config (#5198)68803b6fix: use accurate test links in HTML reporter (#5228)d8ca270fix: Typos on mochajs.org (#5237)- Additional commits viewable in compare view
Updates @types/mocha from 10.0.7 to 10.0.10
Commits
- See full diff in compare view
Updates ts-mocha from 10.0.0 to 10.1.0
Release notes
Sourced from ts-mocha's releases.
v10.1.0
What's Changed
- fix: package.json & package-lock.json to reduce vulnerabilities by
@wartingin piotrwitek/ts-mocha#72- feat: add github action ci workflow by
@felipepletsin piotrwitek/ts-mocha#85- feat: Add support for mocha 11 by
@piotrwitekin piotrwitek/ts-mocha#96New Contributors
@wartingmade their first contribution in piotrwitek/ts-mocha#72@felipepletsmade their first contribution in piotrwitek/ts-mocha#85Full Changelog: https://github.com/piotrwitek/ts-mocha/compare/v10.0.0...v10.1.0
Commits
f058eda10.1.0ab48664feat: Add support for mocha 11 (#96)f95d239Rename ci.yml to ci.yaml53909e0feat: add github action ci workflow (#85)150a696non breaking code improvements and tsconfig cleanup7b074b2fix: package.json & package-lock.json to reduce vulnerabilities (#72)77b4290Updated comment to be more clear- See full diff in compare view
Updates typescript from 5.4.5 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
... (truncated)
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKG- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions