diff --git a/.env-track/config.yaml b/.env-track/config.yaml new file mode 100644 index 00000000000..17b85cf752d --- /dev/null +++ b/.env-track/config.yaml @@ -0,0 +1,16 @@ + +appSettings: + notifications: + showNotifications: true + showStartCommandNotification: true + showEndCommandNotification: true + showErrors: true + autoFocusOnStartCommand: false + showOnlyFavorites: false + commandViewMode: 'normal' + +commands: + example: + name: 'Example Command' + description: 'This is an example command' + command: 'echo "Hello, EnvTrack!"' diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000000..738638f5e0d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [BraverClient, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: # Replace with a single thanks.dev username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 00000000000..e31d81c5864 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..6286e2a7c54 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability +ercetinguler@hotmail.com Lütfen Güvanlik Açıklarını adrese bildirin. diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000000..ee845eec80a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-primer diff --git a/quarto-cli.code-workspace b/quarto-cli.code-workspace index 8f9b1f9a39b..7f9bd04c0fb 100644 --- a/quarto-cli.code-workspace +++ b/quarto-cli.code-workspace @@ -35,7 +35,16 @@ "deno.inlayHints.parameterTypes.enabled": false, "deno.inlayHints.propertyDeclarationTypes.enabled": false, "deno.inlayHints.variableTypes.enabled": false, - "deno.inlayHints.variableTypes.suppressWhenTypeMatchesName": false + "deno.inlayHints.variableTypes.suppressWhenTypeMatchesName": false, + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + ".mule": true + } }, "typst-lsp.exportPdf": "never" } diff --git a/tests/docs/books/visualization-curriculum/requirements.txt b/tests/docs/books/visualization-curriculum/requirements.txt index 3b51925695f..b8685df53d3 100644 --- a/tests/docs/books/visualization-curriculum/requirements.txt +++ b/tests/docs/books/visualization-curriculum/requirements.txt @@ -10,24 +10,24 @@ attrs==21.2.0 Babel==2.9.1 backcall==0.2.0 bleach==3.3.0 -certifi==2020.12.5 +certifi==20203.7.23 cffi==1.14.5 chardet==4.0.0 decorator==5.0.9 defusedxml==0.7.1 entrypoints==0.3 -idna==3.1 +idna==3.7 ipykernel==5.5.5 -ipython==7.23.1 +ipython==8.10.0 ipython-genutils==0.2.0 jedi==0.18.0 -Jinja2==3.0.0 +Jinja2==3.1.4 json5==0.9.5 jsonschema==3.2.0 jupyter-client==6.1.12 -jupyter-core==4.7.1 -jupyter-server==1.7.0 -jupyterlab==3.0.15 +jupyter-core==4.11.12 +jupyter-server==2.11.2 +jupyterlab==3.6.8 jupyterlab-pygments==0.1.2 jupyterlab-server==2.5.1 MarkupSafe==2.0.0 @@ -35,11 +35,11 @@ matplotlib-inline==0.1.2 mistune==0.8.4 nbclassic==0.2.8 nbclient==0.5.3 -nbconvert==6.0.7 +nbconvert==6.5.1 nbformat==5.1.3 nest-asyncio==1.5.1 -notebook==6.3.0 -numpy==1.20.3 +notebook==6.4.12 +numpy==1.22 packaging==20.9 pandas==1.2.4 pandocfilters==1.4.3 @@ -51,14 +51,14 @@ prometheus-client==0.10.1 prompt-toolkit==3.0.18 ptyprocess==0.7.0 pycparser==2.20 -Pygments==2.9.0 +Pygments==2.15.0 pyparsing==2.4.7 pyrsistent==0.17.3 python-dateutil==2.8.1 pytz==2021.1 PyYAML==5.4.1 pyzmq==22.0.3 -requests==2.25.1 +requests==2.32.0 selenium==3.141.0 Send2Trash==1.5.0 six==1.16.0 @@ -66,9 +66,9 @@ sniffio==1.2.0 terminado==0.9.5 testpath==0.4.4 toolz==0.11.1 -tornado==6.1 +tornado==6.4.2 traitlets==5.0.5 -urllib3==1.26.4 +urllib3==1.26.19 vega-datasets==0.9.0 wcwidth==0.2.5 webencodings==0.5.1