Skip to content

Commit

Permalink
Created .ncurc config file for npm-check-updates (aka 'ncu').
Browse files Browse the repository at this point in the history
  • Loading branch information
neonexus committed Jan 25, 2024
1 parent fc8979d commit 349edc6
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 108 deletions.
5 changes: 5 additions & 0 deletions .ncurc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// This allows us to "lock" Chai into v4.

{
"reject": ["chai"]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v5.2.1](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.2.0...v5.2.1) (2024-01-24)
### Features

* Created the [`.ncurc`](.ncurc) config file for [`npm-check-updates`](https://npmjs.com/package/npm-check-updates). Doing this to "lock" [Chai](https://npmjs.com/package/chai) into v4 on `ncu` calls.
* Small tweak to [`local.js.sample`](config/local.js.sample).
* Updated dependencies.

## [v5.2.0](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.1.1...v5.2.0) (2024-01-11)
### Features

Expand Down
4 changes: 3 additions & 1 deletion config/local.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ module.exports = {
dataEncryptionKeys: {
// Run this to generate a new key: `npm run generate:dek`
default: '{{DEK here}}' // NEVER STORE THIS FOR PRODUCTION PURPOSES!!!
}
},
//validateOnBootstrap: false, // Disable datastores validation (when running as PRODUCTION).
//enforceForeignKeys: false // Don't enforce foreign keys in the datastores (when running as PRODUCTION).
},

// Configuration options for ngrok.js script.
Expand Down
Loading

0 comments on commit 349edc6

Please sign in to comment.