vip-search-replace

Leverages @automattic/go-search-replace to perform text search and replace in SQL files.

MIT License

Downloads
5.5K
Stars
3
Committers
7

Bot releases are visible (Hide)

vip-search-replace - v1.1.3 Latest Release

Published by github-actions[bot] 9 months ago

What's Changed

Full Changelog: https://github.com/Automattic/vip-search-replace/compare/v1.1.2...v1.1.3

vip-search-replace - 1.1.2

Published by github-actions[bot] 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Automattic/vip-search-replace/compare/v1.1.1...1.1.2

vip-search-replace - v1.1.1

Published by github-actions[bot] over 1 year ago

🐛 Bug Fixes

  • #45 fix: Add index.d.ts to published files (@sjinks)
vip-search-replace - v1.1.0

Published by github-actions[bot] over 1 year ago

🚀 New Features

  • #43 feat: Add TypeScript type definitions (@sjinks)

🏡 Internal

vip-search-replace - v1.0.20

Published by wpcomvip-bot over 2 years ago

🏡 Internal

vip-search-replace - v1.0.19

Published by wpcomvip-bot about 3 years ago

🏡 Internal

  • 85cb856 build: update dev dependencies to fix security vulnerabilities (#31) - see: #31
vip-search-replace - v1.0.18

Published by wpcomvip-bot about 3 years ago

  • a9ce3f1 👷 build: bump path-parse from 1.0.6 to 1.0.7 (#21) - see: #21
  • 1269347 👷 build: bump trim-newlines from 3.0.0 to 3.0.1 (#22) - see: #22
  • 6fbeb1c 👷 build: bump hosted-git-info from 2.8.8 to 2.8.9 (#23) - see: #23
  • 18d1a91 👷 build: bump ini from 1.3.5 to 1.3.8 (#24) - see: #24, [v1](- Commits
  • 211e43f 👷 build: bump node-notifier from 8.0.0 to 8.0.2 (#25) - see: #25
  • afe462b 👷 build: bump ws from 7.3.1 to 7.5.5 (#26) - see: #26, [7](- Commits
  • 7c85b09 👷 build: bump y18n from 4.0.0 to 4.0.3 (#27) - see: #27, [y18](Bumps y18n, [y18](- Release notes, [v4](- Changelog, [v4](- Commits
  • 8de1c62 👷 build: bump lodash from 4.17.20 to 4.17.21 (#28) - see: #28, [4](- Commits
  • 1a4d7d4 👷 build: bump glob-parent from 5.1.1 to 5.1.2 (#29) - see: #29
vip-search-replace - v1.0.17

Published by wpcomvip-bot about 3 years ago

  • 3ef72aa 👷 build: bump tmpl from 1.0.4 to 1.0.5 (#30) - see: #30
vip-search-replace - v1.0.16

Published by wpcomvip-bot over 3 years ago

  • build: Add allowed list of os & cpu - @jblz #19
    • f259189 👷 build: Add allowed list of os & cpu
    • c52c81f 👷 build: rm freebsd from os map & update test
vip-search-replace - v1.0.15

Published by wpcomvip-bot over 3 years ago

  • fix: Correctly reference the arm64 arch - @jblz #18
    • 8449310 🐛 fix: Correctly reference the arm64 arch
vip-search-replace - v1.0.14

Published by wpcomvip-bot over 3 years ago

  • fix: Correct GOARCH. arm64, not arm - @jblz #17
    • a4a5aba 🐛 fix: Correct GOARCH. arm64, not arm
vip-search-replace - v1.0.13

Published by wpcomvip-bot over 3 years ago

  • fix: Explicitly close file descriptor after install - @jblz #16
    • 2151f1c 🐛 fix: Explicitly close file descriptor after install
vip-search-replace - v1.0.12

Published by wpcomvip-bot over 3 years ago

  • Fall back to a temp dir when unable to access package dir - @jblz #15
    • faf3502 🐛 fix: Fall back to a temp dir when unable to access package dir
    • dcc181ftest: Cover getInstallDir & unwritable file in installBinary
vip-search-replace - v1.0.11

Published by wpcomvip-bot over 3 years ago

  • Refactor install lib and script -- download binary to package dir - @jblz #14
    • 70968d7 📝 docs: update copyright date
    • ef8481f 👷 build: mv download script to bin; hashbang; 755
    • b5a4676 👷 build: remove empty binary and add path to gitignore
    • bb8e4b1test: don't truncate bin after tests
    • 510d7a1 📦️ refactor: split out functions, return format, gz instance per call, etc.
    • 44ebab3 📦️ refactor: install script: support passed args; handle errors; show usage examples
    • b37a103 👷 build: package scripts: generally useful, download-binary; download-test-binary calls it
    • 9213e15 👷 build: Include bin in nlm license files
    • fcfb973test: coverage++; nock download URL; jest --silent, no more
    • f29d7cb 🐛 fix: Include .exe suffix in windows bin file
vip-search-replace - v1.0.10

Published by wpcomvip-bot over 3 years ago

  • fix: Don't block at all, just return output stream - @jblz #13
    • 05a0a71 🐛 fix: Don't block at all, just return output stream
    • 81902c1 🐛 fix: return a passthrough instead of child's stdout & resolve on data
vip-search-replace - v1.0.9

Published by wpcomvip-bot over 3 years ago

  • a9124e5 🐛 fix: Attach stream listeners prior to starting flow
vip-search-replace - v1.0.8

Published by wpcomvip-bot over 3 years ago

  • fix: hanging output stream - @markowsiak #11
    • 93196f5 🐛 fix: hanging output stream
    • 020ac61 🐛 fix: block until stream closes
    • 88026e7 🐛 fix: listen for the exit event on child_process instead of close, emits after child process ends
vip-search-replace - v1.0.7

Published by wpcomvip-bot over 3 years ago

  • Listen for a non-zero exit code from the go-search-replace process - @markowsiak #10
    • 75a74eb 🐛 fix: Listen for a non-zero exit code from the go-search-replace process
    • ff7eca5test: Test for non-zero exit codes
    • f61bcc9 🐛 fix: Test cleanup and troubleshooting
    • bc49a9b 🐛 fix: More debugging of go library exit code and exceptions in async functions
    • acc002e 🐛 fix: Have replace return a Promise, and use rejections
    • 02325actest: write to a tmpdir
vip-search-replace - v1.0.6

Published by wpcomvip-bot almost 4 years ago

  • fix: get-test-binary script bad variable - @jblz #9
    • ed54ca0 🐛 fix: get-test-binary script bad var
vip-search-replace - v1.0.5

Published by wpcomvip-bot almost 4 years ago

  • perf: Download using the 'latest release' redirect URL - @jblz #8
    • b8b3146perf: Download using the 'latest release' redirect URL