Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @types/react from 18.0.9 to 18.0.27 #11

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

Centaurioun
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @types/react from 18.0.9 to 18.0.27.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-01-18.
Release notes
Package name: @types/react
  • 18.0.27 - 2023-01-18
  • 18.0.26 - 2022-12-02
  • 18.0.25 - 2022-11-04
  • 18.0.24 - 2022-10-27
  • 18.0.23 - 2022-10-25
  • 18.0.22 - 2022-10-24
  • 18.0.21 - 2022-09-22
  • 18.0.20 - 2022-09-13
  • 18.0.19 - 2022-09-10
  • 18.0.18 - 2022-08-30
  • 18.0.17 - 2022-08-08
  • 18.0.16 - 2022-08-07
  • 18.0.15 - 2022-07-05
  • 18.0.14 - 2022-06-16
  • 18.0.13 - 2022-06-16
  • 18.0.12 - 2022-06-05
  • 18.0.11 - 2022-06-04
  • 18.0.10 - 2022-05-31
  • 18.0.9 - 2022-05-06
from @types/react GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mergify mergify bot merged commit f959156 into main Apr 9, 2023
@mergify mergify bot deleted the snyk-upgrade-ce21a5088ecc21e10c2955ad0cb99dfb branch April 9, 2023 19:19
Centaurioun pushed a commit that referenced this pull request Jul 16, 2023
* Update quantumcast extension

- Contributions/merge 1684352334444420000 (#14)
- Release 0.0.4 (#13)
- Update CHANGELOG.md (#12)
- eslint mod (#11)
- V0.0.3 (#10)
- V0.0.3 (#9)
- Release 0.0.2 (#8)
- release 0.0.1 (#5)
- Modified CHANGELOG (#4)
- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Added missing icon and removed some matadata images

* Removed raycast-env.d.ts

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Centaurioun pushed a commit that referenced this pull request Mar 29, 2024
* Add footy-report extension

- Merge pull request #22 from thuoe/next
- Merge pull request #21 from thuoe/docs/2023-12-26-changelog
- docs: update changelog
- Merge pull request #20 from thuoe/feature/thu-33-redesign-test-api-command
- docs: update screenshots
- chore: delete unused assets
- feat: action to open ext preferences
- feat: use form to test API access token
- Merge pull request #19 from thuoe/bugfix/fetch-teams
- fix: optional position name
- Merge pull request #2 from thuoe/feature/thu-15-raycast-create-search-command
- Merge pull request #10 from thuoe/feature/thu-26-create-command-screenshots
- docs: include command screenshots in README.md
- docs: player stats screenshot
- docs: team list screenshot
- docs: update team details & API screenshots
- docs: delete outdated screenshots
- docs: create command screenshots
- Merge pull request #17 from thuoe/bugfix/type-errors
- build: include build step during CI pipeline
- fix: type error fetch teams hook
- fix: type error command arg
- fix: type errors for fetching fixtures
- fix: type erros from player stats
- fix: 2d array type further improvements
- fix: array type
- fix: multidimensional array type
- Merge pull request #18 from thuoe/feature/unit-tests
- build: test step to ci job
- test: create markdown from 2d array
- test: grouping obj
- test: format & select fields
- build: install jest
- Merge pull request #16 from thuoe/feature/thu-32-search-command-create-readme
- docs: add missing command subheading
- docs: create README.md template
- Merge pull request #15 from thuoe/feature/thu-29-player-markdown-season-stats
- feat: include yellow/red card stats
- refactor: set/filter events
- fix: map player id
- feat: fetch player stats across seasons for teams
- feat: create markdown table function
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #14 from thuoe/chore/gh-actions-ci
- build: provide extension description
- refactor: ci pipeline
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #13 from thuoe/feature/thu-28-create-extension-icon
- feat: create extension icon
- feat: create argument to search by team name
- feat: group squad by positions in grid view
- feat: create grouping function
- feat: create simple grid view for squad players
- feat: map tvstations to fixture calendar events
- feat: provide calendar name preference
- feat: wrap action in confirmation alert
- feat: create calendar event action for upcoming fixtures
- feat: icon for player details action button
- feat: introduce limit across fixture list items
- feat: populate upcoming fixtures list section
- fix: correct time range when fetching fixtures
- fix: rename fixture list category
- refactor: format fixture timestamp during response mapping
- feat: fetch latest fixtures and populate list items
- fix: correct squad subtitle count
- fix: populate title & placeholder with team name
- refactor: generic function to compute select fields
- fix: maximise player image size in markdown
- feat: create player details view
- feat: map player dob
- feat: restructure search command to search, favorite & display teams details
- feat: create new view for team details using dummy data
- build: create alias for shared types
- feat: create hook to fetch team with player info
- fix: invoke custom hook after change to path & provide execute flag
- refactor: rename search team command
- fix: prevent persisting dropdown value
- feat: create dropdown with team sections using dummy data
- feat(command): create search command template
- Merge pull request #12 from thuoe/chore/env-var-gh-actions
- chore: default env vars for gh actions
- chore: create basic ci pipeline (#11)
- Merge pull request #6 from thuoe/chore/local-dev-improvements
- fix: add missing package
- chore: format remaining files
- chore: update editorconfig
- chore: format code on save
- chore: create editorconfig file
- Merge pull request #5 from thuoe/feature/thu-23-create-preferences
- refactor: remove optional chaining
- refactor: create custom hook for API call
- feat: test API command
- chore: provide ESLint config (#4)
- Merge pull request #1 from thuoe/feature/thu-14-create-project-template
- feat: create simple command template
- Initial commit

* Update footy-report extension

- Merge pull request #26 from thuoe/next
- Merge pull request #25 from thuoe/bugfix/squad-details
- fix: map fixture id to item key
- fix: increase limit of squad players rendered in grid
- chore: remove console log
- fix: display age && render if dob provided
- fix: show seasons based on relevant team
- fix: filter season stats if no details found
- fix: render players without shirt no
- Merge pull request #23 from thuoe/main

* Update footy-report extension

- Merge pull request #29 from thuoe/next
- Merge pull request #28 from thuoe/feature/thu-34-error-handling-faulty-api-tokens
- fix: handle errors across views
- refactor: hooks response types
- fix: handle hook data responses if invalid token is found
- fix: provide error from promise hook
- feat: create error toast hook
- Merge pull request #27 from thuoe/main

* Update footy-report extension

- Merge pull request #32 from thuoe/next
- Merge pull request #31 from thuoe/feature/thu-35-api-test-command-validate-sportmonks-endpoint
- feat: validate endpoint before submit
- Merge pull request #30 from thuoe/main

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
Centaurioun pushed a commit that referenced this pull request Mar 29, 2024
* Add footy-report extension

- Merge pull request #22 from thuoe/next
- Merge pull request #21 from thuoe/docs/2023-12-26-changelog
- docs: update changelog
- Merge pull request #20 from thuoe/feature/thu-33-redesign-test-api-command
- docs: update screenshots
- chore: delete unused assets
- feat: action to open ext preferences
- feat: use form to test API access token
- Merge pull request #19 from thuoe/bugfix/fetch-teams
- fix: optional position name
- Merge pull request #2 from thuoe/feature/thu-15-raycast-create-search-command
- Merge pull request #10 from thuoe/feature/thu-26-create-command-screenshots
- docs: include command screenshots in README.md
- docs: player stats screenshot
- docs: team list screenshot
- docs: update team details & API screenshots
- docs: delete outdated screenshots
- docs: create command screenshots
- Merge pull request #17 from thuoe/bugfix/type-errors
- build: include build step during CI pipeline
- fix: type error fetch teams hook
- fix: type error command arg
- fix: type errors for fetching fixtures
- fix: type erros from player stats
- fix: 2d array type further improvements
- fix: array type
- fix: multidimensional array type
- Merge pull request #18 from thuoe/feature/unit-tests
- build: test step to ci job
- test: create markdown from 2d array
- test: grouping obj
- test: format & select fields
- build: install jest
- Merge pull request #16 from thuoe/feature/thu-32-search-command-create-readme
- docs: add missing command subheading
- docs: create README.md template
- Merge pull request #15 from thuoe/feature/thu-29-player-markdown-season-stats
- feat: include yellow/red card stats
- refactor: set/filter events
- fix: map player id
- feat: fetch player stats across seasons for teams
- feat: create markdown table function
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #14 from thuoe/chore/gh-actions-ci
- build: provide extension description
- refactor: ci pipeline
- Merge remote-tracking branch \'origin/next\' into feature/thu-15-raycast-create-search-command
- Merge pull request #13 from thuoe/feature/thu-28-create-extension-icon
- feat: create extension icon
- feat: create argument to search by team name
- feat: group squad by positions in grid view
- feat: create grouping function
- feat: create simple grid view for squad players
- feat: map tvstations to fixture calendar events
- feat: provide calendar name preference
- feat: wrap action in confirmation alert
- feat: create calendar event action for upcoming fixtures
- feat: icon for player details action button
- feat: introduce limit across fixture list items
- feat: populate upcoming fixtures list section
- fix: correct time range when fetching fixtures
- fix: rename fixture list category
- refactor: format fixture timestamp during response mapping
- feat: fetch latest fixtures and populate list items
- fix: correct squad subtitle count
- fix: populate title & placeholder with team name
- refactor: generic function to compute select fields
- fix: maximise player image size in markdown
- feat: create player details view
- feat: map player dob
- feat: restructure search command to search, favorite & display teams details
- feat: create new view for team details using dummy data
- build: create alias for shared types
- feat: create hook to fetch team with player info
- fix: invoke custom hook after change to path & provide execute flag
- refactor: rename search team command
- fix: prevent persisting dropdown value
- feat: create dropdown with team sections using dummy data
- feat(command): create search command template
- Merge pull request #12 from thuoe/chore/env-var-gh-actions
- chore: default env vars for gh actions
- chore: create basic ci pipeline (#11)
- Merge pull request #6 from thuoe/chore/local-dev-improvements
- fix: add missing package
- chore: format remaining files
- chore: update editorconfig
- chore: format code on save
- chore: create editorconfig file
- Merge pull request #5 from thuoe/feature/thu-23-create-preferences
- refactor: remove optional chaining
- refactor: create custom hook for API call
- feat: test API command
- chore: provide ESLint config (#4)
- Merge pull request #1 from thuoe/feature/thu-14-create-project-template
- feat: create simple command template
- Initial commit

* Update footy-report extension

- Merge pull request #26 from thuoe/next
- Merge pull request #25 from thuoe/bugfix/squad-details
- fix: map fixture id to item key
- fix: increase limit of squad players rendered in grid
- chore: remove console log
- fix: display age && render if dob provided
- fix: show seasons based on relevant team
- fix: filter season stats if no details found
- fix: render players without shirt no
- Merge pull request #23 from thuoe/main

* Update footy-report extension

- Merge pull request #29 from thuoe/next
- Merge pull request #28 from thuoe/feature/thu-34-error-handling-faulty-api-tokens
- fix: handle errors across views
- refactor: hooks response types
- fix: handle hook data responses if invalid token is found
- fix: provide error from promise hook
- feat: create error toast hook
- Merge pull request #27 from thuoe/main

* Update footy-report extension

- Merge pull request #32 from thuoe/next
- Merge pull request #31 from thuoe/feature/thu-35-api-test-command-validate-sportmonks-endpoint
- feat: validate endpoint before submit
- Merge pull request #30 from thuoe/main

* Update CHANGELOG.md and optimise images

* Update footy-report extension

- Merge pull request #37 from thuoe/next
- Merge pull request #36 from thuoe/chore/sync-raycast-repo
- Merge branch \'contributions/merge-1705420963700882000\' into chore/sync-raycast-repo
- Pull contributions
- Merge pull request #35 from thuoe/next
- Merge pull request #24 from thuoe/feature/thu-18-raycast-command-search-league-standings
- docs: update timestamp
- fix: filter only domestic leagues
- Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings
- docs: include install button (#34)
- Merge pull request #33 from thuoe/main
- Merge remote-tracking branch \'origin/next\' into feature/thu-18-raycast-command-search-league-standings
- docs: update changelog
- feat: action to open team details from standing
- docs: include command screenshot
- feat: include search bar placeholder
- fix: map league id
- feat: display standing once league is selected
- feat: map recent form for each standing
- fix: map image path
- feat: map matches played
- feat: create hook to fetch league standing data
- fix: map active season
- feat: fetch leagues

* Already an install button 🙂

* fix: error handle invalid api tokens for fetching standings (#38)

* fix: linting issues (#39)

* fix: error handle fetch league hook (#40)

* Update README.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Centaurioun pushed a commit that referenced this pull request Mar 29, 2024
* Update search-joplin-notes extension

- fix:conflict
- fix:changelog
- fix: app path
- add:command
- Merge pull request #18 from wisdom-plus/pubilc
- add:categries
- version_up
- Merge pull request #17 from wisdom-plus/type
- fix:type
- Merge pull request #16 from wisdom-plus/cached_error
- fix:pingjoplin
- fix:cached
- Merge pull request #13 from wisdom-plus/README
- add:metadata
- add:README
- Merge pull request #11 from wisdom-plus/applescript
- rm:applescript
- change:icon image
- Merge pull request #9 from wisdom-plus/untils
- add:raycast react hooks
- fix:useGetPath
- add:usePingJoplin
- wip:refactring:api
- add:untils runAppleScript
- add:package raycast untils
- Merge pull request #1 from wisdom-plus/version_up
- fix:localhost
- upgrade: packerage
- Merge pull request #1 from tomoron/joplin
- pref:resetResult
- pref:Loading
- fix:fetch
- pref:await
- fix:description
- add:pingjoplin
- pref:port
- change:icon
- add:joplin icon and delete command icon
- add:Icon and Color
- pref:error detail
- fix:error
- add:state error
- add:api catch error
- add:toast
- add:loding
- pref:api then
- fix:letter case
- add:NoteDetail
- replace:useGetPath()
- add:useGetPath
- rename:type
- rename:notedata
- fix:typo
- add:joplinbundleid
- fix:raycastbundleid
- replece:fetchnotes
- pref:promise await
- rm:import runapplescript
- add:BundleId
- mv:runapplescripts
- add:applescripts.ts
- add:open raycast
- add:delay
- rm:comment
- fix:Joplin is running not open
- pref:NotesList
- add:fix:props
- add:noteslist
- pref:url
- add:constnts.ts
- add:api.ts
- add:types.ts
- commentout
- add:applescript
- add_packeage:run-applescript
- add:read token
- fix:type
- add:preferences token
- add:open
- add:open joplin
- rm:comment
- add:url fields
- pref:fetch search
- add:result map
- add:fetch
- add_package:node-fetch
- add:searchText
- init

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
Centaurioun pushed a commit that referenced this pull request Mar 29, 2024
* Add timecamp extension

- Delete owner
- Update Readme and Icon
- Refactor: Fixed some type errors
- STYLE: Add correct logo and name
- Merge pull request #11 from iAmKevinCruz/feature/use-preferences-for-token
- FEAT: Use Prefernces to save token
- STYLE: List focus on the active timer if it exists
- FEAT: It\'s working!
- WIP
- first commit

* Update timecamp extension

- removed console.log
- update with prettier
- FIX: Type warnings

* Update package.json

* Update timecamp extension

- Merge branch \'contributions/merge-1706430613521565000\'
- Pull contributions
- REFACTOR: Linting
- REFEACTOR: Add missing types and removed unused type delcarations
- REFACTOR: All fxs use useFetch and useCacheState properly
- REFACTOR: Command() => useFetch

* FEAT: Entry creation takes to note edit and closes on note edit completion

* FEAT: Add second command to List and Form

* FIX: Note for new task when timer is running

* Update timecamp extension

- FEAT: Recent Entries to choose from
- REFACTOR: Move components into components folder and types

* FIX: Typo in api response

* Update CHANGELOG.md

* Update README.md

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
Centaurioun pushed a commit that referenced this pull request Aug 10, 2024
* Add personio extension

- move screenshots
- new screens
- Screenshots
- update readme
- small adjustments
- fixed time bug
- run ray lint
- delted unused libs
- type error
- Merge pull request #22 from marcjulianschwarz/12-store-preparation
- Merge pull request #21 from marcjulianschwarz/16-date-fields-required
- check for valid dates and times
- added contributors
- Merge pull request #20 from marcjulianschwarz/19-time-for-confirm-alert
- move confirmation to display selected times
- Merge pull request #18 from marcjulianschwarz/14-add-confirmation-pop-up-when-tracking-time
- added the confirmation for submitting the time
- Merge pull request #15 from marcjulianschwarz/13-pop-to-root-tracktime
- add pop to root
- Update README.md
- First readme
- Merge pull request #11 from marcjulianschwarz/5-for-future-publishing-timezone-needs-to-be-changeable-via-the-settings
- added timezone dropdown and some timezones
- Merge pull request #10 from marcjulianschwarz/9-attendances-loading-indicator
- add loading indicator for attendances list
- Merge pull request #7 from marcjulianschwarz/4-client-secret-and-id
- Merge branch \'main\' into 4-client-secret-and-id
- move client id and secret to preferences
- Merge pull request #6 from marcjulianschwarz/1-language-normalisation
- normalised language to english
- initial commit

* Update personio extension

- Merge pull request #26 from marcjulianschwarz/25-attendance-month-bug
- fix bug by caching individual attendance combinations
- cache values (#24)
- add month selection for attendances command

* Update personio extension

- Merge pull request #29 from marcjulianschwarz/27-stats
- add stats to attendances command
- update cache logs

* Update personio extension

- add new screenshots
- Added use case for submit time
- Hotfixes/ready-for-release (#32)
- Merge pull request #30 from marcjulianschwarz/2-time-noting
- added time noting and changed function name to submit times

* Update personio extension

- linting issues
- await the post request
- change variable name of token to token_

* Update CHANGELOG.md

* Update package.json

* Update personio extension

- Merge branch \'contributions/merge-1713278318830455000\'
- Pull contributions
- remove console error
- wrong credential error message

* linting issues

* refactor and fix authentication issues

* added timezones

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
Centaurioun pushed a commit that referenced this pull request Dec 25, 2024
* Add clippyx extension

- mobileclip installation by default
- Merge pull request #15 from Andrew-Ayman123/main
- Added PowerToys Run Plugin
- powertoys run plugin
- removing autocast from mobile CLIP
- removing custom installation
- -fixing torch installation -increase settings height
- fixing issue in torch cuda installation
- prevent reinstall torch if already installed
- updating requirements.txt
- -fixing bug in args - fixing bug in settings gui
- adding topk and threshold to server, raycast and webui
- new setup
- remvove text and pdf notebook
- support metal
- -updating create_db with new embedding providers -updated requirements.txt file
- dropping wsl support
- multithreaded scan
- Settings UI + new config with new embedding providers
- text embeddings now support hugging face transformers, Llama.cpp, Ollama and any OpenAI Compatible API
- adding threshold and top_k to search functions
- debouncing to avoid execssive requests
- raising exception of Ollama isn\'t initalized
- - fixing issue in text embeddings data base - adding verbose to clean defaulted False
- fixing an error in the text embeddings collection
- fixing typo
- chaning OCR dir using batch OCR in vector db
- restoring main.py to improve memory
- moving OCR inside dir
- batched OCR and parallel IO & post processing
- batched vector database
- batch processing of images in HF transformers CLIP (both model and io)
- batch processing of images in mobileclip (both model and io)
- fixing error in deep_scan disabled
- fixing error in flow launcher
- removing include paths from Everything
- using PIL instead of matplotlib fixing error in OCR
- updating to the new port
- updating HTML for new API
- updating config for deep_scan
- new scan functionality
- Search image can work with any image locally or from web
- updating extensions to the new API
- using query for all routes
- raycast extension
- notebook for text files and documents
- change default config
- reading paths from sql Changing port number to 23107 to avoid conflicts
- recovering original everything
- commenting include /exclude functionality
- scanning given directories
- removing extra lines
- adding notes
- supporting text embeddings from ollama
- removing unecessary files
- Merge pull request #11 from yousefmrashad/everything-include-exclude
- Add include/exclude folders functionality to everything image retrieval. Fix: exclude the recycle bin folder in code.
- chaning webui route from /index to /
- Merge pull request #10 from yousefmrashad/utf-16-paths
- Remove redundant code.
- Used "UTF-16" to read image file paths for better compatibility.
- updating html readme
- better UI
- native OS theme
- Merge pull request #9 from t0saki/feat/serve-index-webpage-with-server
- handling wsl server
- updating gif
- feat: Add web interface URL to server startup message
- restore img list source
- add index to server
- updating readme
- setting default settings
- adding configs to everything
- adding include / execlude folders to config
- adding license
- adding future work to issues
- adding video link
- updating READMEs
- fixing title
- adding webui
- flow launcher readme
- updating README
- updating docstrings
- removing image itself when searching by image
- fixing bug in image search functionality
- adding search by image functionality
- pip package
- Everything SDK now downloads by default
- removing test notebook
- v0.1 config not added yet
- main embedding and OCR Files
- first commit

* fixing raycast extension

* Update clippyx extension

- Merge remote-tracking branch \'origin/HEAD\'
- temp
- Updating README
- temp
- fixing raycast extension

* Update clippyx extension

- updating icon
- Merge remote-tracking branch \'origin/HEAD\'
- temp
- Updating README
- temp
- fixing raycast extension

* Update

* Update interface.ts

* Update CHANGELOG.md

* Update clippyx extension

- Merge branch \'contributions/merge-1727819990266476000\'
- Pull contributions
- screenshots
- updating icon
- Merge remote-tracking branch \'origin/HEAD\'
- temp
- Updating README
- temp
- fixing raycast extension

* Update package.json

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants