Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/eslint-9.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz authored Jan 8, 2025
2 parents 99b8704 + c4ef5b8 commit b8d12be
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "sunday"
assignees:
- "dennykorsukewitz"
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "sunday"
assignees:
- "dennykorsukewitz"
Expand Down
2 changes: 0 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the extensions.json format
{
"recommendations": [
"dbaeumer.vscode-eslint"
Expand Down
4 changes: 0 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/vscode": "^1.74.0",
"@vscode/test-electron": "^2.2.0",
"eslint": "^9.17.0",
"mocha": "^10.1.0",
"mocha": "^11.0.1",
"typescript": "^4.9.3"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
" Trusted => 0,",
" DispatchingBy => 'Queue', # Queue|From",
" QueueID => \\$QueueID,",
" CMD => 1, # optional: Print additional output of MailAccount module to STDOUT",
" UserID => \\$UserID,",
");}",
"${2:my \\$Ok = \\$MailAccountObject->MailAccountFetch(",
" Login => 'mail',",
" Password => 'SomePassword',",
" Host => 'pop3.example.com',",
" Type => 'POP3', # POP3,POP3s,IMAP,IMAPS",
" Trusted => 0,",
" DispatchingBy => 'Queue', # Queue|From",
" QueueID => \\$QueueID,",
" UserID => \\$UserID,",
");}",
],
Expand Down
3 changes: 3 additions & 0 deletions src/snippets-raw-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6376,6 +6376,9 @@
]
},
"MailAccountFetch" : {
"my $Ok = $MailAccountObject->MailAccountFetch(\n Login => 'mail',\n Password => 'SomePassword',\n Host => 'pop3.example.com',\n Type => 'POP3', # POP3,POP3s,IMAP,IMAPS\n Trusted => 0,\n DispatchingBy => 'Queue', # Queue|From\n QueueID => $QueueID,\n CMD => 1, # optional: Print additional output of MailAccount module to STDOUT\n UserID => $UserID,\n);" : [
"7.1"
],
"my $Ok = $MailAccountObject->MailAccountFetch(\n Login => 'mail',\n Password => 'SomePassword',\n Host => 'pop3.example.com',\n Type => 'POP3', # POP3,POP3s,IMAP,IMAPS\n Trusted => 0,\n DispatchingBy => 'Queue', # Queue|From\n QueueID => $QueueID,\n UserID => $UserID,\n);" : [
"6.0",
"6.4",
Expand Down

0 comments on commit b8d12be

Please sign in to comment.