From b6c16fd18f57b8e3cfb0ec832f26ec7faf0ac190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:46:49 +0000 Subject: [PATCH 1/5] chore(deps): Bump the gha-deps group across 1 directory with 2 updates Bumps the gha-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/checkout` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.7) Updates `ruby/setup-ruby` from 1.175.1 to 1.183.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/1198b074305f9356bd56dd4b311757cc0dab2f1c...1d0e911f615a112e322369596f10ee0b95b010ae) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yaml | 6 +++--- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/markdown-link-check.yaml | 2 +- .github/workflows/repo-labels.yaml | 2 +- .github/workflows/rustdoc.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index cb49affe..81611c20 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Ruby toolchain - uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 + uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Rust toolchain uses: artichoke/setup-rust/audit@v1.11.0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36caa210..e4a12eab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: RUST_BACKTRACE: 1 steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Rust toolchain uses: artichoke/setup-rust/build-and-test@v1.11.0 @@ -53,7 +53,7 @@ jobs: RUST_BACKTRACE: 1 steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Rust nightly toolchain uses: artichoke/setup-rust/check-minimal-versions@v1.11.0 @@ -74,7 +74,7 @@ jobs: RUST_BACKTRACE: 1 steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Rust toolchain uses: artichoke/setup-rust/lint-and-format@v1.11.0 @@ -92,10 +92,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Ruby toolchain - uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 + uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Format with prettier run: npx prettier --check '**/*' diff --git a/.github/workflows/markdown-link-check.yaml b/.github/workflows/markdown-link-check.yaml index f149944b..42fe3566 100644 --- a/.github/workflows/markdown-link-check.yaml +++ b/.github/workflows/markdown-link-check.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Check for broken links in markdown files uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15 diff --git a/.github/workflows/repo-labels.yaml b/.github/workflows/repo-labels.yaml index c1e15a08..cd133a0e 100644 --- a/.github/workflows/repo-labels.yaml +++ b/.github/workflows/repo-labels.yaml @@ -20,7 +20,7 @@ jobs: name: Synchronize repository labels runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.7 - name: Sync GitHub Issue Labels uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0 diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 4c076dc3..b396adfa 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Install Rust toolchain uses: artichoke/setup-rust/rustdoc@v1.11.0 From 5d20ca94cf5000c9841e73560f0d5ef7302ba42a Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Tue, 9 Jul 2024 11:48:07 -0700 Subject: [PATCH 2/5] Delete bin-apple --- bin-apple | Bin 52152 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin-apple diff --git a/bin-apple b/bin-apple deleted file mode 100755 index 65d4c92e2cda491bcc24e74d7821331b3bdd74c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52152 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 From a5ecb365b3499574e36b6b500569c8819aa83e2d Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Tue, 9 Jul 2024 11:50:35 -0700 Subject: [PATCH 3/5] Upgrade Ruby and bundler versions --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a27998..619b5376 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3 diff --git a/Gemfile.lock b/Gemfile.lock index db5edbe4..9544dab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,4 +47,4 @@ DEPENDENCIES rubocop-rake (~> 0.6) BUNDLED WITH - 2.5.3 + 2.5.15 From 7025127dc6138ec869a2416eb0821b4add4db6c7 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Tue, 9 Jul 2024 11:53:35 -0700 Subject: [PATCH 4/5] Lock prettier version --- .github/workflows/ci.yaml | 8 +++ .gitignore | 146 +++++++++++++++++++++++++++++++++++++- .node-version | 1 + package-lock.json | 30 ++++++++ package.json | 23 ++++++ 5 files changed, 205 insertions(+), 3 deletions(-) create mode 100644 .node-version create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4a12eab..4f22bbfe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,6 +110,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 + - name: Setup Node.js runtime + uses: actions/setup-node@v4.0.2 + with: + node-version: "lts/*" + + - name: Install toolchain + run: npm ci + - name: Format with prettier run: npx prettier --check '**/*' diff --git a/.gitignore b/.gitignore index fc3224bc..20ce5873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,145 @@ -# Created by https://www.toptal.com/developers/gitignore/api/vim,rust,ruby -# Edit at https://www.toptal.com/developers/gitignore?templates=vim,rust,ruby +# Created by https://www.toptal.com/developers/gitignore/api/vim,ruby,rust,node +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,ruby,rust,node + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +### Node Patch ### +# Serverless Webpack directories +.webpack/ + +# Optional stylelint cache + +# SvelteKit build / generate output +.svelte-kit ### Ruby ### *.gem @@ -95,4 +235,4 @@ tags # Persistent undo [._]*.un~ -# End of https://www.toptal.com/developers/gitignore/api/vim,rust,ruby +# End of https://www.toptal.com/developers/gitignore/api/vim,ruby,rust,node diff --git a/.node-version b/.node-version new file mode 100644 index 00000000..b009dfb9 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +lts/* diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..14414cf6 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,30 @@ +{ + "name": "@artichokeruby/ruby-file-expand-path", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@artichokeruby/ruby-file-expand-path", + "version": "0.0.0", + "devDependencies": { + "prettier": "^3.2.5" + } + }, + "node_modules/prettier": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 00000000..e6df5967 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "@artichokeruby/ruby-file-expand-path", + "version": "0.0.0", + "private": true, + "description": "Rust port of path normalization from MRI Ruby.", + "keywords": [ + "ruby", + "rust", + "windows", + "filesystem", + "ffi" + ], + "repository": "github:artichoke/ruby-file-expand-path", + "author": "Ryan Lopopolo (https://hyperbo.la/)", + "homepage": "https://www.artichokeruby.org", + "bugs": "https://github.com/artichoke/ruby-file-expand-path/issues", + "devDependencies": { + "prettier": "^3.2.5" + }, + "scripts": { + "fmt": "prettier --write \"**/*\"" + } +} From ec58486178a919af7bb31105891d50e62f16f848 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Tue, 9 Jul 2024 11:55:46 -0700 Subject: [PATCH 5/5] Pin prettier 3.2.5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14414cf6..433a6ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "@artichokeruby/ruby-file-expand-path", "version": "0.0.0", "devDependencies": { - "prettier": "^3.2.5" + "prettier": "3.2.5" } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index e6df5967..fc63c1f1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "homepage": "https://www.artichokeruby.org", "bugs": "https://github.com/artichoke/ruby-file-expand-path/issues", "devDependencies": { - "prettier": "^3.2.5" + "prettier": "3.2.5" }, "scripts": { "fmt": "prettier --write \"**/*\""