Skip to content

Update entities from ^4.5.0 to 5.0.0#7

Open
depshub-app[bot] wants to merge 1 commit intomainfrom
depshub/update/entities/5.0.0
Open

Update entities from ^4.5.0 to 5.0.0#7
depshub-app[bot] wants to merge 1 commit intomainfrom
depshub/update/entities/5.0.0

Conversation

@depshub-app
Copy link
Copy Markdown

@depshub-app depshub-app Bot commented Sep 9, 2024

This pull request was created automatically by DepsHub.

Please review the changes and merge them if they look good.

The following packages were updated:

  • entities from ^4.5.0 to 5.0.0

View details.

Updated:
- entities from ^4.5.0 to 5.0.0


For issues or feature requests: <support@depshub.com>
Comment thread 404.11ty.js
@@ -1,4 +1,4 @@
const Twitter = require("./src/twitter");
const Twitter = require("./dist/twitter");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread database/fetchFromApi.js
const { TwitterApiFetchUserId } = require("./twitter-api.js");
const { checkInDatabase, saveToDatabase, logTweetCount } = require("./tweet-to-db");
const metadata = require("../_data/metadata.js")
const metadata = require("../dist/metadata.js")
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread database/getDateString.js
let dateStr = date.toISOString().replace(/[T]/, " ").replace(/Z/, "");
return dateStr;
}; No newline at end of file
null
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

@@ -1,5 +1,5 @@
require('dotenv').config();
const { checkInDatabase, logTweetCount, saveToDatabaseApiV1, createTable } = require("./tweet-to-db");
const { checkInDatabase, logTweetCount, saveToDatabaseApiV1, createTable } = require("./dist/tweet-to-db");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread database/tweet-to-db.js
}

module.exports = {
getTweets,
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread database/twitter-api.js
// returns promise
return EleventyFetch(this.getUrl(), {
duration: cacheDuration || "*",
type: "json"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread eleventy.config.js
}
return numeral(num).format("0,0");
});
};
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread _includes/layout.11ty.js
@@ -1,4 +1,4 @@
const dataSource = require("../src/DataSource");
const dataSource = require("../dist/DataSource");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Comment thread index.11ty.js
const Twitter = require("./src/twitter");
const EmojiAggregator = require( "./src/EmojiAggregator" );
const dataSource = require("./src/DataSource");
const Twitter = require("./dist/twitter");
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package entities version 5.0.0 has the following breaking changes:

⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants