Sourced from azure/docker-login's releases.
Version 2.0
- update of Node20
- update dependencies
Update the action to run with Node 16
No release notes provided.
15c4aad
Merge pull request #69
from lgmorand/master8fa230a
add node_modulescf67284
action/core => last version7aabc0a
rebuild lockaf42a18
fix some npm packages after upgrade to node203fe855c
Update README.md to use v2f3bf641
Merge pull request #64
from eikooc/masterb35be4d
Update to nodejs v2051016b5
Merge pull request #61
from Azure/stephenmichaelf/remove-integration-tests6a8199f
Remove Integration tests.b782531
Merge pull request #24
from im-open/update-nodea94fd10
Import core differently52a057f
Merge branch 'main' into update-node9b4e1ab
Update to node 208f9dee5
Merge pull request #23
from im-open/revert-22-update-node1f213bd
Update readme with latest version and/or recompile the action.4776e37
Revert "Update to Node 20"a6cf314
Merge pull request #22
from im-open/update-node41653ed
Remove extra spaceba5cf84
Update readme with latest version and/or recompile the action.b782531
Merge pull request #24
from im-open/update-nodea94fd10
Import core differently52a057f
Merge branch 'main' into update-node9b4e1ab
Update to node 208f9dee5
Merge pull request #23
from im-open/revert-22-update-node1f213bd
Update readme with latest version and/or recompile the action.4776e37
Revert "Update to Node 20"a6cf314
Merge pull request #22
from im-open/update-node41653ed
Remove extra spaceba5cf84
Update readme with latest version and/or recompile the action.Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.0
:sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot:
Behaviour changes
- Action input
git-token
has been renamedbranch-token
, to be more clear about its purpose. Thebranch-token
is the token that the action will use to create and update the branch.- The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
- The
pull-request-operation
output now returnsnone
when no operation was executed.- Removed deprecated output environment variable
PULL_REQUEST_NUMBER
. Please use thepull-request-number
action output instead.What's new
- The action can now sign commits as
github-actions[bot]
when usingGITHUB_TOKEN
, or your own bot when using GitHub App tokens. See commit signing for details.- Action input
draft
now accepts a new valuealways-true
. This will set the pull request to draft status when the pull request is updated, as well as on creation.- A new action input
maintainer-can-modify
indicates whether maintainers can modify the pull request. The default istrue
, which retains the existing behaviour of the action.- A new output
pull-request-commits-verified
returnstrue
orfalse
, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
- build(deps-dev): bump
@types/node
from 18.19.36 to 18.19.39 by@dependabot
in peter-evans/create-pull-request#3000- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
@dependabot
in peter-evans/create-pull-request#3008- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
@dependabot
in peter-evans/create-pull-request#3018- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
@dependabot
in peter-evans/create-pull-request#3019- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
@dependabot
in peter-evans/create-pull-request#3035- build(deps-dev): bump
@types/node
from 18.19.39 to 18.19.41 by@dependabot
in peter-evans/create-pull-request#3037- build(deps): bump undici from 6.19.2 to 6.19.4 by
@dependabot
in peter-evans/create-pull-request#3036- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
@dependabot
in peter-evans/create-pull-request#3038- build(deps-dev): bump
@types/node
from 18.19.41 to 18.19.42 by@dependabot
in peter-evans/create-pull-request#3070- build(deps): bump undici from 6.19.4 to 6.19.5 by
@dependabot
in peter-evans/create-pull-request#3086- build(deps-dev): bump
@types/node
from 18.19.42 to 18.19.43 by@dependabot
in peter-evans/create-pull-request#3087- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
@dependabot
in peter-evans/create-pull-request#3088- build(deps): bump undici from 6.19.5 to 6.19.7 by
@dependabot
in peter-evans/create-pull-request#3145- build(deps-dev): bump
@types/node
from 18.19.43 to 18.19.44 by@dependabot
in peter-evans/create-pull-request#3144- Update distribution by
@actions-bot
in peter-evans/create-pull-request#3154- build(deps): bump undici from 6.19.7 to 6.19.8 by
@dependabot
in peter-evans/create-pull-request#3213- build(deps-dev): bump
@types/node
from 18.19.44 to 18.19.45 by@dependabot
in peter-evans/create-pull-request#3214- Update distribution by
@actions-bot
in peter-evans/create-pull-request#3221- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 by
@dependabot
in peter-evans/create-pull-request#3255- build(deps-dev): bump
@types/node
from 18.19.45 to 18.19.46 by@dependabot
in peter-evans/create-pull-request#3254- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
@dependabot
in peter-evans/create-pull-request#3256- v7 - signed commits by
@peter-evans
in peter-evans/create-pull-request#3057New Contributors
@rustycl0ck
made their first contribution in peter-evans/create-pull-request#3057Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0
Create Pull Request v6.1.0
✨ Adds
pull-request-branch
as an action output.What's Changed
... (truncated)
5e91468
fix: support symlinks when commit signing (#3359)2f38cd2
fix: support submodules when commit signing (#3354)7a8aeac
build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)d39d596
build(deps-dev): bump @types/jest
from 29.5.12 to 29.5.13
(#3343)f6f978f
docs: correct suggestion for bot setup (#3342)6cd32fd
fix: disable abbreviated commit shas in diff (#3337)d121e62
fix: disable diff detection for renames and copies (#3330)f4d66f4
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)488c869
build(deps-dev): bump @types/node
from 18.19.48 to
18.19.50 (#3320)5354f85
docs: update readmeSourced from azure/docker-login's releases.
Version 2.0
- update of Node20
- update dependencies
Update the action to run with Node 16
No release notes provided.
15c4aad
Merge pull request #69
from lgmorand/master8fa230a
add node_modulescf67284
action/core => last version7aabc0a
rebuild lockaf42a18
fix some npm packages after upgrade to node203fe855c
Update README.md to use v2f3bf641
Merge pull request #64
from eikooc/masterb35be4d
Update to nodejs v2051016b5
Merge pull request #61
from Azure/stephenmichaelf/remove-integration-tests6a8199f
Remove Integration tests.Sourced from reecetech/version-increment's releases.
2024.9.2
No release notes provided.
2024.9.1
What's Changed
- Update version look up to support tags prepended with a prefix by
@sefasenturk95
in reecetech/version-increment#35- Fix lint & create new release by
@ps-jay
in reecetech/version-increment#36- Fix test for when on
main
branch by@ps-jay
in reecetech/version-increment#37New Contributors
@sefasenturk95
made their first contribution in reecetech/version-increment#35Full Changelog: https://github.com/reecetech/version-increment/compare/2024.4.4...2024.9.1
a5d6598
Merge pull request #38
from reecetech/fix-when-no-prefix39ac246
set prefix tag default to empty string2ec1961
Merge pull request #37
from reecetech/fix-test95aaf0c
Fix test for when on main
brancha67b798
Merge pull request #36
from reecetech/fix-lint9791034
Improve + fix test233fed5
Fix lint; Add commentdbf9c56
Merge pull request #35
from sefasenturk95/main0f29812
Update README5af72f0
Introduce new outputsSourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takost
in actions/cache#1284- feat: save-always flag by
@to-s
in actions/cache#1242New Contributors
@takost
made their first contribution in actions/cache#1284@to-s
made their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherley
in actions/cache#1302New Contributors
@robherley
made their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
v3.3.2
What's Changed
- Fixed readme with new segment timeout values by
@kotewar
in actions/cache#1133- Readme fixes by
@kotewar
in actions/cache#1134- Updated description of the lookup-only input for main action by
@kotewar
in actions/cache#1130- Change two new actions mention as quoted text by
@bishal-pdMSFT
in actions/cache#1131- Update Cross-OS Caching tips by
@pdotl
in actions/cache#1122- Bazel example (Take #2️⃣) by
@vorburger
in actions/cache#1132- Remove actions to add new PRs and issues to a project board by
@jorendorff
in actions/cache#1187- Consume latest toolkit and fix dangling promise bug by
@chkimes
in actions/cache#1217- Bump action version to 3.3.2 by
@bethanyj28
in actions/cache#1236New Contributors
@vorburger
made their first contribution in actions/cache#1132@jorendorff
made their first contribution in actions/cache#1187@chkimes
made their first contribution in actions/cache#1217@bethanyj28
made their first contribution in actions/cache#1236Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by
@kotewar
in actions/cache#1129Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by
@kotokaze
in actions/cache#1123
... (truncated)
Sourced from actions/cache's changelog.
Releases
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@actions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
- Added fix to prevent from setting MYSYS environment variable globally.
3.2.4
- Added option to fail job on cache miss.
... (truncated)
3624ceb
Restore original behavior of cache-hit
output (#1467)2cdf405
Prepare 4.1.0
release (#1464)a11fb02
restore action's README now references v4 instead of v3 (#1445)cf7a75e
Fix typo: depening -> depending (#1462)c74ca40
Deprecate save-always
input (#1452)f8a7ab4
Merge pull request #1463
from actions/Jcambass-patch-145b7be0
Add workflow file for publishing releases to immutable action
package81382a7
Merge pull request #1311
from todgru/todgru/v4-documentation-updatec4ee99a
Merge branch 'main' into todgru/v4-documentation-update57b8e40
Clarify that the restore-keys
input is a string in the docs
(#1434)Sourced from @playwright/test
's
releases.
v1.48.0
WebSocket routing
New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a
"request"
with a"response"
.await page.routeWebSocket('/ws', ws => { ws.onMessage(message => { if (message === 'request') ws.send('response'); }); });
See WebSocketRoute for more details.
UI updates
- New "copy" buttons for annotations and test location in the HTML report.
- Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
- New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.
Miscellaneous
- Option
form
and similar ones now accept FormData.- New method page.requestGC() may help detect memory leaks.
- New option
location
to pass custom step location.- Requests made by APIRequestContext now record detailed timing and security information in the HAR.
Browser Versions
- Chromium 130.0.6723.19
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 129
- Microsoft Edge 129
v1.47.2
Highlights
microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
- Chromium 129.0.6668.29
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 128
... (truncated)
0cdbb11
chore: mark v1.48.0 (#33009)ca368d4
cherry-pick(#32991):
fix(routeWebSocket): do not show in the trace (#33004)c329c5c
cherry-pick(#33005):
chore(driver): roll driver to recent Node.js LTS version97aaa12
cherry-pick(#32956):
fix(fetch): listener leaks on Socket0c17732
cherry-pick(#32949):
feat(chromium): roll to r1140530f043
cherry-pick(#32938):
feat(firefox): roll to r14651054930
cherry-pick(#32924):
docs: fix Java/.NET types for docs rollinge732f68
cherry-pick(#32906):
feat(chromium): roll to r1139dfa0e8b
cherry-pick(#32905):
chore: remove 'screenshot instead of snapshot' usages7155356
cherry-pick(#32880):
chore: unflake 'should record'Sourced from typescript's releases.
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083
(Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it
for ...1f44dcf
🤖 Pick PR #60157
(fix automatic type acquisition) into release-5.6 (#60169)a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708
(LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670
(fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761
(this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542
(Fixing delay caused in vscode due t...) into release-5.6 (#...Sourced from typescript's releases.
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083
(Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it
for ...1f44dcf
🤖 Pick PR #60157
(fix automatic type acquisition) into release-5.6 (#60169)a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708
(LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670
(fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761
(this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542
(Fixing delay caused in vscode due t...) into release-5.6 (#...