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

Release #2994

Merged
merged 23 commits into from
Sep 8, 2024
Merged

Release #2994

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5b4c43a
refact: daily plan add teamId on model
GloireMutaliko21 Aug 19, 2024
35abf3c
Merge pull request #2929 from ever-co/fix/daily-plan-feature-add-team…
evereq Aug 28, 2024
25ac65e
Planned tasks popup | add unplan action menu (#2969)
CREDO23 Aug 29, 2024
18e092f
chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /apps/mobile
dependabot[bot] Aug 31, 2024
46fbd9e
[Feat]: implement multi-select dropdown with persistent open state fo…
Innocent-Akim Sep 1, 2024
2df404c
Merge pull request #2980 from ever-co/dependabot/npm_and_yarn/apps/mo…
evereq Sep 1, 2024
7ff27d2
chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /apps/extensions
dependabot[bot] Sep 1, 2024
76f9c20
2942 feature planned button stat working on the popup (#2953)
CREDO23 Sep 1, 2024
30632ef
feat: add the task details modal (#2975)
CREDO23 Sep 1, 2024
7cfe611
ui: add 'See Plan' option on team member task card menu (#2976)
CREDO23 Sep 1, 2024
1faeab1
Merge pull request #2981 from ever-co/dependabot/npm_and_yarn/apps/ex…
evereq Sep 1, 2024
f584bc4
Update add-task-estimation-hours-modal.tsx
evereq Sep 1, 2024
d44e3f4
Update add-task-estimation-hours-modal.tsx
evereq Sep 1, 2024
37bef63
feat: add active task confirmation popup
CREDO23 Sep 4, 2024
fa84bdc
Merge pull request #2957 from ever-co/2944-task-planned--add-confirma…
evereq Sep 4, 2024
cf02d9b
[Feat]: Add generic CustomCombobox component with props for dynamic (…
Innocent-Akim Sep 4, 2024
8928b13
Fix unnecessary multiples employees API requests (#2985)
paradoxe35 Sep 5, 2024
46aae43
[Feat] Planned tasks popup | search / add / create task (#2979)
CREDO23 Sep 5, 2024
6a53252
Refact: remove duplication of user card menu
CREDO23 Sep 6, 2024
4d7bf5f
[Feat]: Adapt ManageOrMemberComponent to new design with dynamic fiel…
Innocent-Akim Sep 7, 2024
ddeef46
Merge pull request #2989 from ever-co/2977-code-duplication-the-card-…
evereq Sep 7, 2024
5ee0639
[Feat] Team card member | See all plans modal (#2984)
CREDO23 Sep 8, 2024
bff7251
chore: fix desktop apps builds for Windows
evereq Sep 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"caseSensitive": false,
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"words": [
"Unplan",
"nivo",
"accepte",
"Accordian",
Expand Down
66 changes: 65 additions & 1 deletion .github/workflows/desktop-server-api.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ref: master

- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v3
uses: buildjet/setup-node@v4
with:
node-version: '20.11.1'
cache: 'yarn'
Expand Down Expand Up @@ -58,13 +58,13 @@
with:
script: |
const script = require('./.scripts/bump-version-electron.js')
script.serverapi(true).then(console.log)

Check warning on line 61 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (serverapi)
env:
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_API_SERVER_APP_NAME: 'ever-teams-api-server'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 67 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)

- name: Build API Server App
run: 'yarn build:gauzy-api-server:linux:release:gh'
Expand All @@ -87,7 +87,7 @@
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_API_SERVER_APP_NAME: 'ever-teams-api-server'
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 90 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)
DESKTOP_API_SERVER_APP_REPO_NAME: 'ever-teams-api-server'
DESKTOP_API_SERVER_APP_REPO_OWNER: 'ever-co'
DESKTOP_API_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams'
Expand Down Expand Up @@ -136,13 +136,13 @@
with:
script: |
const script = require('./.scripts/bump-version-electron.js')
script.serverapi(true).then(console.log)

Check warning on line 139 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (serverapi)
env:
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_API_SERVER_APP_NAME: 'ever-teams-api-server'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 145 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)

- name: Build API Server App
run: 'yarn build:gauzy-api-server:mac:release'
Expand All @@ -165,7 +165,7 @@
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_API_SERVER_APP_NAME: 'ever-teams-api-server'
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 168 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)
DESKTOP_API_SERVER_APP_REPO_NAME: 'ever-teams-api-server'
DESKTOP_API_SERVER_APP_REPO_OWNER: 'ever-co'
DESKTOP_API_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams'
Expand Down Expand Up @@ -214,18 +214,18 @@
with:
script: |
const script = require('./.scripts/bump-version-electron.js')
script.serverapi(true).then(console.log)

Check warning on line 217 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (serverapi)
env:
PROJECT_REPO: 'https://github.com/ever-co/ever-teams.git'
DESKTOP_API_SERVER_APP_NAME: 'ever-teams-api-server'
COMPANY_SITE_LINK: 'https://ever.team'
DESKTOP_API_SERVER_APP_DESCRIPTION: 'Ever Teams API Server'
DESKTOP_API_SERVER_APP_ID: 'com.ever.everteamsapiserver'

Check warning on line 223 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (everteamsapiserver)

- name: Print environment variable names
run: |
echo "Environment Variable Names:"
printenv | cut -d= -f1

Check warning on line 228 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (printenv)

- name: Build API Server App
run: 'yarn build:gauzy-api-server:windows:release:gh'
Expand Down Expand Up @@ -266,7 +266,11 @@
CABAL_DIR: ''
ChocolateyInstall: ''
ChromeWebDriver: ''
COBERTURA_HOME: ''

Check warning on line 269 in .github/workflows/desktop-server-api.apps.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (COBERTURA)
# COMPUTERNAME: ''
# COMSPEC: ''
# CONDA: ''
# DEPLOYMENT_BASEPATH: ''
SBT_HOME: ''
SELENIUM_JAR_PATH: ''
STATS_BLT: ''
Expand All @@ -287,10 +291,49 @@
ANDROID_NDK_LATEST_HOME: ''
ANDROID_NDK_ROOT: ''
ANDROID_SDK_ROOT: ''
# GITHUB_ACTION: ''
# GITHUB_ACTIONS: ''
# GITHUB_ACTION_REF: ''
# GITHUB_ACTION_REPOSITORY: ''
# GITHUB_ACTOR: ''
# GITHUB_ACTOR_ID: ''
# GITHUB_API_URL: ''
# GITHUB_BASE_REF: ''
# GITHUB_ENV: ''
# GITHUB_EVENT_NAME: ''
# GITHUB_EVENT_PATH: ''
# GITHUB_GRAPHQL_URL: ''
# GITHUB_HEAD_REF: ''
# GITHUB_JOB: ''
# GITHUB_OUTPUT: ''
# GITHUB_PATH: ''
# GITHUB_REF: ''
# GITHUB_REF_NAME: ''
# GITHUB_REF_PROTECTED: ''
# GITHUB_REF_TYPE: ''
# GITHUB_REPOSITORY: ''
# GITHUB_REPOSITORY_ID: ''
# GITHUB_REPOSITORY_OWNER: ''
# GITHUB_REPOSITORY_OWNER_ID: ''
# GITHUB_RETENTION_DAYS: ''
# GITHUB_RUN_ATTEMPT: ''
# GITHUB_RUN_ID: ''
# GITHUB_RUN_NUMBER: ''
# GITHUB_SERVER_URL: ''
# GITHUB_SHA: ''
# GITHUB_STATE: ''
# GITHUB_STEP_SUMMARY: ''
# GITHUB_TRIGGERING_ACTOR: ''
# GITHUB_WORKFLOW: ''
# GITHUB_WORKFLOW_REF: ''
# GITHUB_WORKFLOW_SHA: ''
# GITHUB_WORKSPACE: ''
GOROOT_1_20_X64: ''
GOROOT_1_21_X64: ''
GOROOT_1_22_X64: ''
GRADLE_HOME: ''
# HOMEDRIVE: ''
# HOMEPATH: ''
IEWebDriver: ''
ImageOS: ''
ImageVersion: ''
Expand All @@ -299,10 +342,17 @@
JAVA_HOME_17_X64: ''
JAVA_HOME_21_X64: ''
JAVA_HOME_8_X64: ''
# LOCALAPPDATA: ''
# LOGONSERVER: ''
M2: ''
M2_REPO: ''
MAVEN_OPTS: ''
MonAgentClientLocation: ''
# npm_config_prefix: ''
# NUMBER_OF_PROCESSORS: ''
# OS: ''
# PATHEXT: ''
# PERFLOG_LOCATION_SETTING: ''
PGBIN: ''
PGDATA: ''
PGPASSWORD: ''
Expand All @@ -319,6 +369,7 @@
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: 'C:\hostedtoolcache\windows\node\20.11.1\x64;C:\Program Files\Git\bin;C:\npm\prefix;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\CMake\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Users\runneradmin\.dotnet\tools;C:\Users\runneradmin\.cargo\bin;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps'
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand All @@ -328,6 +379,7 @@
GeckoWebDriver: ''
GHCUP_INSTALL_BASE_PREFIX: ''
GHCUP_MSYS2: ''
# RTOOLS44_HOME: ''
RUNNER_ARCH: ''
RUNNER_ENVIRONMENT: ''
RUNNER_NAME: ''
Expand All @@ -337,8 +389,20 @@
RUNNER_TOOL_CACHE: ''
RUNNER_TRACKING_ID: ''
RUNNER_WORKSPACE: ''
# USERDOMAIN: ''
# USERDOMAIN_ROAMINGPROFILE: ''
# USERNAME: ''
# USERPROFILE: ''
# VCPKG_INSTALLATION_ROOT: ''
# WIX: ''
# TERM: ''
# HOME: ''
# WINDIR: ''
# ProgramData: ''
# PROGRAMFILES: ''
# ProgramW6432: ''
# ALLUSERSPROFILE: ''
# APPDATA: ''
# COMMONPROGRAMFILES: ''
# CommonProgramFiles(x86)
# CommonProgramW6432
64 changes: 64 additions & 0 deletions .github/workflows/desktop-server-web.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ jobs:
ChocolateyInstall: ''
ChromeWebDriver: ''
COBERTURA_HOME: ''
# COMPUTERNAME: ''
# COMSPEC: ''
# CONDA: ''
# DEPLOYMENT_BASEPATH: ''
SBT_HOME: ''
SELENIUM_JAR_PATH: ''
STATS_BLT: ''
Expand All @@ -278,10 +282,49 @@ jobs:
ANDROID_NDK_LATEST_HOME: ''
ANDROID_NDK_ROOT: ''
ANDROID_SDK_ROOT: ''
# GITHUB_ACTION: ''
# GITHUB_ACTIONS: ''
# GITHUB_ACTION_REF: ''
# GITHUB_ACTION_REPOSITORY: ''
# GITHUB_ACTOR: ''
# GITHUB_ACTOR_ID: ''
# GITHUB_API_URL: ''
# GITHUB_BASE_REF: ''
# GITHUB_ENV: ''
# GITHUB_EVENT_NAME: ''
# GITHUB_EVENT_PATH: ''
# GITHUB_GRAPHQL_URL: ''
# GITHUB_HEAD_REF: ''
# GITHUB_JOB: ''
# GITHUB_OUTPUT: ''
# GITHUB_PATH: ''
# GITHUB_REF: ''
# GITHUB_REF_NAME: ''
# GITHUB_REF_PROTECTED: ''
# GITHUB_REF_TYPE: ''
# GITHUB_REPOSITORY: ''
# GITHUB_REPOSITORY_ID: ''
# GITHUB_REPOSITORY_OWNER: ''
# GITHUB_REPOSITORY_OWNER_ID: ''
# GITHUB_RETENTION_DAYS: ''
# GITHUB_RUN_ATTEMPT: ''
# GITHUB_RUN_ID: ''
# GITHUB_RUN_NUMBER: ''
# GITHUB_SERVER_URL: ''
# GITHUB_SHA: ''
# GITHUB_STATE: ''
# GITHUB_STEP_SUMMARY: ''
# GITHUB_TRIGGERING_ACTOR: ''
# GITHUB_WORKFLOW: ''
# GITHUB_WORKFLOW_REF: ''
# GITHUB_WORKFLOW_SHA: ''
# GITHUB_WORKSPACE: ''
GOROOT_1_20_X64: ''
GOROOT_1_21_X64: ''
GOROOT_1_22_X64: ''
GRADLE_HOME: ''
# HOMEDRIVE: ''
# HOMEPATH: ''
IEWebDriver: ''
ImageOS: ''
ImageVersion: ''
Expand All @@ -290,10 +333,17 @@ jobs:
JAVA_HOME_17_X64: ''
JAVA_HOME_21_X64: ''
JAVA_HOME_8_X64: ''
# LOCALAPPDATA: ''
# LOGONSERVER: ''
M2: ''
M2_REPO: ''
MAVEN_OPTS: ''
MonAgentClientLocation: ''
# npm_config_prefix: ''
# NUMBER_OF_PROCESSORS: ''
# OS: ''
# PATHEXT: ''
# PERFLOG_LOCATION_SETTING: ''
PGBIN: ''
PGDATA: ''
PGPASSWORD: ''
Expand All @@ -310,6 +360,7 @@ jobs:
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: 'C:\hostedtoolcache\windows\node\20.11.1\x64;C:\Program Files\Git\bin;C:\npm\prefix;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\CMake\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Users\runneradmin\.dotnet\tools;C:\Users\runneradmin\.cargo\bin;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps'
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand All @@ -319,6 +370,7 @@ jobs:
GeckoWebDriver: ''
GHCUP_INSTALL_BASE_PREFIX: ''
GHCUP_MSYS2: ''
# RTOOLS44_HOME: ''
RUNNER_ARCH: ''
RUNNER_ENVIRONMENT: ''
RUNNER_NAME: ''
Expand All @@ -328,8 +380,20 @@ jobs:
RUNNER_TOOL_CACHE: ''
RUNNER_TRACKING_ID: ''
RUNNER_WORKSPACE: ''
# USERDOMAIN: ''
# USERDOMAIN_ROAMINGPROFILE: ''
# USERNAME: ''
# USERPROFILE: ''
# VCPKG_INSTALLATION_ROOT: ''
# WIX: ''
# TERM: ''
# HOME: ''
# WINDIR: ''
# ProgramData: ''
# PROGRAMFILES: ''
# ProgramW6432: ''
# ALLUSERSPROFILE: ''
# APPDATA: ''
# COMMONPROGRAMFILES: ''
# CommonProgramFiles(x86)
# CommonProgramW6432
66 changes: 65 additions & 1 deletion .github/workflows/desktop.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: master

- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v3
uses: buildjet/setup-node@v4
with:
node-version: '20.11.1'
cache: 'yarn'
Expand Down Expand Up @@ -267,6 +267,10 @@ jobs:
ChocolateyInstall: ''
ChromeWebDriver: ''
COBERTURA_HOME: ''
# COMPUTERNAME: ''
# COMSPEC: ''
# CONDA: ''
# DEPLOYMENT_BASEPATH: ''
SBT_HOME: ''
SELENIUM_JAR_PATH: ''
STATS_BLT: ''
Expand All @@ -287,10 +291,49 @@ jobs:
ANDROID_NDK_LATEST_HOME: ''
ANDROID_NDK_ROOT: ''
ANDROID_SDK_ROOT: ''
# GITHUB_ACTION: ''
# GITHUB_ACTIONS: ''
# GITHUB_ACTION_REF: ''
# GITHUB_ACTION_REPOSITORY: ''
# GITHUB_ACTOR: ''
# GITHUB_ACTOR_ID: ''
# GITHUB_API_URL: ''
# GITHUB_BASE_REF: ''
# GITHUB_ENV: ''
# GITHUB_EVENT_NAME: ''
# GITHUB_EVENT_PATH: ''
# GITHUB_GRAPHQL_URL: ''
# GITHUB_HEAD_REF: ''
# GITHUB_JOB: ''
# GITHUB_OUTPUT: ''
# GITHUB_PATH: ''
# GITHUB_REF: ''
# GITHUB_REF_NAME: ''
# GITHUB_REF_PROTECTED: ''
# GITHUB_REF_TYPE: ''
# GITHUB_REPOSITORY: ''
# GITHUB_REPOSITORY_ID: ''
# GITHUB_REPOSITORY_OWNER: ''
# GITHUB_REPOSITORY_OWNER_ID: ''
# GITHUB_RETENTION_DAYS: ''
# GITHUB_RUN_ATTEMPT: ''
# GITHUB_RUN_ID: ''
# GITHUB_RUN_NUMBER: ''
# GITHUB_SERVER_URL: ''
# GITHUB_SHA: ''
# GITHUB_STATE: ''
# GITHUB_STEP_SUMMARY: ''
# GITHUB_TRIGGERING_ACTOR: ''
# GITHUB_WORKFLOW: ''
# GITHUB_WORKFLOW_REF: ''
# GITHUB_WORKFLOW_SHA: ''
# GITHUB_WORKSPACE: ''
GOROOT_1_20_X64: ''
GOROOT_1_21_X64: ''
GOROOT_1_22_X64: ''
GRADLE_HOME: ''
# HOMEDRIVE: ''
# HOMEPATH: ''
IEWebDriver: ''
ImageOS: ''
ImageVersion: ''
Expand All @@ -299,10 +342,17 @@ jobs:
JAVA_HOME_17_X64: ''
JAVA_HOME_21_X64: ''
JAVA_HOME_8_X64: ''
# LOCALAPPDATA: ''
# LOGONSERVER: ''
M2: ''
M2_REPO: ''
MAVEN_OPTS: ''
MonAgentClientLocation: ''
# npm_config_prefix: ''
# NUMBER_OF_PROCESSORS: ''
# OS: ''
# PATHEXT: ''
# PERFLOG_LOCATION_SETTING: ''
PGBIN: ''
PGDATA: ''
PGPASSWORD: ''
Expand All @@ -319,6 +369,7 @@ jobs:
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: 'C:\hostedtoolcache\windows\node\20.11.1\x64;C:\Program Files\Git\bin;C:\npm\prefix;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\CMake\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Users\runneradmin\.dotnet\tools;C:\Users\runneradmin\.cargo\bin;C:\Users\runneradmin\AppData\Local\Microsoft\WindowsApps'
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand All @@ -328,6 +379,7 @@ jobs:
GeckoWebDriver: ''
GHCUP_INSTALL_BASE_PREFIX: ''
GHCUP_MSYS2: ''
# RTOOLS44_HOME: ''
RUNNER_ARCH: ''
RUNNER_ENVIRONMENT: ''
RUNNER_NAME: ''
Expand All @@ -337,8 +389,20 @@ jobs:
RUNNER_TOOL_CACHE: ''
RUNNER_TRACKING_ID: ''
RUNNER_WORKSPACE: ''
# USERDOMAIN: ''
# USERDOMAIN_ROAMINGPROFILE: ''
# USERNAME: ''
# USERPROFILE: ''
# VCPKG_INSTALLATION_ROOT: ''
# WIX: ''
# TERM: ''
# HOME: ''
# WINDIR: ''
# ProgramData: ''
# PROGRAMFILES: ''
# ProgramW6432: ''
# ALLUSERSPROFILE: ''
# APPDATA: ''
# COMMONPROGRAMFILES: ''
# CommonProgramFiles(x86)
# CommonProgramW6432
10 changes: 5 additions & 5 deletions apps/extensions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

braces@^3.0.2, braces@~3.0.2:
braces@^3.0.3, braces@~3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
Expand Down Expand Up @@ -3930,11 +3930,11 @@ merge2@^1.3.0, merge2@^1.4.1:
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

micromatch@^4.0.4, micromatch@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
version "4.0.8"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
dependencies:
braces "^3.0.2"
braces "^3.0.3"
picomatch "^2.3.1"

mime@^1.4.1:
Expand Down
Loading
Loading