Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Sep 23, 2024
1 parent 62c037c commit 5470bf5
Show file tree
Hide file tree
Showing 27 changed files with 7,645 additions and 7,446 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
36 changes: 19 additions & 17 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,28 @@ on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
steps:
- uses: actions/[email protected]

- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.node-version'

- run: npm cit
- run: npm cit

auto-merge:
runs-on: ubuntu-latest
needs: build
auto-merge:
runs-on: ubuntu-latest
needs: build

permissions:
pull-requests: write
contents: write
permissions:
pull-requests: write
contents: write

steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: npm audit fix

on:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
steps:
- uses: actions/[email protected]

- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.node-version'

- run: npm audit
- run: npm audit
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*.{ts,json,css,md,yml}": ["prettier --write"]
"*.{ts,json,css,md,yml}": ["prettier --write"]
}
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"printWidth": 140,
"useTabs": true,
"useTabs": false,
"singleQuote": true,
"tabWidth": 4
"tabWidth": 2
}
14 changes: 7 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"editor.formatOnSave": true,
"prettier.tabWidth": 4,
"prettier.printWidth": 140,
"prettier.singleQuote": true,
"editor.renderWhitespace": "all",
"prettier.useTabs": true,
"editor.insertSpaces": false
"editor.formatOnSave": true,
"prettier.tabWidth": 4,
"prettier.printWidth": 140,
"prettier.singleQuote": true,
"editor.renderWhitespace": "all",
"prettier.useTabs": true,
"editor.insertSpaces": false
}
74 changes: 37 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,91 +2,91 @@

#### v0.11.2

- Make space trimming configurable
- Make space trimming configurable

#### v0.11.1

- Remove spaces from tickets (by [Jesús Roldán](https://github.com/xeBuz))
- Remove spaces from tickets (by [Jesús Roldán](https://github.com/xeBuz))

#### v0.11.0

- Added Spanish translation (by [Jesús Roldán](https://github.com/xeBuz))
- Added Spanish translation (by [Jesús Roldán](https://github.com/xeBuz))

#### v0.10.2 (Firefox only)

- Fix issue that prevented the extension to load when commands are unsupported
- Fix issue that prevented the extension to load when commands are unsupported

#### v0.10.0

- Display currently assigned shortcuts on the options page
- Updated logo to reflect the new JIRA logo
- Display currently assigned shortcuts on the options page
- Updated logo to reflect the new JIRA logo

#### v0.9.1

- Fix omnibox for Firefox when no URL was configured
- Guard Firefox issue when runtime.onInstalled is not available
- Use textContent over innerHTML for localization
- Fix omnibox for Firefox when no URL was configured
- Guard Firefox issue when runtime.onInstalled is not available
- Use textContent over innerHTML for localization

#### v0.9.0

- Update icons displayed in navigation bar
- Various code refactorings to allow usage on Edge and Firefox
- Fallback to local storage if sync is not available
- Update icons displayed in navigation bar
- Various code refactorings to allow usage on Edge and Firefox
- Fallback to local storage if sync is not available

#### v0.8.0

- Add button to open the re-open the last ticket (synced via storage)
- Don't close or submit the popup form when no input is entered
- Fixed omnibox not respecting default setting
- Add button to open the re-open the last ticket (synced via storage)
- Don't close or submit the popup form when no input is entered
- Fixed omnibox not respecting default setting

#### v0.7.0

- Fixed permission for selected text shortcut
- Fixed permission for selected text shortcut

#### v0.6.1

- Removed deprecated API call
- Added shortcuts to open the selected text as a ticket in the current (Alt + K) or a new tab (Alt + Shift + K)
- Changelog is no longer localized
- Removed deprecated API call
- Added shortcuts to open the selected text as a ticket in the current (Alt + K) or a new tab (Alt + Shift + K)
- Changelog is no longer localized

#### v0.6

- Updated to Chrome's new options dialog
- CSS and JS (ES6) updates
- use newer Chrome APIs like runtime.openOptionsPage()
- Minimum Chrome version is now 45
- Updated to Chrome's new options dialog
- CSS and JS (ES6) updates
- use newer Chrome APIs like runtime.openOptionsPage()
- Minimum Chrome version is now 45

#### v0.5.1

- Added support for the QuickSearch URL of JIRA, please refer to the options page for more information. Thanks [@jantimon](https://twitter.com/jantimon) for the hint.
- Added support for the QuickSearch URL of JIRA, please refer to the options page for more information. Thanks [@jantimon](https://twitter.com/jantimon) for the hint.

#### v0.5

- fixed shortcut (sadly changed to CTRL + SHIFT +K)
- if you experience problems with the new shortcut, please re-install quickjira
- localization updated
- fixed shortcut (sadly changed to CTRL + SHIFT +K)
- if you experience problems with the new shortcut, please re-install quickjira
- localization updated

#### v0.4

- added donation info
- added right click (context menu) options
- added donation info
- added right click (context menu) options

#### v0.3.1

- added link to changelog and options in footer
- new buttons, input fields, overall improved style!
- added link to changelog and options in footer
- new buttons, input fields, overall improved style!

#### v0.3

- use Chrome API to close options page
- added welcome page and changelog page
- added footer
- use Chrome API to close options page
- added welcome page and changelog page
- added footer

#### v0.2

- added URL validation
- added omnibox "jira" keyword
- added URL validation
- added omnibox "jira" keyword

#### v0.1

- initial release
- initial release
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ The settings are synced via your Google account across other browsers.

## Features

- open issue in current or new tab
- re-open last viewed ticket
- shortcuts
- Popup (default is CTRL/CMD + Shift + K)
- Open selected text in the current tab (Alt + K)
- Open selected text in a new tab (Alt + Shift + K)
- omnibox keyword "jira"
- configure default action
- right click (context menu) integration
- open issue in current or new tab
- re-open last viewed ticket
- shortcuts
- Popup (default is CTRL/CMD + Shift + K)
- Open selected text in the current tab (Alt + K)
- Open selected text in a new tab (Alt + Shift + K)
- omnibox keyword "jira"
- configure default action
- right click (context menu) integration

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion background.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<html>
<script type="text/javascript" src="js/background.js"></script>
<script type="text/javascript" src="js/background.js"></script>
</html>
Loading

0 comments on commit 5470bf5

Please sign in to comment.