Skip to content

Bump ini from 1.3.5 to 1.3.8#2

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ini-1.3.8
Closed

Bump ini from 1.3.5 to 1.3.8#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ini-1.3.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 13, 2020

Bumps ini from 1.3.5 to 1.3.8.

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 13, 2020
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 22, 2020

Looks like ini is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 22, 2020
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ini-1.3.8 branch December 22, 2020 01:32
justin808 pushed a commit that referenced this pull request Dec 29, 2021
…fest::MissingEntryError (#3232)

* provides two more common errors (fix suggestions) for Webpacker::Manifest::MissingEntryError; see https://stackoverflow.com/questions/52639256/webpackermanifestmissingentryerror

* puts back old veribalge for #4 (was #2)  instead of

* removing reference to npm
This was referenced May 8, 2024
@claude claude Bot mentioned this pull request Oct 8, 2025
10 tasks
justin808 added a commit that referenced this pull request Oct 15, 2025
Removed the "Option 4: In controller before_action" example from
lib/shakapacker/helper.rb inline documentation because:

**Why it's misleading:**
1. Before views render, queues are empty (must use explicit pack names)
2. Sending hints "before expensive queries" doesn't make sense - the real
   benefit is sending hints WHILE Rails is rendering views, not before
3. If you're in a before_action, no rendering has happened yet, so the
   browser can't do much with those preload hints until HTML arrives
4. The value of early hints is parallel downloading during server "think time"
   (view rendering), not before the server starts working

**What we kept:**
- Option 1: Zero-argument form (recommended)
- Option 2: Explicit pack names (when not using append/prepend)
- Option 3: With options (per-call config override)

This was already removed from EARLY_HINTS_UPGRADE.md in commit #2, but
was still in the inline API documentation. Now fully removed.

All tests pass (80 examples, 0 failures).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
justin808 added a commit that referenced this pull request Oct 15, 2025
Removed the "Option 4: In controller before_action" example from
lib/shakapacker/helper.rb inline documentation because:

**Why it's misleading:**
1. Before views render, queues are empty (must use explicit pack names)
2. Sending hints "before expensive queries" doesn't make sense - the real
   benefit is sending hints WHILE Rails is rendering views, not before
3. If you're in a before_action, no rendering has happened yet, so the
   browser can't do much with those preload hints until HTML arrives
4. The value of early hints is parallel downloading during server "think time"
   (view rendering), not before the server starts working

**What we kept:**
- Option 1: Zero-argument form (recommended)
- Option 2: Explicit pack names (when not using append/prepend)
- Option 3: With options (per-call config override)

This was already removed from EARLY_HINTS_UPGRADE.md in commit #2, but
was still in the inline API documentation. Now fully removed.

All tests pass (80 examples, 0 failures).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
justin808 added a commit that referenced this pull request Oct 17, 2025
Removed the "Option 4: In controller before_action" example from
lib/shakapacker/helper.rb inline documentation because:

**Why it's misleading:**
1. Before views render, queues are empty (must use explicit pack names)
2. Sending hints "before expensive queries" doesn't make sense - the real
   benefit is sending hints WHILE Rails is rendering views, not before
3. If you're in a before_action, no rendering has happened yet, so the
   browser can't do much with those preload hints until HTML arrives
4. The value of early hints is parallel downloading during server "think time"
   (view rendering), not before the server starts working

**What we kept:**
- Option 1: Zero-argument form (recommended)
- Option 2: Explicit pack names (when not using append/prepend)
- Option 3: With options (per-call config override)

This was already removed from EARLY_HINTS_UPGRADE.md in commit #2, but
was still in the inline API documentation. Now fully removed.

All tests pass (80 examples, 0 failures).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants