Giter Site home page Giter Site logo

stable-packages / store Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 4.23 MB

provides version stable stores for library.

License: MIT License

JavaScript 8.83% TypeScript 86.72% HTML 4.36% Shell 0.09%
store memory memory-cache storage locked version-locked global

store's Introduction

Stable stores

GitHub NodeJS Visual Studio Code

Stable stores are stores that you can save and share things across versions.

NPM version NPM downloads Codecov

Provides version stable stores for libraries

NPM version NPM downloads Codecov

Allows you to create stores for data, functions, or modules and access them anywhere within the physical boundary.

store's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar greenkeeper[bot] avatar renovate-bot avatar renovate[bot] avatar unional avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

store's Issues

An in-range update of rollup-plugin-node-builtins is breaking the build 🚨

Version 2.1.2 of rollup-plugin-node-builtins just got published.

Branch Build failing 🚨
Dependency rollup-plugin-node-builtins
Current Version 2.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As rollup-plugin-node-builtins is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 2 commits0.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

remove function style get()/set()

Since this is a global store, the input is likely an object.

Using set() run the risk of creating multiple instances of the store thus not recommended.

// somewhere
const store = get('abc')

// somewhere else
set('abc', ( ...get('abc'), a: 'newvalue' })

// now `store` !== get('abc') thus the store diverge.

feature: createAsyncStore() and createAsyncReadonlyStore()

const context = {
  store: createAsyncStore(...)
}

export function config() {
   initializeAsyncStore(...)
}

createAsyncStore() returns a Promise<Store<T>>
initializeAsyncStore() kicks off the initialization process.

createAsyncStore(moduleName, key, version, initializer)

Alternatively, take a look at async-fp and see how to make this work nicely with the async context.

An in-range update of @unional/devpkg-node is breaking the build 🚨

The devDependency @unional/devpkg-node was updated from 1.4.0 to 1.4.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@unional/devpkg-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • all: * node-latest - Failed
  • node8 - Blocked
  • node11 - Blocked
  • node10 - Blocked

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint is breaking the build 🚨

Version 5.4.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.3.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.4.0

⭐️ Non-breaking API changes

  • The --type-check CLI option now only enables checking for compiler errors before linting. It is no longer required to enable rules that use the type checker -- only need to supply --project now.

🎉 New rules, options, and fixers

🛠 Bugfixes & enhancements

Thanks to our contributors!

  • Klaus Meinhardt
  • Manuel Lopez
  • Andy Hanson
  • Piotr Tomiak
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/pull-request.yml
.github/workflows/release.yml
npm
package.json
  • @changesets/cli ^2.26.1
  • @commitlint/cli ^17.6.1
  • @commitlint/config-conventional ^17.6.1
  • @typescript-eslint/eslint-plugin ^5.59.1
  • @typescript-eslint/parser ^5.59.1
  • cross-env ^7.0.3
  • eslint ^8.39.0
  • eslint-config-prettier ^8.8.0
  • eslint-plugin-flowtype ^8.0.3
  • eslint-plugin-harmony ^7.1.2
  • eslint-plugin-yml ^1.5.0
  • husky ^8.0.3
  • npm-run-all ^4.1.5
  • pinst ^3.0.0
  • turbo ^1.9.3
  • typescript ^5.0.4
  • pnpm 8.3.1
packages/global-store/package.json
  • @babel/core ^7.18.10
  • @babel/plugin-syntax-flow ^7.18.6
  • @babel/plugin-transform-react-jsx ^7.18.10
  • @repobuddy/jest ^3.3.0
  • @rollup/plugin-typescript ^11.0.0
  • @size-limit/preset-small-lib ^8.0.1
  • @types/jest ^29.5.1
  • assertron ^11.0.0
  • cross-env ^7.0.3
  • depcheck ^1.4.3
  • jest ^29.5.0
  • jest-junit ^16.0.0
  • jest-watch-suspend ^1.1.2
  • jest-watch-toggle-config-2 ^2.1.0
  • jest-watch-typeahead ^2.2.2
  • npm-run-all ^4.1.5
  • rimraf ^5.0.0
  • rollup ^2.78.0
  • rollup-plugin-terser ^7.0.2
  • size-limit ^8.0.1
  • ts-jest ^29.1.0
  • tslib ^2.4.0
  • type-plus ^6.0.0
  • typescript 5.0.4
packages/stable-store/package.json
  • @jest/globals ^29.5.0
  • @repobuddy/jest ^3.3.0
  • @repobuddy/typescript ^1.1.2
  • @size-limit/preset-small-lib ~8.2.4
  • cross-env ^7.0.3
  • depcheck ~1.4.3
  • jest ^29.5.0
  • jest-watch-suspend ^1.1.2
  • jest-watch-toggle-config-2 ^2.1.0
  • jest-watch-typeahead ^2.2.2
  • npm-run-all ^4.1.5
  • rimraf ~5.0.0
  • size-limit ~8.2.4
  • ts-jest ^29.1.0
  • type-plus ^6.0.0
  • typescript ^5.0.4
packages/stable-versioned-store/package.json
  • @jest/globals ^29.5.0
  • @repobuddy/jest ^3.3.0
  • @repobuddy/typescript ^1.1.2
  • @size-limit/preset-small-lib ~8.2.4
  • cross-env ^7.0.3
  • depcheck ~1.4.3
  • jest ^29.5.0
  • jest-watch-suspend ^1.1.2
  • jest-watch-toggle-config-2 ^2.1.0
  • jest-watch-typeahead ^2.2.2
  • npm-run-all ^4.1.5
  • rimraf ~5.0.0
  • size-limit ~8.2.4
  • ts-jest ^29.1.0
  • typescript ^5.0.4

  • Check this box to trigger a request for Renovate to run again on this repository

An in-range update of type-plus is breaking the build 🚨

The devDependency type-plus was updated from 1.24.1 to 1.25.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

type-plus is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • all: * node-latest - Failed
  • node9 - Blocked
  • node8 - Blocked
  • node10 - Blocked

Release Notes for v1.25.0

1.25.0 (2019-07-07)

Features

  • add assertType() and typeAssertion() (#36) (8c03afd)
Commits

The new version differs by 1 commits.

  • 8c03afd feat: add assertType() and typeAssertion() (#36)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

The devDependency webpack was updated from 4.35.3 to 4.36.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • node9 - Blocked
  • node10 - Blocked
  • node8 - Blocked

Release Notes for v4.36.0

Features

  • SourceMapDevToolPlugin append option now supports the default placeholders in addition to [url]
  • Arrays in resolve and parser options (Rule and Loader API) support backreferences with "..." when overriding options.
Commits

The new version differs by 42 commits.

  • 95d21bb 4.36.0
  • aa1216c Merge pull request #9422 from webpack/feature/dot-dot-dot-merge
  • b3ec775 improve merging of resolve and parsing options
  • 53a5ae2 Merge pull request #9419 from vankop/remove-valid-jsdoc-rule
  • ab75240 Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.2
  • 0bdabf4 Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2
  • f207cdc remove valid jsdoc rule in favour of eslint-plugin-jsdoc
  • 31333a6 chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
  • 036adf0 Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.0
  • 37d4480 Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0
  • ce2a183 chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
  • 0beeb7e Merge pull request #9391 from vankop/create-hash-typescript
  • bf1a24a #9391 resolve super call discussion
  • bd7d95b #9391 resolve discussions, AbstractMethodError
  • 4190638 chore(deps): bump ajv from 6.10.1 to 6.10.2

There are 42 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup is breaking the build 🚨

The devDependency rollup was updated from 1.27.6 to 1.27.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • node11 - Blocked
  • node10 - Blocked
  • node8 - Blocked

Release Notes for v1.27.7

2019-12-01

Bug Fixes

  • Fix a scenario where a reassignments to computed properties were not tracked (#3267)

Pull Requests

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Add per store key assertion back

Create store with ID and key assertion

Get store with ID and key.

The library can randomly generate a key and use the key assertion to make sure the access is legit.

Within MFE, the host can provide a key assertion and key generation function to the mfe.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.