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

There's an error in the deplyoed service that it can't find lodash.get... not sure why. Trying to do a fresh npm i. #378

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

seanspeaks
Copy link
Contributor

@seanspeaks seanspeaks commented Feb 18, 2025

TL;DR

Pin lodash dependencies to specific versions

What changed?

  • Updated lodash from ^4.17.21 to 4.17.21
  • Updated lodash.get from ^4.4.2 to 4.4.2
  • Updated @types/lodash from ^4.14.191 to 4.17.15

How to test?

  1. Run npm install
  2. Verify the application builds successfully
  3. Run the test suite to ensure no regressions

Why make this change?

Pinning dependencies to specific versions helps prevent unexpected updates and ensures consistent behavior across all environments. This change removes the caret (^) from lodash-related dependencies, which previously allowed minor version updates that could potentially introduce incompatibilities.

📦 Published PR as canary version: 2.0.0--canary.378.e85bec1.0

✨ Test out this PR locally via:

npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
npm install @friggframework/[email protected]
# or 
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]
yarn add @friggframework/[email protected]

Version

Published prerelease version: v2.0.0-next.11

Changelog

🐛 Bug Fix

  • @friggframework/core
    • There's an error in the deplyoed service that it can't find lodash.get... not sure why. Trying to do a fresh npm i. #378 (@seanspeaks)
  • @friggframework/core, @friggframework/devtools, @friggframework/eslint-config, @friggframework/prettier-config, @friggframework/serverless-plugin, @friggframework/test, @friggframework/ui
    • Working concept on moving router things to /core so it's included in deployed code. #377 (@seanspeaks)

Authors: 1

…t... not sure why. Trying to do a fresh npm i.
Copy link
Contributor Author

@seanspeaks seanspeaks added the release Create a release when this pr is merged label Feb 18, 2025 — with Graphite App
@seanspeaks seanspeaks marked this pull request as ready for review February 18, 2025 20:17
@seanspeaks seanspeaks merged commit 7703191 into next Feb 18, 2025
7 of 8 checks passed
Copy link
Contributor Author

Merge activity

  • Feb 18, 3:17 PM EST: A user merged this pull request with Graphite.

@seanspeaks
Copy link
Contributor Author

🚀 PR was released in v2.0.0-next.11 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prerelease This change is available in a prerelease. release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant